find_operations_using_schema
Locate every operation whose request or response references a schema, with each operation's referenced_in list exposing the full dependency cluster 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 |