RepreZen / KaiZen-OpenApi-Parser

High-performance Parser, Validator, and Java Object Model for OpenAPI 3.x
130 stars 31 forks source link

Spec incompliance: paths object is mandatory #134

Open maybeec opened 6 years ago

maybeec commented 6 years ago

The current version of the parser does not comply to the openapi spec as it accepts files not defining any path object. The spec indicates the path object to be required: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#openapi-object