Browse Schemas
Inspect official versions, properties, and constraints.
Browse official VPMS, DPMS, and VibTools schemas, implementation documentation, validation fixtures, and release history from one developer-focused registry.
Inspect official versions, properties, and constraints.
Create, validate, version, and maintain manifests.
Use production-oriented reference manifests.
Review source, issues, releases, and contribution rules.
Official schema for vibproject.ygit project manifests.
Frozen Version 2 schema for vibproject.ygit manifests with expanded project classification, links, support, distribution, funding, and security metadata.
Official schema for docs.manifest.ygit documentation package manifests.
Official schema for vibtools.json manifests to automate project imports, catalogs, social OG preview cards, and non-technical user documentation.
Create a minimal `vibproject.ygit`, install the Python validator, then validate the manifest before committing.
{
"$schema": "https://schema.ygit.dev/vpms/v1/vibproject.schema.json",
"schemaVersion": 1,
"manifestVersion": "1.0.0",
"project": {
"id": "example-project",
"name": "Example Project",
"description": "A minimal valid VPMS manifest.",
"version": "1.0.0"
}
}Added OpenGraph preview card support (1200x630), dedicated documents section (quick-start, features, FAQ, what's new), and workspace hub at /vibtools/.
Added canonical schema and specification for vibtools.json to enable 1-click GitHub repository import into product catalog dashboards.
Documentation Package Manifest Specification (DPMS) added with discovery rules, section hierarchy, and reference manifests.
Complete schema constraints, documentation, validation fixtures, automation, and registry portal.
Astro, Tailwind, MDX, Shiki, Pagefind, Lucide, CI checks, and Cloudflare Pages configuration.