diff --git a/NewHorizons/AssetBundle/WarpDriveConfig.json b/NewHorizons/AssetBundle/WarpDriveConfig.json index 42b79828..982af456 100644 --- a/NewHorizons/AssetBundle/WarpDriveConfig.json +++ b/NewHorizons/AssetBundle/WarpDriveConfig.json @@ -1,6 +1,6 @@ { "name" : "Ship", - "$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/master/NewHorizons/schema.json", + "$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/master/NewHorizons/body_schema.json", "Props" : { "dialogue": [ diff --git a/NewHorizons/Schemas/schema.json b/NewHorizons/Schemas/body_schema.json similarity index 100% rename from NewHorizons/Schemas/schema.json rename to NewHorizons/Schemas/body_schema.json diff --git a/docs/content/pages/home.md b/docs/content/pages/home.md index 8aab8f66..f6b13c0f 100644 --- a/docs/content/pages/home.md +++ b/docs/content/pages/home.md @@ -37,7 +37,7 @@ look something like this: ```json { "name": "Wetrock", - "$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/schema.json", + "$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/body_schema.json", "starSystem": "SolarSystem", "Base": { "groundSize": 100,