| 47 | } |
| 48 | |
| 49 | interface OperationObject { |
| 50 | summary?: string |
| 51 | description?: string |
| 52 | tags?: string[] |
| 53 | parameters?: unknown |
| 54 | requestBody?: unknown |
| 55 | responses?: unknown |
| 56 | } |
| 57 | |
| 58 | /** |
| 59 | * Process a raw OpenAPI spec into the simplified format used by the search tool. |
nothing calls this directly
no outgoing calls
no test coverage detected