An open API service indexing awesome lists of open source software.

https://github.com/tmcheung/arazzo-tools

A collection of tools for the OpenAPI Initiative's Arazzo specification
https://github.com/tmcheung/arazzo-tools

arazzo arazzo-specification openapi openapi-documentation openapi-specification

Last synced: about 2 months ago
JSON representation

A collection of tools for the OpenAPI Initiative's Arazzo specification

Awesome Lists containing this project

README

          

# A collection of tools for OpenAPI Initiative's Arazzo specification

Taken from https://spec.openapis.org/arazzo/latest.html:
> The Arazzo Specification provides a mechanism that can define sequences of calls and their dependencies to be woven together and expressed in the context of delivering a particular outcome or set of outcomes when dealing with API descriptions (such as OpenAPI descriptions).

This repository contains some tools to help the community get started with using the Arazzo specification.

## Projects in this repository

| name | description | Status |
| ------ | ------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| model | A model for Arazzo descriptions that can be used as a target for parsing, and the base of more complex tooling for the Arazzo specification | WIP |
| parser | Parser with the Arazzo model in this repository as target. | WIP |