Feat adds python AnyOf send and receive example (#10754)

* Samples regenerated

* Adds AnyOf tx/rx example to python

* Updates samples
This commit is contained in:
Justin Black
2021-11-01 12:15:45 -07:00
committed by GitHub
parent 666382b377
commit 7559b53370
10 changed files with 617 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ docs/FormatTest.md
docs/Fruit.md
docs/FruitReq.md
docs/GmFruit.md
docs/GmFruitNoProperties.md
docs/GrandparentAnimal.md
docs/HasOnlyReadOnly.md
docs/HealthCheckResult.md
@@ -161,6 +162,7 @@ petstore_api/model/format_test.py
petstore_api/model/fruit.py
petstore_api/model/fruit_req.py
petstore_api/model/gm_fruit.py
petstore_api/model/gm_fruit_no_properties.py
petstore_api/model/grandparent_animal.py
petstore_api/model/has_only_read_only.py
petstore_api/model/health_check_result.py