Updated Schemas

This commit is contained in:
github-actions[bot] 2022-07-29 16:29:07 +00:00
parent 200933d41d
commit 5d1a16f572

View File

@ -1145,6 +1145,11 @@
"default": "wall",
"$ref": "#/definitions/NomaiTextType"
},
"location": {
"description": "The location of this object. ",
"default": "unspecified",
"$ref": "#/definitions/NomaiTextLocation"
},
"xmlFile": {
"type": "string",
"description": "The relative path to the xml file for this object."
@ -1241,6 +1246,20 @@
"preCrashComputer"
]
},
"NomaiTextLocation": {
"type": "string",
"description": "",
"x-enumNames": [
"UNSPECIFIED",
"A",
"B"
],
"enum": [
"unspecified",
"a",
"b"
]
},
"RaftInfo": {
"type": "object",
"additionalProperties": false,