| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| map_property | dict, frozendict.frozendict, | frozendict.frozendict, | [optional] | |
| map_of_map_property | dict, frozendict.frozendict, | frozendict.frozendict, | [optional] | |
| anytype_1 | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | [optional] | |
| map_with_undeclared_properties_anytype_1 | dict, frozendict.frozendict, | frozendict.frozendict, | [optional] | |
| map_with_undeclared_properties_anytype_2 | dict, frozendict.frozendict, | frozendict.frozendict, | [optional] | |
| map_with_undeclared_properties_anytype_3 | dict, frozendict.frozendict, | frozendict.frozendict, | [optional] | |
| empty_map | dict, frozendict.frozendict, | frozendict.frozendict, | an object with no declared properties and no undeclared properties, hence it's an empty map. | [optional] |
| map_with_undeclared_properties_string | dict, frozendict.frozendict, | frozendict.frozendict, | [optional] | |
| 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] |
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| any_string_name | str, | str, | any string name can be used but the value must be the correct type | [optional] |
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| any_string_name | dict, frozendict.frozendict, | frozendict.frozendict, | any string name can be used but the value must be the correct type | [optional] |
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| any_string_name | str, | str, | any string name can be used but the value must be the correct type | [optional] |
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| any_string_name | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional] |
an object with no declared properties and no undeclared properties, hence it's an empty map.
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, | an object with no declared properties and no undeclared properties, hence it's an empty map. |
| Key | Input Type | Accessed Type | Description | Notes |
|---|
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| any_string_name | str, | str, | any string name can be used but the value must be the correct type | [optional] |