hevans90 / oa3-api-defender

A node.js CLI to validate an OA3 spec's response schemas versus real API endpoints
17 stars 0 forks source link

Not validating correctly (no problems found every time) #8

Open meismyles opened 6 years ago

meismyles commented 6 years ago

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?

hevans90 commented 6 years ago

Hmm there are a few possibilities, likely an issue with my tool more than anything, could you send me a pastebin with your spec in it or something?