MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / getApiDefinitions

Method getApiDefinitions

packages/rest/src/http-handler.ts:83–89  ·  view source on GitHub ↗

* @deprecated Use `getApiComponents`

()

Source from the content-addressed store, hash-verified

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();

Callers 1

findRouteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected