diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index da55909e..51799ff1 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -118,6 +118,10 @@ "Water": { "description": "Add water to this planet", "$ref": "#/definitions/WaterModule" + }, + "$schema": { + "type": "string", + "description": "The schema to validate with" } }, "definitions": { diff --git a/NewHorizons/Schemas/star_system_schema.json b/NewHorizons/Schemas/star_system_schema.json index 5f78a0d8..07de3486 100644 --- a/NewHorizons/Schemas/star_system_schema.json +++ b/NewHorizons/Schemas/star_system_schema.json @@ -41,6 +41,10 @@ "subtitle": { "type": "string", "description": "Relative path to the image file to use as the subtitle image (replaces the eote banner)" + }, + "$schema": { + "type": "string", + "description": "The schema to validate with" } }, "definitions": { diff --git a/NewHorizons/Schemas/translation_schema.json b/NewHorizons/Schemas/translation_schema.json index bd0fff9d..02564aee 100644 --- a/NewHorizons/Schemas/translation_schema.json +++ b/NewHorizons/Schemas/translation_schema.json @@ -24,6 +24,10 @@ "additionalProperties": { "type": "string" } + }, + "$schema": { + "type": "string", + "description": "The schema to validate with" } }, "$docs": {