KaiZen-OpenAPI-Editor
KaiZen-OpenAPI-Editor copied to clipboard
Eclipse Editor for the Swagger-OpenAPI Description Language
Update site (http(s)://products.reprezen.com/swagedit/latest) is returning HTTP status 504. Installation/update is not possible.
Test yaml ``` openapi: "3.0.2" info: version: 1.0.0 title: Swagger Petstore paths: /: get: responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/Parent' components: responses: Ok: description: ok schemas: Parent:...
In the schemas below we can see an inheritance scenario: ``` components: schemas: person: allOf: - $ref: '#/components/schemas/personForCreation' - type: object properties: id: type: integer format: int32 required: - id...
When installing the feature group in 2020-12, everything seems to work, but the plugins cannot start. The Eclipse error log shows: ``` FrameworkEvent ERROR org.osgi.framework.BundleException: Could not resolve module: com.reprezen.swagedit...
Whenever I make any changes (Even add a simple space), and save the document, Spring Tool Suite (STS) opens a window saying "User Operation is Waiting" and list lot of...
When completing the model from another file today it is completed as below when file is in the current folder. `$ref: 'file.yaml#/definitions/Pet'` Suggestion is to make it like `$ref: './file.yaml#/definitions/Pet'`...
Eclipse spell checker is not working for swagger files with the swagger editor. This is really important to avoid typos in API documentation. Please consider adding support for spell check....
I'm referencing paths in external files as documented at https://swagger.io/docs/specification/using-ref/#escape which works perfectly, but the parameter in curly braces cause OpenApi Editor 0.8 in Eclipse to warn "invalid reference syntax...
 Hi, I installed Kaizen-OpenAPI-Editor unknowingly in following eclipse version. Eclipse IDE for Enterprise Java Developers. Version: 2019-09 R (4.13.0) Build id: 20190917-1200 Since then, I really have a painful...