MCPcopy Create free account
hub / github.com/ReAPI-com/mcp-openapi / LoadSchemaResult

Interface LoadSchemaResult

src/core/interfaces/ISpecService.ts:80–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 * Result of loading a schema
79 */
80export interface LoadSchemaResult {
81 /** Name of the schema */
82 name: string;
83 /** Description of the schema */
84 description: string;
85 /** The actual schema object */
86 schema: OpenAPIV3.SchemaObject;
87 /** URI identifying the schema */
88 uri: string;
89}
90
91/**
92 * Result of loading an operation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected