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