Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.06 KB

ManagementProjectsCustomEventSchema.md

File metadata and controls

27 lines (15 loc) · 1.06 KB

ManagementProjectsCustomEventSchema

Object containing the response to creating a custom event schema.

Properties

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.

Enum: ObjectEnum

Name Value
CUSTOM_EVENT_SCHEMA "custom-event-schema"