| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| id | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 64 bit integer | |
| petId | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 64 bit integer | |
| quantity | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 32 bit integer | |
| shipDate | str, datetime, | str, | [optional] value must conform to RFC-3339 date-time | |
| status | str, | str, | Order Status | [optional] must be one of ["placed", "approved", "delivered", ] |
| complete | bool, | BoolClass, | [optional] if omitted the server will use the default value of False | |
| any_string_name | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional] |