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