Updated Schemas

This commit is contained in:
Ben C 2023-03-18 16:53:33 +00:00
parent 80dd2cd5b6
commit 11e9cf8769

View File

@ -143,6 +143,11 @@
"type": "string", "type": "string",
"description": "A ship log fact which will make a prompt appear showing the coordinates when you're in the Vessel." "description": "A ship log fact which will make a prompt appear showing the coordinates when you're in the Vessel."
}, },
"hasPhysics": {
"type": "boolean",
"description": "Whether the vessel should have physics enabled. This must be set to false for the vessel to stay attached to a parent body.",
"default": true
},
"vesselSpawn": { "vesselSpawn": {
"description": "The location that the vessel will warp to.", "description": "The location that the vessel will warp to.",
"$ref": "#/definitions/VesselInfo" "$ref": "#/definitions/VesselInfo"
@ -216,11 +221,6 @@
"rename": { "rename": {
"type": "string", "type": "string",
"description": "An optional rename of this object" "description": "An optional rename of this object"
},
"hasPhysics": {
"type": "boolean",
"description": "Whether the vessel should have physics enabled. This must be set to false for the vessel to stay attached to a parent body.",
"default": true
} }
} }
}, },