github.com/kaptinlin/jsonschema@v0.4.6/testdata/JSON-Schema-Test-Suite/remotes/draft2020-12/format-assertion-false.json (about) 1 { 2 "$id": "http://localhost:1234/draft2020-12/format-assertion-false.json", 3 "$schema": "https://json-schema.org/draft/2020-12/schema", 4 "$vocabulary": { 5 "https://json-schema.org/draft/2020-12/vocab/core": true, 6 "https://json-schema.org/draft/2020-12/vocab/format-assertion": false 7 }, 8 "$dynamicAnchor": "meta", 9 "allOf": [ 10 { "$ref": "https://json-schema.org/draft/2020-12/meta/core" }, 11 { "$ref": "https://json-schema.org/draft/2020-12/meta/format-assertion" } 12 ] 13 }