diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 02771c9b..3783d7e7 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -128,16 +128,16 @@ "description": "Add water to this planet", "$ref": "#/definitions/WaterModule" }, - "$schema": { - "type": "string", - "description": "The schema to validate with" - }, "extras": { "type": "object", "description": "Extra data that may be used by extension mods", "additionalProperties": { "type": "object" } + }, + "$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 d8073db0..032fb8f1 100644 --- a/NewHorizons/Schemas/star_system_schema.json +++ b/NewHorizons/Schemas/star_system_schema.json @@ -71,16 +71,16 @@ "$ref": "#/definitions/CuriosityColorInfo" } }, - "$schema": { - "type": "string", - "description": "The schema to validate with" - }, "extras": { "type": "object", "description": "Extra data that may be used by extension mods", "additionalProperties": { "type": "object" } + }, + "$schema": { + "type": "string", + "description": "The schema to validate with" } }, "definitions": {