AssociatedPropertyDef
A PropertyDef that is associated with a class.
| Name | Description | Type | 
|---|---|---|
property_def | The ID of the associated PropertyDef. | number | 
is_required | True if this PropertyDef is a required property in the class. | boolean | 
Example
{
  "property_def": 0,
  "is_required": false
}