* @deprecated Use `getApiComponents`
()
| 81 | * @deprecated Use `getApiComponents` |
| 82 | */ |
| 83 | getApiDefinitions(): |
| 84 | | { |
| 85 | [schema: string]: SchemaObject | ReferenceObject; |
| 86 | } |
| 87 | | undefined { |
| 88 | return this._openApiComponents?.schemas; |
| 89 | } |
| 90 | |
| 91 | describeApiPaths(): PathObject { |
| 92 | return this._routes.describeApiPaths(); |