This schema describes objects returned by the Custom Tag endpoints.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string (uuid) | Yes | Unique identifier for the custom tag (read-only) |
timestamp_created | string (date-time) | Yes | Timestamp when the custom tag was created (read-only) |
timestamp_updated | string (date-time) | Yes | Timestamp when the custom tag was last updated (read-only) |
organization_id | string (uuid) | Yes | Organization ID that owns this custom tag (read-only) |
label | string | Yes | Display label for the custom tag |
description | string, nullable | No | Detailed description of the custom tag purpose |