Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/draft2020-12/optional/format-assertion.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{
"description": "schema that uses custom metaschema with format-assertion: false",
"comment": "The true/false boolean in $vocabulary only controls behavior for implementations that do not recognize the vocabulary. For implementations that do understand format-assertion, the boolean has no impact on validation behavior — hence both test groups produce identical results.",
"schema": {
"$id": "https://schema/using/format-assertion/false",
"$schema": "http://localhost:1234/draft2020-12/format-assertion-false.json",
Expand All @@ -14,6 +15,7 @@
},
{
"description": "format-assertion: false: invalid string",
"comment": "valid: false is intentional — the false value in $vocabulary only affects unknown vocabulary handling, not validation behavior itself",
"data": "not-an-ipv4",
"valid": false
}
Expand Down
Loading