[python-experimental] adds test verifying inheriting from multiple AnyType classes (#13358)

* Adds test_additional_properties_validator

* Updates test

* Reverts file
This commit is contained in:
Justin Black
2022-09-05 17:18:51 -07:00
committed by GitHub
parent 2c5eb54f11
commit c4d56afcae
9 changed files with 483 additions and 1 deletions

View File

@@ -2905,4 +2905,15 @@ components:
type: string
enum:
- move
- copy
- copy
AdditionalPropertiesValidator:
type: object
allOf:
- type: object
additionalProperties: true
- type: object
additionalProperties:
minLength: 3
- type: object
additionalProperties:
maxLength: 5