Skip to content

Commit

Permalink
Merge pull request #464 from open-rpc/fix/use-deployed-url
Browse files Browse the repository at this point in the history
fix: use deployed url for json schema meta schema
  • Loading branch information
shanejonas authored May 7, 2024
2 parents b06a36c + 385e0c5 commit e80587c
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 @@ -132,7 +132,7 @@
"title": "specificationExtension"
},
"JSONSchema": {
"$ref": "https://raw.githubusercontent.com/json-schema-tools/meta-schema/1.5.9/src/schema.json"
"$ref": "https://meta.json-schema.tools"
},
"referenceObject": {
"title": "referenceObject",
Expand All @@ -143,7 +143,7 @@
],
"properties": {
"$ref": {
"$ref": "https://raw.githubusercontent.com/json-schema-tools/meta-schema/1.5.9/src/schema.json#/definitions/JSONSchemaObject/properties/$ref"
"$ref": "https://meta.json-schema.tools/#/definitions/JSONSchemaObject/properties/$ref"
}
}
},
Expand Down

0 comments on commit e80587c

Please sign in to comment.