diff --git a/NewHorizons/Schemas/addon_manifest_schema.json b/NewHorizons/Schemas/addon_manifest_schema.json index 4df4aa0f..bfe88b86 100644 --- a/NewHorizons/Schemas/addon_manifest_schema.json +++ b/NewHorizons/Schemas/addon_manifest_schema.json @@ -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"