MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / useJsonSchema

Function useJsonSchema

app/hooks/useJsonSchema.tsx:24–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24export function useJsonSchema(): Schema {
25 const context = useContext(JsonSchemaContext);
26
27 invariant(context, "useJsonSchema must be used within a JsonSchemaProvider");
28
29 return context;
30}

Callers 1

JsonSchemaViewerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected