Updated Schemas

This commit is contained in:
github-actions[bot] 2022-09-17 18:44:44 +00:00
parent 2cee9ebd42
commit 50f2dc1625

View File

@ -1376,7 +1376,12 @@
"scale": {
"type": "number",
"description": "Scale this prop once it is placed",
"format": "float"
"format": "float",
"default": 1.0
},
"stretch": {
"description": "Scale each axis of the prop. Overrides `scale`.",
"$ref": "#/definitions/MVector3"
},
"seed": {
"type": "integer",