We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e9621c + e0d257b commit 9f67a40Copy full SHA for 9f67a40
openapi_schema_validator/validators.py
@@ -59,7 +59,10 @@
59
BaseOAS31Validator = extend(
60
Draft202012Validator,
61
{
62
- # adjusted to OAS
+ # adjusted to OAS
63
+ u"allOf": oas_validators.allOf,
64
+ u"oneOf": oas_validators.oneOf,
65
+ u"anyOf": oas_validators.anyOf,
66
u"description": oas_validators.not_implemented,
67
u"format": oas_validators.format,
68
# fixed OAS fields
0 commit comments