Skip to main content

validate_event_schema

Function validate_event_schema 

Source
pub async fn validate_event_schema(
    __arg0: State<Arc<EventStore>>,
    __arg1: Json<ValidateEventRequest>,
) -> Result<Json<ValidateEventResponse>>