main - remote-2023-09-01T17:56:18 now-2023-09-01T18:10:02

This commit is contained in:
Adversary 2023-09-01 18:10:02 +00:00
parent 3573e176da
commit 5bd14459cd
2 changed files with 14 additions and 12 deletions

View File

@ -1899,18 +1899,19 @@
"type": "object",
"properties": {
"messages": {
"type": [
"array",
"null"
],
"type": "array",
"items": {
"type": "string",
"format": "snowflake"
},
"maxItems": 1521,
"minItems": 2,
"maxItems": 100,
"uniqueItems": true
}
}
},
"required": [
"messages"
]
}
}
},

View File

@ -1899,18 +1899,19 @@
"type": "object",
"properties": {
"messages": {
"type": [
"array",
"null"
],
"type": "array",
"items": {
"type": "string",
"format": "snowflake"
},
"maxItems": 1521,
"minItems": 2,
"maxItems": 100,
"uniqueItems": true
}
}
},
"required": [
"messages"
]
}
}
},