MCPcopy
hub / github.com/Fission-AI/OpenSpec / SchemaLocation

Interface SchemaLocation

src/commands/schema.ts:24–28  ·  view source on GitHub ↗

* Result of checking a schema location

Source from the content-addressed store, hash-verified

22 * Result of checking a schema location
23 */
24interface SchemaLocation {
25 source: SchemaSource;
26 path: string;
27 exists: boolean;
28}
29
30/**
31 * Schema resolution info with shadowing details

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected