Skip to main content

Module spec

Module spec 

Source
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.