Within Azure Logic Apps, is there any way to use JSON Schema validation on the HTTP Webhook callback body? Similarly to how JSON Schema is used on the HTTP Trigger "When a HTTP request is received".
Directly, it does not seem so.
A possible alternative would be to use a Parse JSON component afterwards, but that would not throw a HTTP error when calling the callback url.
Are there any other possible solutions?