When validating my YAML spec against my API I seem to get 200 - no problems found every time. It doesn't seem to be picking up any incorrect types or required response parameters.
If I change to an incorrect URL it does give me an error, so it does seem to be working in some respect - just not actually validating the response against the spec.
Is there something obvious I could be missing that is causing this?
When validating my YAML spec against my API I seem to get
200 - no problems found
every time. It doesn't seem to be picking up any incorrect types or required response parameters.If I change to an incorrect URL it does give me an error, so it does seem to be working in some respect - just not actually validating the response against the spec.
Is there something obvious I could be missing that is causing this?