{
"$id": "https://spec.openapis.org/oas/3.1/schema-base/2024-11-14",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "The description of OpenAPI v3.1.x Documents using the OpenAPI JSON Schema dialect",
"$ref": "https://spec.openapis.org/oas/3.1/schema/2024-11-14",
"properties": {
"jsonSchemaDialect": {
"$ref": "#/$defs/dialect"
}
},
"$defs": {
"dialect": {
"const": "https://spec.openapis.org/oas/3.1/dialect/2024-10-25"
},
"schema": {
"$dynamicAnchor": "meta",
"$ref": "https://spec.openapis.org/oas/3.1/dialect/2024-10-25",
"properties": {
"$schema": {
"$ref": "#/$defs/dialect"
}
}
}
}
}