The Vyges Metadata Standard is published as a JSON Schema (Draft 2020-12) describing reusable silicon IP blocks. The schema has 57 top-level fields, of which 9 are required. It implements the Apache-licensed Vyges Metadata Specification at github.com/vyges/vyges-metadata-spec; the canonical schema URL is https://vyges.com/schema/v1/vyges-metadata.schema.json.
Top-level fields are grouped by what they capture about an IP block:
name, version, license, maintainers, branding, template, created, updatedinterfaces, sourceFiles, parameters, registers, fpga, asictest, lint, simulation, automation, performancetarget_pdks, compatibility, dependencies, integrationregistry, tags, categories, community, certificationcommercial, delivery, trust_profile, securitychiplet, chiplet_integration, dft, jtag, roadmap, metanpm run validate against the schema (Node 16+, ajv 8 with JSON Schema 2020-12 support)The interactive viewer that follows loads the canonical schema dynamically and renders sections, fields, and types in a navigable tree. The static summary above is canonical and does not require JavaScript.
Loading schema...
Full JSON examples included in schema