| Name | Type | Description | Notes |
|---|---|---|---|
| nullable | swagger::Nullable | ||
| nullable_with_null_default | swagger::Nullable | [optional] [default to None] | |
| nullable_with_present_default | swagger::Nullable | [optional] [default to Some(swagger::Nullable::Present("default".to_string()))] | |
| nullable_with_no_default | swagger::Nullable | [optional] [default to None] | |
| nullable_array | swagger::Nullable<Vec> | [optional] [default to None] | |
| min_item_test | Vec | [optional] [default to None] | |
| max_item_test | Vec | [optional] [default to None] | |
| min_max_item_test | Vec | [optional] [default to None] |