Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
527
export
interface
ZodSchema<T = unknown> {
528
_output: T;
529
toJSONSchema(): Record<string, unknown>;
530
}
531
532
/**
Callers
1
toJsonSchema
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected