KaiZen-OpenAPI-Editor icon indicating copy to clipboard operation
KaiZen-OpenAPI-Editor copied to clipboard

Eclipse Editor for the Swagger-OpenAPI Description Language

Results 101 KaiZen-OpenAPI-Editor issues
Sort by recently updated
recently updated
newest added

https://modelsolv.atlassian.net/browse/ZEN-3710

https://modelsolv.atlassian.net/browse/ZEN-3711

https://modelsolv.atlassian.net/browse/ZEN-3713

KaiZen-OpenAPI-Editor 0.8.0.201706092017 If I provide 1.2 as the value of the API version property, I get an unhelpful error message. "value of type number is not allowed, value should be...

KZOE code assist offers two types of suggestion: 1) keyword 2) template. At the moment templates are named inconsistently, or in a way that makes it harder to find them....

OpenAPIv3

For example, at the root level of an empty OpenAPI 3.0 spec, code assist shows templates for version, info and servers. If I select the version template and use code...

Related to #337. Reference tooltip should show information about it. It can be: * Contents of the referenced element * Or, its description - many OpenAPI v3 elements have a...

Improvement
OpenAPIv3

Often times, JSON Schema provides details about an element. We can leverage it to show meta-information about the keywords, similar to what's done in RAPID-ML:

Improvement
OpenAPIv3

If you invoke content assist and start typing, it filters the list until you type something that doesn't match whatever is in the list. Then the suggestion list disappears, and...