diff --git a/data/exercises.schema.json b/data/exercises.schema.json index 33b4b5b..2b60042 100644 --- a/data/exercises.schema.json +++ b/data/exercises.schema.json @@ -17,9 +17,12 @@ "it": { "type": "string" }, "tr": { "type": "string" }, "ru": { "type": "string" }, - "zh": { "type": "string" } + "zh": { "type": "string" }, + "hi": { "type": "string" }, + "pl": { "type": "string" }, + "ko": { "type": "string" } }, - "required": ["en", "es", "it", "tr", "ru", "zh"], + "required": ["en", "es", "it", "tr", "ru", "zh", "hi", "pl", "ko"], "additionalProperties": { "type": "string" } }, "languageStepsMap": { @@ -31,9 +34,12 @@ "it": { "$ref": "#/$defs/steps" }, "tr": { "$ref": "#/$defs/steps" }, "ru": { "$ref": "#/$defs/steps" }, - "zh": { "$ref": "#/$defs/steps" } + "zh": { "$ref": "#/$defs/steps" }, + "hi": { "$ref": "#/$defs/steps" }, + "pl": { "$ref": "#/$defs/steps" }, + "ko": { "$ref": "#/$defs/steps" } }, - "required": ["en", "es", "it", "tr", "ru", "zh"], + "required": ["en", "es", "it", "tr", "ru", "zh", "hi", "pl", "ko"], "additionalProperties": { "$ref": "#/$defs/steps" } }, "steps": {