Skip to content

Commit

Permalink
Merge commit '62e69b2c3be9e30c50bea2e595eb2afcd13666ec'
Browse files Browse the repository at this point in the history
* commit '62e69b2c3be9e30c50bea2e595eb2afcd13666ec':
  Squashed 'json/' changes from 0fa89d2ab..9251ebff1
  • Loading branch information
Julian committed Nov 11, 2022
2 parents 227069f + 62e69b2 commit 75903d8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions json/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 json/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 json/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 json/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 75903d8

Please sign in to comment.