diff --git a/NewHorizons/Schemas/title_screen_schema.json b/NewHorizons/Schemas/title_screen_schema.json index a0659c58..f1c45631 100644 --- a/NewHorizons/Schemas/title_screen_schema.json +++ b/NewHorizons/Schemas/title_screen_schema.json @@ -14,13 +14,6 @@ "$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" - } } }, "definitions": { @@ -69,7 +62,11 @@ "$ref": "#/definitions/MenuPlanetModule" }, "extras": { - "description": "Extra data that may be used by extension mods" + "type": "object", + "description": "Extra data that may be used by extension mods", + "additionalProperties": { + "type": "object" + } } } },