pub async fn get_schema( __arg0: State<Arc<EventStore>>, __arg1: Path<String>, __arg2: Query<GetSchemaParams>, ) -> Result<Json<Value>>