React hook that returns the schema registry for the current project
The schema registry for the current project
function MyComponent() { const schema = useSchema() // ... do something with the schema ...} Copy
function MyComponent() { const schema = useSchema() // ... do something with the schema ...}
React hook that returns the schema registry for the current project