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

Interface SpecSchemaEntry

src/core/interfaces/ISpecService.ts:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 * Entry representing a schema in the OpenAPI spec
55 */
56export interface SpecSchemaEntry {
57 /** Name of the schema */
58 name: string;
59 /** Optional description of the schema */
60 description?: string;
61}
62
63/**
64 * Summary information about an available spec

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected