This repository has been archived on 2025-03-28 . You can view files and clone it, but cannot push or open issues or pull requests.
47f79a9e1da5dfd88d33d8db2e0b65b477cda456
OPENAPI Parser
Basic library to extract schema structures from OpenAPI 3 documents.
This crate can be used as a standalone binary:
cargo install openapi-parser
Create a tree graph for a schema:
openapi-parser -f openapi.yaml -s MySchema graph | dot -Tpng > dest.png
Description
Languages
Rust
100%