Remove BOM On Schemas

This commit is contained in:
Ben C 2022-03-01 22:43:06 -05:00
parent 12519fdce5
commit b691b71b22
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$defs": {
"vector3": {

View File

@ -1,4 +1,4 @@
{
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"description": "Configuration for a specific star system",

View File

@ -1,4 +1,4 @@
{
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$defs": {
"table": {