MCPcopy Index your code
hub / github.com/github/copilot-sdk / toJSONSchema

Method toJSONSchema

nodejs/src/types.ts:529–529  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

527export interface ZodSchema<T = unknown> {
528 _output: T;
529 toJSONSchema(): Record<string, unknown>;
530}
531
532/**

Callers 1

toJsonSchemaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected