Updated Schemas

This commit is contained in:
github-actions[bot] 2022-05-23 13:23:34 +00:00
parent c22439cd70
commit a4e8e7375b

View File

@ -287,14 +287,7 @@
}, },
"fluidType": { "fluidType": {
"description": "Fluid type for sounds/effects when colliding with this cloud.", "description": "Fluid type for sounds/effects when colliding with this cloud.",
"oneOf": [ "$ref": "#/definitions/CloudFluidType"
{
"type": "null"
},
{
"$ref": "#/definitions/CloudFluidType"
}
]
}, },
"hasLightning": { "hasLightning": {
"type": "boolean", "type": "boolean",
@ -1315,14 +1308,7 @@
}, },
"fluidType": { "fluidType": {
"description": "Fluid type for sounds/effects when colliding with this ring.", "description": "Fluid type for sounds/effects when colliding with this ring.",
"oneOf": [ "$ref": "#/definitions/CloudFluidType2"
{
"type": "null"
},
{
"$ref": "#/definitions/CloudFluidType2"
}
]
}, },
"inclination": { "inclination": {
"type": "number", "type": "number",