Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
export 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
JsonSchemaViewer
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected