Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.44 KB

OPEN_API_V3_SUPPORT.md

File metadata and controls

25 lines (16 loc) · 1.44 KB

NEW! Full OpenAPI 3.0 Editing Support

We are really pleased to inform you that KaiZen OpenAPI Editor now fully supports the OpenAPI 3.0 specification. Here's some of the cool stuff that you can now do with OpenAPI v3 specs:

Validation

Validation: invalid 'kind' property

Content Assist

Content Assist

Quick Outline

Quick Outline

Outline

Outline

FAQ

How do I create a new OpenAPI v3 spec?

Please use the OpenAPI v3 Spec wizard from the KaiZen OpenAPI Editor category:

File>New>Other KaiZen OpenAPI Editor Category

The editor for Swagger v2 uses an underlying JSON Schema. There's no official JSON Schema for OpenAPI v3, so what are you using?

We use a modification of the JSON Schema provided by googleapis/gnostic. We use the SwagEdit branch to generate our JSON Schema. Thanks to @timburks and @MikeRalphson for the contribution!