KaiZen-OpenAPI-Editor
KaiZen-OpenAPI-Editor copied to clipboard
Eclipse Editor for the Swagger-OpenAPI Description Language
Peeling off layers to rename all of the visible elements from SwagEdit to KZOE.
Currently, signing of jar files is done in a separate build step after the maven build. This works only because the maven build currently does not add md5 checksums for...
I noticed that YEdit has an open issue for code folding. https://github.com/oyse/yedit/issues/21 From the author: > I have mostly working code for this in a branch. All the wiring in...
Though it's not formally part of the Swagger 2 spec, `x-example` has been implemented in `swagger.io` projects as a standard vendor extension applicable to serializable parameters. While vendor extensions in...
Swagger curiously allows primitive schemas, or object properties, to use `type: "null"`. But if you mistakenly specify this as `type: null` (without the quotes), SwagEdit doesn't seem to handle it...
Dicussion in [ZEN-3175](https://modelsolv.atlassian.net/browse/ZEN-3175) reveals that SwagEdit is extremely tolerant of YAML keys (at least in some cases) that are not valid strings. A Swagger spec with this `definitions` section produces...
#174 has a somewhat broad-ranging discussion about various `allOf` and `additionalProperties` limitations that SwagEdit should be aware of, and should help with by adding validations and helpful messages. One of...
[Support Ticket 137](https://support.reprezen.com/helpdesk/tickets/137) describes some known limitations of the `swagger-models` library that defines the data structures for representing a Swagger spec in Java. `swagger-models` holds the in-memory object graph produced...
Strange content assist behavior noticed during a support screenshare: If you position the insertion point immediately after the colon following the `type` keyword in a schema under `definitions`, it immediately...
We recently started requiring a type property in schema objects. In the case of a missing property, the error message is simply `Invalid definition, type is missing`. People seem to...