find_operations_using_schema
Find every API operation that references a given schema in its request or response, and see which other schemas each operation depends on. Resolves references within the indexed OpenAPI document.
Instructions
Return every operation whose request body or any response references the given schema. Each row gets a referenced_in list of all schema names that operation pulls in (so you can see the broader dependency cluster). Resolves references inside the indexed OpenAPI document only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| schema_name | Yes |