Layer7 API Management

 View Only

 How-to validate response json message against an OpenApi 3.0 document

Jan van Dijk's profile image
Jan van Dijk posted Mar 04, 2021 03:48 AM
Hello,

I'm building a API Gateway policy with a Soap frontend and a Rest (Json) backend.
The Rest backend response is based on a OpenApi 3.0 swagger file.
I as trying to use the "Validate Against OpenAPI Document Assertion", but i saw that this assertion doesn't have a target option. After (better) reading the Broadcom help page i saw that this assertion can only be used in case of request messages.

My question is as follows. 
Is it also possible to validate a response message against an OpenApi Doument?