KaiZen-OpenAPI-Editor
KaiZen-OpenAPI-Editor copied to clipboard
Swagger v2: Missing object type validation and quick fix should work for sub-schemas
Noted here: https://modelsolv.atlassian.net/browse/ZEN-3421?focusedCommentId=43532&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-43532
The validation error marker, and therefore the quick fix, only show for top-level schema objects. An array of objects with a missing type:object in the sub-schema will not trigger this validation error in Swagger-OpenAPI v2. (I have not tested v3.)