Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Add support for importing/exporting OpenAPI docs in YAML format #3140

Description

@ligreman

Until 1.0.0-Beta1 version (I have not been able to test the most recent Beta versions) the import/export only accept JSON format.

Adding YAML format support is easy, just allow selecting this format and convert it to JSON with any javascript library. And add a new export option in YAML format, doing the inverse process (convert from json to yaml).

It does not require any modification in how Apicurio works with the information internally, only a little modification in the import and export flows.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions