Expand description
OpenAPI spec → internal IR (intermediate representation)
Parses a dereferenced OpenAPI JSON into a flat list of ApiOperations
that the CLI builder can consume.
Structs§
- ApiOperation
- A parsed API operation ready for CLI command generation.
- Param
- A single API parameter.
Functions§
- extract_
operations - Extract all operations from a dereferenced OpenAPI spec.
- is_
bool_ schema - Check if a JSON schema describes a boolean type.