Expand description
Spec-level operation and schema filtering.
Mirrors oapi-codegen’s output-options filters: operations are dropped
when they fail any active include/exclude tag or operation-id filter,
and component schemas named in exclude-schemas are removed before lowering.
Filtering runs before pruning, so removing an operation lets the prune pass
drop any component schemas it uniquely referenced.
Functions§
- apply
- Apply the configured operation and schema filters to
docin place.