Updated Schemas

This commit is contained in:
github-actions[bot] 2022-08-13 18:46:43 +00:00
parent 8b2880248d
commit dceea1d237

View File

@ -12,6 +12,13 @@
"$ref": "#/definitions/AchievementInfo"
}
},
"credits": {
"type": "array",
"description": "Credits info for this mod. A list of contributors and their roles separated by #. For example: xen#New Horizons dev.",
"items": {
"type": "string"
}
},
"$schema": {
"type": "string",
"description": "The schema to validate with"