Hi
Trying to add an openapi extension in compojure-api but i'm not sure i fully understand how restructure-parms works
so i want to add :x-ms-trigger to an endpoint (see https://docs.microsoft.com/en-us/connectors/custom-connectors/openapi-extensions#x-ms-trigger)
i have the following but
(defmethod restructure-param :x-ms-trigger
[_ components acc]
(update-in acc [:middleware] conj [:headers components]))