Updated Schemas

This commit is contained in:
Ben C 2023-03-25 17:47:04 +00:00
parent 85797df25c
commit fed8ccce80

View File

@ -1188,6 +1188,10 @@
"description": "The radius that the added sphere collider will use for physics collision.\nIf there's already good colliders on the detail, you can make this 0.", "description": "The radius that the added sphere collider will use for physics collision.\nIf there's already good colliders on the detail, you can make this 0.",
"format": "float", "format": "float",
"default": 1.0 "default": 1.0
},
"ignoreSun": {
"type": "boolean",
"description": "Set to true if this object's lighting should ignore the effects of sunlight"
} }
} }
}, },
@ -2234,7 +2238,7 @@
}, },
"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/RemoteWhiteboardInfo"
}, },
"platform": { "platform": {
"description": "Camera platform that the stones can project to and from", "description": "Camera platform that the stones can project to and from",
@ -2249,7 +2253,7 @@
} }
} }
}, },
"WhiteboardInfo": { "RemoteWhiteboardInfo": {
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {