Justin Black 9e596697a9
[python] Adds python oneOf/anyOf models + tests (#5341)
* Adds oneOf + anyOf schemas, models and tests to python-experimental

* Adds setUpClass and tearDownClass

* Removes newline in method_init_shared.mustache

* Regenerated v3 spec sample for python-experimental

* Fxes test for discard_unknown_keys

* Moves new models into existing spec, regen python-exp and go-exp

* Also fix python-exp windows file
2020-02-28 14:21:08 -08:00

483 B

fruit_req.FruitReq

Properties

Name Type Description Notes
cultivar str defaults to nulltype.Null
length_cm float defaults to nulltype.Null
mealy bool [optional]
sweet bool [optional]

[Back to Model list] [Back to API list] [Back to README]