1{ 2 "$id": "https://spec.openapis.org/oas/3.1/dialect/base", 3 "$schema": "https://json-schema.org/draft/2020-12/schema", 4 5 "title": "OpenAPI 3.1 Schema Object Dialect", 6 "description": "A JSON Schema dialect describing schemas found in OpenAPI documents", 7 8 "$vocabulary": { 9 "https://json-schema.org/draft/2020-12/vocab/core": true, 10 "https://json-schema.org/draft/2020-12/vocab/applicator": true, 11 "https://json-schema.org/draft/2020-12/vocab/unevaluated": true, 12 "https://json-schema.org/draft/2020-12/vocab/validation": true, 13 "https://json-schema.org/draft/2020-12/vocab/meta-data": true, 14 "https://json-schema.org/draft/2020-12/vocab/format-annotation": true, 15 "https://json-schema.org/draft/2020-12/vocab/content": true, 16 "https://spec.openapis.org/oas/3.1/vocab/base": false 17 }, 18 19 "$dynamicAnchor": "meta", 20 21 "allOf": [ 22 { "$ref": "https://json-schema.org/draft/2020-12/schema" }, 23 { "$ref": "https://spec.openapis.org/oas/3.1/meta/base" } 24 ] 25} 26