OpenAPI schemas parser
Go to file
2023-02-10 11:02:17 +01:00
examples Basic parsing 2023-02-02 12:14:01 +01:00
src Improve previous fix 2023-02-10 11:01:35 +01:00
.gitignore Basic parsing 2023-02-02 12:14:01 +01:00
Cargo.lock Bump version 2023-02-10 11:02:17 +01:00
Cargo.toml Bump version 2023-02-10 11:02:17 +01:00
README.md Add schema 2023-02-03 09:56:32 +01:00

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