Fork me on GitHub

Convert Arazzo Workflow Documents to OpenAPI Documents

arazzo2openapi Converter

💡 This playground shows example conversions and allows you paste or load an Arazzo Document from a URL. For local conversions, use the arazzo2openapi CLI.

Arazzo Document (Input)

OpenAPI Document (Output)

 

Convert Your Own Documents

Install the CLI to convert your own Arazzo documents with full type inference from source OpenAPI documents:

Installation

npm install -g arazzo2openapi

Usage

# Convert local file
arazzo2openapi workflow.yaml -o openapi.yaml

# Convert remote URL
arazzo2openapi https://example.com/workflow.yaml -o openapi.yaml

Links

GitHubNPMDocumentation