ObjectPropertyOptions
Options for object properties.
Properties
Name | Type | Description | Notes |
---|---|---|---|
subobject_properties | [PropertyDefinition] | The properties of the sub-object. These properties represent a nested object. For example, if this property represents a postal address, the subobjectProperties might be named street, city, and state. | [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] |