mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-16 08:31:26 +00:00
[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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user