Crates.io | openapi-parser |
lib.rs | openapi-parser |
version | 0.6.1 |
source | src |
created_at | 2023-02-02 13:10:46.545932 |
updated_at | 2023-03-01 13:39:16.753124 |
description | Extract schemas definitions tree from OpenAPI documents |
homepage | |
repository | https://gitea.communiquons.org/pierre/OpenAPI-Parser |
max_upload_size | |
id | 774746 |
size | 72,336 |
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