document_find_refs
Find every $ref reference to a specific definition within an OpenAPI or AsyncAPI document. Provide the session and target $ref string to identify all occurrences.
Instructions
Find all $ref references to a given definition throughout the document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | The $ref string to search for (e.g. #/components/schemas/Pet) | |
| session | Yes | Session name |