Updated Schemas

This commit is contained in:
Ben C 2023-07-22 16:20:41 +00:00
parent edd81d0c39
commit cd774016b3

View File

@ -2748,26 +2748,9 @@
"rename": {
"type": "string",
"description": "An optional rename of this object"
},
"type": {
"description": "What design the computer will use.",
"default": "NORMAL",
"$ref": "#/definitions/NomaiComputerType"
}
}
},
"NomaiComputerType": {
"type": "string",
"description": "",
"x-enumNames": [
"NORMAL",
"PRECRASH"
],
"enum": [
"normal",
"precrash"
]
},
"NomaiWarpTransmitterInfo": {
"type": "object",
"additionalProperties": false,