Skip to content

Commit

Permalink
fix: use updated json-schema-tools meta-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas authored Oct 29, 2020
1 parent 683f2c1 commit f79b28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"title": "specificationExtension"
},
"JSONSchema": {
"$ref": "https://raw.githubusercontent.com/json-schema-tools/meta-schema/1.3.0/src/schema.json"
"$ref": "https://raw.githubusercontent.com/json-schema-tools/meta-schema/1.5.9/src/schema.json"
},
"referenceObject": {
"title": "referenceObject",
Expand All @@ -129,7 +129,7 @@
],
"properties": {
"$ref": {
"$ref": "https://raw.githubusercontent.com/json-schema-tools/meta-schema/1.3.0/src/schema.json#/definitions/JSONSchemaObject/properties/$ref"
"$ref": "https://raw.githubusercontent.com/json-schema-tools/meta-schema/1.5.9/src/schema.json#/definitions/JSONSchemaObject/properties/$ref"
}
}
},
Expand Down

0 comments on commit f79b28e

Please sign in to comment.