Schema of a custom field attached to a resource.
| Field | Type | Required | Description |
|---|---|---|---|
custom_field_id |
str | ✔️ | ID of the custom field. |
custom_field |
models.CustomField | ✔️ | N/A |
order |
int | ✔️ | Order of the custom field in the resource. |
required |
bool | ✔️ | Whether the value is required for this custom field. |