Updated Schemas

This commit is contained in:
github-actions[bot] 2022-08-06 20:04:06 +00:00
parent a6a823bb08
commit 7d5083d735

View File

@ -1876,16 +1876,16 @@
"description": "Icon that the will show on the stone, pedastal of the whiteboard, and pedastal of the platform." "description": "Icon that the will show on the stone, pedastal of the whiteboard, and pedastal of the platform."
}, },
"whiteboard": { "whiteboard": {
"description": "whiteboard that the stones can put text onto", "description": "Whiteboard that the stones can put text onto",
"$ref": "#/definitions/WhiteboardInfo" "$ref": "#/definitions/WhiteboardInfo"
}, },
"platform": { "platform": {
"description": "camera platform that the stones can project to", "description": "Camera platform that the stones can project to and from",
"$ref": "#/definitions/PlatformInfo" "$ref": "#/definitions/PlatformInfo"
}, },
"stones": { "stones": {
"type": "array", "type": "array",
"description": "projection stones", "description": "Projection stones",
"items": { "items": {
"$ref": "#/definitions/StoneInfo" "$ref": "#/definitions/StoneInfo"
} }