[Python] Additional properties with array types (#6594)

* [Python] Additional properties with array types

* fix addditionalProperties

* fix issue

* ensure-up-to-date

* Use separate spec for java
This commit is contained in:
Jiri Kuncar
2020-06-14 00:57:14 +02:00
committed by GitHub
parent a4e42e1651
commit e07f084e2a
12 changed files with 2518 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
# additional_properties_with_array_of_enums.AdditionalPropertiesWithArrayOfEnums
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**any string name** | **[enum_class.EnumClass]** | any string name can be used but the value must be the correct type | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)