Updated Schemas

This commit is contained in:
github-actions[bot] 2022-05-24 00:54:55 +00:00
parent 3e885983a1
commit 08f7bca26c

View File

@ -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": {