main - remote-2023-09-01T17:56:18 now-2023-09-01T18:10:02
This commit is contained in:
parent
3573e176da
commit
5bd14459cd
2 changed files with 14 additions and 12 deletions
|
@ -1899,18 +1899,19 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"messages": {
|
"messages": {
|
||||||
"type": [
|
"type": "array",
|
||||||
"array",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "snowflake"
|
"format": "snowflake"
|
||||||
},
|
},
|
||||||
"maxItems": 1521,
|
"minItems": 2,
|
||||||
|
"maxItems": 100,
|
||||||
"uniqueItems": true
|
"uniqueItems": true
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"required": [
|
||||||
|
"messages"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -1899,18 +1899,19 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"messages": {
|
"messages": {
|
||||||
"type": [
|
"type": "array",
|
||||||
"array",
|
|
||||||
"null"
|
|
||||||
],
|
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "snowflake"
|
"format": "snowflake"
|
||||||
},
|
},
|
||||||
"maxItems": 1521,
|
"minItems": 2,
|
||||||
|
"maxItems": 100,
|
||||||
"uniqueItems": true
|
"uniqueItems": true
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"required": [
|
||||||
|
"messages"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue