Skip to content

Commit

Permalink
fix: revert schema changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Mar 19, 2020
1 parent 5980836 commit ce9c080
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
@@ -1,5 +1,5 @@
{
"$schema": "https://json-schema.org/draft-07/schema",
"$schema": "https://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/open-rpc/meta-schema/master/schema.json",
"title": "openrpcDocument",
"type": "object",
Expand Down Expand Up @@ -109,7 +109,7 @@
},
"definitions": {
"schema": {
"$ref": "https://json-schema.org/draft-07/schema"
"$ref": "https://json-schema.org/draft-07/schema#"
},
"referenceObject": {
"title": "referenceObject",
Expand Down

0 comments on commit ce9c080

Please sign in to comment.