openapi-ui icon indicating copy to clipboard operation
openapi-ui copied to clipboard

OpenAPI 3.0.0-RC0 validity

Open MikeRalphson opened this issue 7 years ago • 2 comments

Hi, thanks for adding your project to awesome-openapi3!

I've run your test file through my experimental validator, and it comes up with the following issue:

{
  "status": false,
  "message": "expected Object { name: 'projectUUID', required: true, in: 'path', type: 'string' } not to have property type (false negative fail)",
  "context": "#/components/parameters/projectUUID/projectUUID"
}

The validator can be found here.

It has functionality to show a badge too

badge

... which I'm sure will soon go green. :)

MikeRalphson avatar Mar 10 '17 11:03 MikeRalphson