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
This commit is contained in:
Justin Black
2021-01-28 09:30:36 -08:00
committed by GitHub
parent e377eabbc5
commit 2553d056dc
180 changed files with 48 additions and 1863 deletions

View File

@@ -5,8 +5,8 @@ The value may be a shape or the 'null' value. This is introduced in OAS schema >
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**shape_type** | **str** | |
**quadrilateral_type** | **str** | | defaults to nulltype.Null
**triangle_type** | **str** | | defaults to nulltype.Null
**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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)