EventValidationInput
About EventValidationInput
This input 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
Additional details for the event’s validation status.
Type: String