You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
956 B
21 lines
956 B
{
|
|
"$id": "https://spec.openapis.org/oas/3.1/dialect/base",
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$vocabulary": {
|
|
"https://json-schema.org/draft/2020-12/vocab/core": true,
|
|
"https://json-schema.org/draft/2020-12/vocab/applicator": true,
|
|
"https://json-schema.org/draft/2020-12/vocab/unevaluated": true,
|
|
"https://json-schema.org/draft/2020-12/vocab/validation": true,
|
|
"https://json-schema.org/draft/2020-12/vocab/meta-data": true,
|
|
"https://json-schema.org/draft/2020-12/vocab/format-annotation": true,
|
|
"https://json-schema.org/draft/2020-12/vocab/content": true,
|
|
"https://spec.openapis.org/oas/3.1/vocab/base": false
|
|
},
|
|
"$dynamicAnchor": "meta",
|
|
|
|
"title": "OpenAPI 3.1 Schema Object Dialect",
|
|
"allOf": [
|
|
{ "$ref": "https://json-schema.org/draft/2020-12/schema" },
|
|
{ "$ref": "https://spec.openapis.org/oas/3.1/meta/base" }
|
|
]
|
|
}
|
|
|