Skip to content

Commit

Permalink
Merge pull request #602 from santhosh-tekuri/format-assertion
Browse files Browse the repository at this point in the history
Fix vocabulary metaschema uris in format-assertion-*.json
  • Loading branch information
Julian authored Nov 11, 2022
2 parents 0fa89d2 + 69a3615 commit 9251ebf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions remotes/draft-next/format-assertion-false.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"https://json-schema.org/draft/next/vocab/format-assertion": false
},
"allOf": [
{ "$ref": "https://json-schema.org/draft/next/schema/meta/core" },
{ "$ref": "https://json-schema.org/draft/next/schema/meta/format-assertion" }
{ "$ref": "https://json-schema.org/draft/next/meta/core" },
{ "$ref": "https://json-schema.org/draft/next/meta/format-assertion" }
]
}
4 changes: 2 additions & 2 deletions remotes/draft-next/format-assertion-true.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"https://json-schema.org/draft/next/vocab/format-assertion": true
},
"allOf": [
{ "$ref": "https://json-schema.org/draft/next/schema/meta/core" },
{ "$ref": "https://json-schema.org/draft/next/schema/meta/format-assertion" }
{ "$ref": "https://json-schema.org/draft/next/meta/core" },
{ "$ref": "https://json-schema.org/draft/next/meta/format-assertion" }
]
}
4 changes: 2 additions & 2 deletions remotes/draft2020-12/format-assertion-false.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"https://json-schema.org/draft/2020-12/vocab/format-assertion": false
},
"allOf": [
{ "$ref": "https://json-schema.org/draft/2020-12/schema/meta/core" },
{ "$ref": "https://json-schema.org/draft/2020-12/schema/meta/format-assertion" }
{ "$ref": "https://json-schema.org/draft/2020-12/meta/core" },
{ "$ref": "https://json-schema.org/draft/2020-12/meta/format-assertion" }
]
}
4 changes: 2 additions & 2 deletions remotes/draft2020-12/format-assertion-true.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"https://json-schema.org/draft/2020-12/vocab/format-assertion": true
},
"allOf": [
{ "$ref": "https://json-schema.org/draft/2020-12/schema/meta/core" },
{ "$ref": "https://json-schema.org/draft/2020-12/schema/meta/format-assertion" }
{ "$ref": "https://json-schema.org/draft/2020-12/meta/core" },
{ "$ref": "https://json-schema.org/draft/2020-12/meta/format-assertion" }
]
}

0 comments on commit 9251ebf

Please sign in to comment.