From dceea1d237b35b922ed6ae4d85b0e168bc49b214 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 13 Aug 2022 18:46:43 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/addon_manifest_schema.json | 7 +++++++ 1 file changed, 7 insertions(+) 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"