[BUG][python] Support named arrays (#6493)

* [python] Support named arrays

* Fix named array type

* Use ModelSimple

* Reset samples

* Regenerated

* Animal farm test

* Array of enums

* Clean-up

* Clean-up

* Clean-up

* Fix array type generation

* simplify

* array model is not alias

* Array model has one value field

* ensure up-to-date

* ./bin/utils/ensure-up-to-date --batch

* Solve issue with missing import for array model

* regenerate
This commit is contained in:
Jiri Kuncar
2020-06-04 16:50:53 +02:00
committed by GitHub
parent 2be0afffe2
commit e708cdc83e
22 changed files with 891 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
# animal_farm.AnimalFarm
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | [**[animal.Animal]**](Animal.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)