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
3e885983a1
commit
08f7bca26c
@ -4,21 +4,21 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"dialogueDictionary": {
|
||||
"DialogueDictionary": {
|
||||
"type": "object",
|
||||
"description": "Translation table for dialogue",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"shipLogDictionary": {
|
||||
"ShipLogDictionary": {
|
||||
"type": "object",
|
||||
"description": "Translation table for Ship Log (entries, facts, etc)",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"uiDictionary": {
|
||||
"UIDictionary": {
|
||||
"type": "object",
|
||||
"description": "Translation table for UI elements",
|
||||
"additionalProperties": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user