Updated Schemas

This commit is contained in:
Ben C 2025-01-25 12:14:58 +00:00
parent dd917ade85
commit 20d6502243

View File

@ -38,7 +38,7 @@
}, },
"rotationSpeed": { "rotationSpeed": {
"type": "number", "type": "number",
"description": "Changes the speed the main menu planet and the skybox rotates.", "description": "Changes the speed the main menu planet and the skybox rotates. This is in degrees per second.",
"format": "float" "format": "float"
}, },
"MenuPlanet": { "MenuPlanet": {
@ -152,6 +152,11 @@
"items": { "items": {
"$ref": "#/definitions/SimplifiedDetailInfo" "$ref": "#/definitions/SimplifiedDetailInfo"
} }
},
"rotationSpeed": {
"type": "number",
"description": "Changes the speed the main menu planet. This is in degrees per second.",
"format": "float"
} }
} }
}, },