mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update (7886)
This commit is contained in:
parent
b4dd8c59f2
commit
ce4d997c00
1 changed files with 4 additions and 4 deletions
|
@ -24208,11 +24208,11 @@
|
||||||
],
|
],
|
||||||
"items": {
|
"items": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1,
|
"minimum": -1,
|
||||||
"maximum": 31,
|
"maximum": 31,
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"maxItems": 31,
|
"maxItems": 33,
|
||||||
"uniqueItems": true
|
"uniqueItems": true
|
||||||
},
|
},
|
||||||
"by_year_day": {
|
"by_year_day": {
|
||||||
|
@ -24222,11 +24222,11 @@
|
||||||
],
|
],
|
||||||
"items": {
|
"items": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"minimum": 1,
|
"minimum": -1,
|
||||||
"maximum": 365,
|
"maximum": 365,
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"maxItems": 365,
|
"maxItems": 367,
|
||||||
"uniqueItems": true
|
"uniqueItems": true
|
||||||
},
|
},
|
||||||
"count": {
|
"count": {
|
||||||
|
|
Loading…
Reference in a new issue