Updated Schemas

This commit is contained in:
github-actions[bot] 2022-06-19 22:28:32 +00:00
parent 7fdc0b9c92
commit ff9851e7bf

View File

@ -25,34 +25,11 @@
"type": "string"
}
},
"AchievementTranslations": {
"type": "object",
"description": "Translation table for achievements. The key is the unique ID of the achievement",
"additionalProperties": {
"$ref": "#/definitions/AchievementTranslationInfo"
}
},
"$schema": {
"type": "string",
"description": "The schema to validate with"
}
},
"definitions": {
"AchievementTranslationInfo": {
"type": "object",
"additionalProperties": false,
"properties": {
"Name": {
"type": "string",
"description": "The name of the achievement."
},
"Description": {
"type": "string",
"description": "The short description for this achievement."
}
}
}
},
"$docs": {
"title": "Translation Schema",
"description": "Schema for a translation file in New Horizons"