* Search for schemas across specifications
(query: string, specId?: string)
| 190 | * Search for schemas across specifications |
| 191 | */ |
| 192 | searchSchemas(query: string, specId?: string): Promise<SpecSchemaEntry[]>; |
| 193 | } |
| 194 | |
| 195 | /** |
no outgoing calls
no test coverage detected