Skip to content

EventValidation

About EventValidation

This type indicates whether an event is valid and contains additional information about the validation.

status

Whether the event is VALID or INVALID.

Type: EventValidationStatus!

reason

The reason for the event’s validation status. Required if the status is INVALID.

Type: String

details

Optional details for the event’s validation status.

Type: String