Automated spec update (304)
This commit is contained in:
parent
e873491dad
commit
c62d95c29a
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue