| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Name |
string | ➖ | The name of the custom object schema | project |
Description |
string | ➖ | The description of the custom object schema | This schema defines a project custom object |
Fields |
List<Fields> | ➖ | The fields defined in the schema | |
Visible |
bool | ➖ | Whether the custom object schema is visible in the UI | true |
Active |
bool | ➖ | Whether the custom object schema is active | true |
PassThrough |
List<PassThroughBody> | ➖ | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. |