Justin Black 2553d056dc
Removes nulltype from python, updates samples (#8555)
* Removes nulltype from python, updates samples

* Removes nulltype from the python requirements

* Removes nulltype import in models, moves requiredVars to optionalVars when approprieate
2021-01-28 09:30:36 -08:00

671 B

ShapeOrNull

The value may be a shape or the 'null' value. This is introduced in OAS schema >= 3.1.

Properties

Name Type Description Notes
shape_type str
quadrilateral_type str [optional]
triangle_type str [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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