KaiZen-OpenAPI-Editor
KaiZen-OpenAPI-Editor copied to clipboard
Eclipse Editor for the Swagger-OpenAPI Description Language
The additionalProperties allowed in many of the Swagger and JSON Schema objects can be useful, but can also lead to subtle bugs. It's easy to have properties that you assume...
Installing from Eclipse marketplace or from the upload site fails because of missing dependencies. The following error is shown when I try to install from marketplace. `An error occurred while...
It would be better to have a more generic query parameter template (without the type) and then maybe offer types for integer/string etc. additionally? Currently each query parameter integer would...
applies to swagger2 + openapi3 editor: e.g. if you type "minlength" for a query parameter and then pick "minLength" from the list, the case is not correct, the wrongly typed...
If you define tags in the contract, these tags are not available in the tags attribute for the paths. It would be nice to be able to select from the...
Scopes values are available in securitySchemes definition under `scopes` object. This could be used to add content assist for security requirements in paths objects.
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...
For example, the following fragment gives no warnings or errors and yet it is not legal according to [the specification](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md). ``` --- openapi: "3.0.0" info: version: "1.0.0" title: Whatever you...
Extracted from https://github.com/RepreZen/KaiZen-OpenAPI-Editor/pull/402#pullrequestreview-67663598 >I noted that there is a content assist proposal `_key_` present in responses > content > schema. Not sure why it is there. ![screen shot 2017-10-06 at...