Object containing the response to creating a custom event schema.
Name | Type | Description |
---|---|---|
id | String | Unique identifier of the custom event schema. |
name | String | User-defined name of the custom event. This is also shown in Project Settings > Event Schema in the Voucherify Dashboard. |
schema | ManagementProjectsCustomEventSchemaSchema | |
createdAt | OffsetDateTime | Timestamp representing the date and time when the custom event schema was created. The value is shown in the ISO 8601 format. |
updatedAt | OffsetDateTime | Timestamp representing the date and time when the custom event schema was updated. The value is shown in the ISO 8601 format. |
_object | ObjectEnum | The type of the object represented by JSON. |
Name | Value |
---|---|
CUSTOM_EVENT_SCHEMA | "custom-event-schema" |