Updated Schemas

This commit is contained in:
Ben C 2023-08-08 04:22:59 +00:00
parent f765e07859
commit 9fe8e3164d

View File

@ -25,6 +25,13 @@
"type": "string"
}
},
"OtherDictionary": {
"type": "object",
"description": "Translation table for other text, will be taken verbatim without correcting CDATA",
"additionalProperties": {
"type": "string"
}
},
"AchievementTranslations": {
"type": "object",
"description": "Translation table for achievements. The key is the unique ID of the achievement",