forked from loafle/openapi-generator-original
* Adds cached_property decorator, adds feature to move through n discriminators * Adds v3 sample with 2 discriminators * Adds tests of Shape, Tringle, and Quadrilateral traveling through 2 discriminators * Adds test_deserialization.py:test_deserialize_shape * Simplifes XTriangle sample spec schemas * Simplifies Shape schema definition, updates go+python-experimental samples * Fixes python-experimental test_dog tests * Separates off python-experimental spec
443 B
443 B
shape.Shape
Properties
Name | Type | Description | Notes |
---|---|---|---|
shape_type | str | ||
quadrilateral_type | str | defaults to nulltype.Null | |
triangle_type | str | defaults to nulltype.Null |