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

In case the security scheme is oauth or openIdConnect, it should be doable to provide navigation to the named scopes. For ex, clicking on `write:pets` ```yaml petstore_auth: - write:pets -...

Improvement
OpenAPIv3

When editing OpenAPI 3.0, I can see schema templates wherever a subschema is allowed. At least, I have confirmed that this works with a property subschema: ![image](https://user-images.githubusercontent.com/692813/30997648-5ade9dfe-a497-11e7-8bef-ab2e54d5217b.png) It _should_ also...

Next Sprint

KZOE does not detect and mark an empty editor as invalid. The live Doc view in API Studio therefore displays the Rendering Error overlay because it trying in vain to...

OpenAPIv3

This is another way to improve the validation error message for oneOf schema validations: #60 contains an example of a Swagger spec with a `oneOf` schema violation, and also includes...

Extracted from https://github.com/ModelSolv/SwagEdit/issues/30#issue-119996655: The Swagger schema defines some patternProperties, including vendor extensions, path items and responses. It also defines some string values with pattern constraints, including host and basePath. Code...

Improvement

When positioned to insert a new property, here: ![image](https://cloud.githubusercontent.com/assets/692813/12176121/e0770bcc-b533-11e5-8e54-e2ed2611b193.png) Code assist inserts `_key_:` ![image](https://cloud.githubusercontent.com/assets/692813/12176137/f471239c-b533-11e5-9edb-e641d4e4c1e1.png) And this produces an error marker with a message that is not very helpful: > Multiple...

`securityDefinitions` allows you to define security schemes; then the `security` property, applicable at multiple levels and called a "security requirements" object, allows you to apply a security scheme. The security...

In #125, the error message on line 1 includes the actual error condition, plus number of changed lines, resulting in a "multiple markers" message: ``` Multiple markers at this line...

Cross-reference to RepreZen Jira: https://modelsolv.atlassian.net/browse/ZEN-3708

In Progress