KaiZen-OpenAPI-Editor
KaiZen-OpenAPI-Editor copied to clipboard
Eclipse Editor for the Swagger-OpenAPI Description Language
An OpenID Connect schema does require only two fields: ``` securitySchemes: OpenIdC: type: openIdConnect openIdConnectUrl: http://172.17.0.2:8080/.well-known/openid-configuration ``` Then in a Path we need to refer to a security schema using...
This PR add's support for providing example data in the KZOE editor, in the form of a proposal provider. It introduces a new extension point named **com.reprezen.swagedit.core.exampleprovider**. Plug-ins having a...
Extracted from #488. While editing an OpenAPI 2.0 (Swagger) or 3.0 file, extend the proposal list on $ref values to include valid objects from any JSON or YAML file in...
When used $ref to external file with definition: Product: $ref: "./extdef/Product.yaml" I open external file in "Swagger Editor" and got errors: object has missing required properties "info", "paths", "swagger" object...
Extracted from #488. Provide a way to edit objects of a recognized component type (e.g. schema, parameter, response, etc.) in YAML files that do not conform to OpenAPI. Specifically: *...
Please could I request that the Swagger editor support Swagger files intended with tabs rather than spaces? We have some existing Swagger files that are indented with tabs and it...
The following code templates do not specify the type, so we get a warning icon in the editor when we are done. ```yaml SimpleSchema: properties: property: type: integer format: int64...
You end up with a path string of e.g. `pets/petId` instead of `/pets/{petId}`, and this causes the overall template to contain error markers where `petId` parameters are declared for operations.
