Schema of a custom field attached to a resource.
Field | Type | Required | Description |
---|---|---|---|
CustomFieldID |
string | ✔️ | ID of the custom field. |
CustomField |
components.CustomField | ✔️ | N/A |
Order |
int64 | ✔️ | Order of the custom field in the resource. |
Required |
bool | ✔️ | Whether the value is required for this custom field. |