Rename schema.json

This commit is contained in:
Ben C 2022-05-18 18:20:03 -04:00 committed by GitHub
parent d437481ac2
commit 7ef8dc2db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name" : "Ship", "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" : "Props" :
{ {
"dialogue": [ "dialogue": [

View File

@ -37,7 +37,7 @@ look something like this:
```json ```json
{ {
"name": "Wetrock", "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", "starSystem": "SolarSystem",
"Base": { "Base": {
"groundSize": 100, "groundSize": 100,