Functionsยง
- deep_
resolve_ refs - Recursively resolve all
$refpointers in a schema. - extract_
input_ schema - Extract input schema from an OpenAPI operation.
- extract_
output_ schema - Extract output schema from OpenAPI operation responses (200/201).
- resolve_
ref - Resolve a JSON
$refpointer like#/components/schemas/Foo. - resolve_
schema - If
schemacontains a$ref, resolve it; otherwise return as-is.