mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
200933d41d
commit
5d1a16f572
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user