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
fe64a4abab
commit
d69c6b117c
@ -508,10 +508,12 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"Time": {
|
"Time": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
"description": "A specific point in time",
|
||||||
"format": "float"
|
"format": "float"
|
||||||
},
|
},
|
||||||
"Value": {
|
"Value": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
"description": "The value for this point in time",
|
||||||
"format": "float"
|
"format": "float"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,18 +6,21 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"dialogueDictionary": {
|
"dialogueDictionary": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"description": "Translation table for dialogue",
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"shipLogDictionary": {
|
"shipLogDictionary": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"description": "Translation table for Ship Log (entries, facts, etc)",
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"uiDictionary": {
|
"uiDictionary": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"description": "Translation table for UI elements",
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user