main - Automated spec update (78673)
made at remote:2024-11-05T21:52:17 taken at now:2024-11-05T22:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
3bf6dd9d21
commit
f3c3ae0fd6
2 changed files with 76 additions and 0 deletions
|
@ -24098,6 +24098,16 @@
|
|||
"$ref": "#/components/schemas/UInt32Type"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UInt32Type"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -24283,6 +24293,16 @@
|
|||
"$ref": "#/components/schemas/UInt32Type"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UInt32Type"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -27327,6 +27347,12 @@
|
|||
],
|
||||
"minimum": 0,
|
||||
"maximum": 2147483647
|
||||
},
|
||||
"is_animated": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -27387,6 +27413,12 @@
|
|||
],
|
||||
"minimum": 0,
|
||||
"maximum": 2147483647
|
||||
},
|
||||
"is_animated": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -27427,6 +27459,12 @@
|
|||
],
|
||||
"minimum": 0,
|
||||
"maximum": 2147483647
|
||||
},
|
||||
"is_animated": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -24210,6 +24210,16 @@
|
|||
"$ref": "#/components/schemas/UInt32Type"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UInt32Type"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -24395,6 +24405,16 @@
|
|||
"$ref": "#/components/schemas/UInt32Type"
|
||||
}
|
||||
]
|
||||
},
|
||||
"flags": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UInt32Type"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -27732,6 +27752,12 @@
|
|||
],
|
||||
"minimum": 0,
|
||||
"maximum": 2147483647
|
||||
},
|
||||
"is_animated": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -27792,6 +27818,12 @@
|
|||
],
|
||||
"minimum": 0,
|
||||
"maximum": 2147483647
|
||||
},
|
||||
"is_animated": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -27832,6 +27864,12 @@
|
|||
],
|
||||
"minimum": 0,
|
||||
"maximum": 2147483647
|
||||
},
|
||||
"is_animated": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue