OpenAPI schemas parser
examples | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
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