Skip to content

Commit

Permalink
fix: dedupe $ref
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas authored Oct 22, 2020
1 parent 8058d9c commit f3b22d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"JSONSchema": {
"$ref": "https://raw.githubusercontent.com/json-schema-tools/meta-schema/1.3.0/src/schema.json"
},
"referenceObject": {
"referenceObject": {
"title": "referenceObject",
"type": "object",
"additionalProperties": false,
Expand All @@ -123,9 +123,7 @@
],
"properties": {
"$ref": {
"title": "ref",
"type": "string",
"format": "uri-reference"
"$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 f3b22d9

Please sign in to comment.