
Product
A Fresh Look for the Socket Dashboard
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
sanity-plugin-schema-visualizer
Advanced tools
Visualize the schema registered to your Sanity Studio
A basic Studio Tool to visually represent schema registered in a Sanity Studio.
Not intended to be feature complete or as a schema builder/editor.
There are known issues:
npm install sanity-plugin-schema-visualizer
Add it as a plugin in sanity.config.ts
(or .js):
import {defineConfig} from 'sanity'
import {schemaVisualizer} from 'sanity-plugin-schema-visualizer'
export default defineConfig({
// ...
plugins: [
// ...all other plugins
schemaVisualizer()
],
})
Optionally, you can configure some defaults for displayed and hidden document cards.
schemaVisualizer({
defaultSchemaTypes: ['movie'],
hiddenSchemaTypes: ['person'],
})
MIT © Simeon Griggs
This plugin uses @sanity/plugin-kit with default configuration for build & watch scripts.
See Testing a plugin in Sanity Studio on how to run this plugin with hotreload in the studio.
Run "CI & Release" workflow. Make sure to select the main branch and check "Release new version".
Semantic release will only release on configured branches, so it is safe to run release on any branch.
FAQs
Visualize the schema registered to your Sanity Studio
The npm package sanity-plugin-schema-visualizer receives a total of 30 weekly downloads. As such, sanity-plugin-schema-visualizer popularity was classified as not popular.
We found that sanity-plugin-schema-visualizer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
We’ve redesigned the Socket dashboard with simpler navigation, less visual clutter, and a cleaner UI that highlights what really matters.
Industry Insights
Terry O’Daniel, Head of Security at Amplitude, shares insights on building high-impact security teams, aligning with engineering, and why AI gives defenders a fighting chance.
Security News
MCP spec updated with structured tool output, stronger OAuth 2.1 security, resource indicators, and protocol cleanups for safer, more reliable AI workflows.