Skip to content

Commit

Permalink
fix: update json-pointer path for $ref
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas authored Oct 29, 2020
1 parent 0af0beb commit 77b2b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0/src/schema.json#/definitions/JSONSchemaObject/properties/$ref"
}
}
},
Expand Down

0 comments on commit 77b2b98

Please sign in to comment.