We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c195a0 commit 924cb84Copy full SHA for 924cb84
openapi_schema_validator/validators.py
@@ -115,12 +115,10 @@ def _build_oas31_validator() -> Any:
115
Draft202012Validator,
116
{
117
# adjusted to OAS
118
- "allOf": oas_keywords.allOf,
119
- "oneOf": oas_keywords.oneOf,
120
- "anyOf": oas_keywords.anyOf,
121
"pattern": oas_keywords.pattern,
122
"description": oas_keywords.not_implemented,
123
# fixed OAS fields
+ # discriminator is annotation-only in OAS 3.1+
124
"discriminator": oas_keywords.not_implemented,
125
"xml": oas_keywords.not_implemented,
126
"externalDocs": oas_keywords.not_implemented,
0 commit comments