1{ 2 "$id": "http://localhost:1234/draft-next/format-assertion-false.json", 3 "$schema": "https://json-schema.org/draft/next/schema", 4 "$vocabulary": { 5 "https://json-schema.org/draft/next/vocab/core": true, 6 "https://json-schema.org/draft/next/vocab/format-assertion": false 7 }, 8 "allOf": [ 9 { "$ref": "https://json-schema.org/draft/next/meta/core" }, 10 { "$ref": "https://json-schema.org/draft/next/meta/format-assertion" } 11 ] 12} 13