mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 20:47:07 +00:00
[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:
@@ -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
|
||||
Reference in New Issue
Block a user