Skip to content

Commit 500faba

Browse files
committed
add dollar sign to each schema id
1 parent a5d24a6 commit 500faba

10 files changed

Lines changed: 10 additions & 10 deletions

schema/m3-bossScenarios.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-bossScenarios.schema.json",
3+
"$id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-bossScenarios.schema.json",
44
"type": "object",
55
"title": "Super Metroid Boss Scenario Schema",
66
"description": "A list of boss fight scenarios, which can each be resolved into an energy requirement",

schema/m3-connection.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-connection.schema.json",
3+
"$id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-connection.schema.json",
44
"type": "object",
55
"title": "Super Metroid Connection Pathway Schema",
66
"description": "A list of connections between rooms, comprised of two nodes each",

schema/m3-enemies.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-enemies.schema.json",
3+
"$id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-enemies.schema.json",
44

55
"definitions": {
66
"enemyDrops": {

schema/m3-helpers.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-helpers.schema.json",
3+
"$id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-helpers.schema.json",
44
"type": "object",
55
"title": "Super Metroid Helper Schema",
66
"additionalProperties": false,

schema/m3-items.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-items.schema.json",
3+
"$id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-items.schema.json",
44

55
"definitions": {
66
"consumableResource": {

schema/m3-note.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-note.schema.json",
3+
"$id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-note.schema.json",
44
"title": "Super Metroid Note Schema",
55

66
"definitions": {

schema/m3-requirements.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-requirements.schema.json",
3+
"$id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-requirements.schema.json",
44
"title": "Super Metroid Logical Requirements Schema",
55

66
"definitions": {

schema/m3-room.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-room.schema.json",
3+
"$id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-room.schema.json",
44
"definitions": {
55
"runway": {
66
"type": "object",

schema/m3-tech.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-tech.schema.json",
3+
"$id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-tech.schema.json",
44
"type": "object",
55
"title": "Super Metroid Tech Schema",
66
"properties": {

schema/m3-weapons.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-weapons.schema.json",
3+
"$id": "https://raw.githubusercontent.com/vg-json-data/sm-json-data/master/schema/m3-weapons.schema.json",
44
"type": "object",
55
"title": "Super Metroid Weapon Schema",
66
"properties": {

0 commit comments

Comments
 (0)