{
"description": "The description of OpenAPI v3.1 documents using the OpenAPI JSON Schema dialect, as defined by https://spec.openapis.org/oas/v3.1, plus unknown keywords are disallowed",
"$id": "https://raw.githubusercontent.com/karenetheridge/OpenAPI-Modern/master/share/strict-schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$ref": "https://spec.openapis.org/oas/3.1/schema/2024-11-14",
"properties": {
"jsonSchemaDialect": {
"$ref": "#/$defs/dialect"
}
},
"$defs": {
"dialect": {
"const": "https://raw.githubusercontent.com/karenetheridge/OpenAPI-Modern/master/share/strict-dialect.json"
},
"schema": {
"$dynamicAnchor": "meta",
"$ref": "https://raw.githubusercontent.com/karenetheridge/OpenAPI-Modern/master/share/strict-dialect.json",
"properties": {
"$schema": {
"$ref": "#/$defs/dialect"
}
}
}
}
}