Updated Schemas

This commit is contained in:
github-actions[bot] 2022-05-24 22:01:39 +00:00
parent bcfb54a586
commit bdc254ba1f

View File

@ -343,11 +343,11 @@
"Plasma" "Plasma"
], ],
"enum": [ "enum": [
"NONE", "none",
"WATER", "water",
"CLOUD", "cloud",
"SAND", "sand",
"PLASMA" "plasma"
] ]
}, },
"MGradient": { "MGradient": {
@ -528,10 +528,10 @@
"Star" "Star"
], ],
"enum": [ "enum": [
"Sand", "sand",
"Water", "water",
"Lava", "lava",
"Star" "star"
] ]
}, },
"HeightMapModule": { "HeightMapModule": {
@ -983,9 +983,9 @@
"enum": [ "enum": [
"wall", "wall",
"scroll", "scroll",
"Computer", "computer",
"Cairn", "cairn",
"Recorder" "recorder"
] ]
}, },
"RaftInfo": { "RaftInfo": {
@ -1310,7 +1310,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.",
"$ref": "#/definitions/CloudFluidType2" "$ref": "#/definitions/CloudFluidType"
}, },
"inclination": { "inclination": {
"type": "number", "type": "number",
@ -1349,24 +1349,6 @@
} }
} }
}, },
"CloudFluidType2": {
"type": "integer",
"description": "",
"x-enumNames": [
"None",
"Water",
"Cloud",
"Sand",
"Plasma"
],
"enum": [
0,
1,
2,
3,
4
]
},
"SandModule": { "SandModule": {
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
@ -1659,8 +1641,8 @@
"WhiteHole" "WhiteHole"
], ],
"enum": [ "enum": [
"BlackHole", "blackHole",
"WhiteHole" "whiteHole"
] ]
}, },
"SpawnModule": { "SpawnModule": {