@vvmp/trust-schema
v0.1.2
Published
Packaged VVMP schemas, JSON-LD context, registries, examples, and schema validation helpers.
Maintainers
Readme
@vvmp/trust-schema
Packaged VVMP schema artifacts and helpers.
Use this package when another project needs the JSON Schemas, JSON-LD context, registries, examples, or schema-level validation without knowing the repository layout.
npm install @vvmp/trust-schemaimport { readManifestSchema, validateSchemaManifest } from "@vvmp/trust-schema";
const schema = await readManifestSchema();
const result = validateSchemaManifest(manifest);See the root repository package integration guide for the full package map.
