Browse Schemas
Inspect official versions, properties, and constraints.
Browse the official VPMS schema, 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.
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"
}
}Complete schema constraints, documentation, validation fixtures, automation, and registry portal.
Astro, Tailwind, MDX, Shiki, Pagefind, Lucide, CI checks, and Cloudflare Pages configuration.