Automated spec update (78673)
This commit is contained in:
parent
1e97cbcdf3
commit
c979cb269d
|
@ -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 New Issue