Updated Schemas

This commit is contained in:
github-actions[bot] 2022-10-08 21:57:38 +00:00
parent 25a56c65fc
commit 58639d41c7

View File

@ -1339,6 +1339,12 @@
"position": {
"description": "Position of the raft",
"$ref": "#/definitions/MVector3"
},
"acceleration": {
"type": "number",
"description": "Acceleration of the raft",
"format": "float",
"default": 5.0
}
}
},