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