Package to generate the Vega visualization grammar JSON schema. Version 6.2.0 is the latest stable release. Used internally by Vega tooling; end users typically consume the pre-built schema from the vega package or directly from the Vega repository. Differentiator: provides programmatic schema generation for custom builds.
npm install vega-schemaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates generating the Vega schema using the build function and logging the schema URI.
Use import statements or dynamic import(). If using Node <12, upgrade Node.
For browser usage, consider using the pre-built schema from the vega package.
Remove these options; use build() without arguments.
Run 'npm install vega-schema' and use import (ESM) instead of require().
Use 'import build from 'vega-schema'' (default import) or 'import { build } from 'vega-schema'' (named import).Set 'type: module' in package.json or use a bundler/transpiler.
No dependency data recorded yet.