RepreZen / KaiZen-OpenApi-Parser

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

Naming a schema "properties" causes incorrect validation error #250

Open DoganAtay-e04891 opened 4 years ago

DoganAtay-e04891 commented 4 years ago

If the name of a schema under the /#/components/schemas section is "properties" then we get the inaccurate warning of "Invalid definition, object type is missing" at /#/components/schemas line

components: schemas: properties:

I think this is bug.