-
I'm using Prism in validating proxy mode. With Prism I've found several mismatches between my API specification and the actual implementation. But one issue I found manually is that is some cases the service responds with more fields than are defined in the API specification. I can see how this might not be invalid because all of the defined fields are present. Is there a way to force Prism to validate that only defined fields are present in a response and report an error if one or more undefined fields are present in a response? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Just encountered that issue myself. |
Beta Was this translation helpful? Give feedback.
Just encountered that issue myself.