From b691b71b22af9b3edc1446e5c0f557600a790b49 Mon Sep 17 00:00:00 2001 From: Ben C Date: Tue, 1 Mar 2022 22:43:06 -0500 Subject: [PATCH] Remove BOM On Schemas --- NewHorizons/schema.json | 2 +- NewHorizons/star_system_schema.json | 2 +- NewHorizons/translation_schema.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": {