From ff9851e7bfafae2e26f425ff1565fabf63a7e510 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Jun 2022 22:28:32 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/translation_schema.json | 23 --------------------- 1 file changed, 23 deletions(-) diff --git a/NewHorizons/Schemas/translation_schema.json b/NewHorizons/Schemas/translation_schema.json index 92a114ef..02564aee 100644 --- a/NewHorizons/Schemas/translation_schema.json +++ b/NewHorizons/Schemas/translation_schema.json @@ -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"