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
- Host: GitHub
- URL: https://github.com/tmcheung/arazzo-tools
- Owner: tmcheung
- Created: 2024-09-27T18:30:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T23:30:15.000Z (over 1 year ago)
- Last Synced: 2025-10-25T04:16:01.265Z (5 months ago)
- Topics: arazzo, arazzo-specification, openapi, openapi-documentation, openapi-specification
- Language: TypeScript
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |