diff --git a/NewHorizons/schema.json b/NewHorizons/schema.json index 8eb576f5..e12179d6 100644 --- a/NewHorizons/schema.json +++ b/NewHorizons/schema.json @@ -1,4 +1,4 @@ -{ +{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$defs": { "vector3": { diff --git a/NewHorizons/star_system_schema.json b/NewHorizons/star_system_schema.json index 0948e660..cf7f702c 100644 --- a/NewHorizons/star_system_schema.json +++ b/NewHorizons/star_system_schema.json @@ -1,4 +1,4 @@ -{ +{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "description": "Configuration for a specific star system", diff --git a/NewHorizons/translation_schema.json b/NewHorizons/translation_schema.json index 720a7a5e..3576a0ee 100644 --- a/NewHorizons/translation_schema.json +++ b/NewHorizons/translation_schema.json @@ -1,4 +1,4 @@ -{ +{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$defs": { "table": {