Crate openapi_parser

Source

Structs§

ObjectChild
Object child information
TreeNode
Parser schema structure node

Enums§

NodeType
The type of the schema

Constants§

REF_OBJECT

Functions§

build_tree
Construct the tree of a given structure name
parse_schema
Parse OpenAPI 3 schema
parse_schema_fix_example_issue
Parse OpenAPI 3 schema, treating “example” field as “examples”