|
141 | 141 | "description": "Manifest timestamps, author, generator, and specification metadata." |
142 | 142 | } |
143 | 143 | ] |
| 144 | + }, |
| 145 | + { |
| 146 | + "slug": "vibproject-v2", |
| 147 | + "acronym": "VPMS v2", |
| 148 | + "name": "Vib Project Manifest Schema Version 2", |
| 149 | + "description": "Frozen Version 2 schema for vibproject.ygit manifests with expanded project classification, links, support, distribution, funding, and security metadata.", |
| 150 | + "version": "2.0.0", |
| 151 | + "schemaVersion": 2, |
| 152 | + "status": "stable", |
| 153 | + "draft": "2020-12", |
| 154 | + "license": "MIT", |
| 155 | + "compatibility": "YGit v2", |
| 156 | + "schemaPath": "/vpms/v2/vibproject.schema.json", |
| 157 | + "examplePath": "/examples/v2/vibproject-full-example.ygit", |
| 158 | + "updatedAt": "2026-07-29", |
| 159 | + "properties": [ |
| 160 | + { |
| 161 | + "name": "$schema", |
| 162 | + "type": "string (URI)", |
| 163 | + "required": true, |
| 164 | + "description": "Canonical VPMS Version 2 schema URL." |
| 165 | + }, |
| 166 | + { |
| 167 | + "name": "schemaVersion", |
| 168 | + "type": "integer", |
| 169 | + "required": true, |
| 170 | + "description": "Schema major version; must equal 2." |
| 171 | + }, |
| 172 | + { |
| 173 | + "name": "manifestVersion", |
| 174 | + "type": "string (SemVer)", |
| 175 | + "required": true, |
| 176 | + "description": "VPMS Version 2 manifest format version." |
| 177 | + }, |
| 178 | + { |
| 179 | + "name": "project", |
| 180 | + "type": "object", |
| 181 | + "required": true, |
| 182 | + "description": "Project identity and general metadata." |
| 183 | + }, |
| 184 | + { |
| 185 | + "name": "classification", |
| 186 | + "type": "object", |
| 187 | + "required": false, |
| 188 | + "description": "Project ownership, product type, application type, distribution model, and lifecycle." |
| 189 | + }, |
| 190 | + { |
| 191 | + "name": "organization", |
| 192 | + "type": "object", |
| 193 | + "required": false, |
| 194 | + "description": "Organization, ownership, maintainers, contributors, and contact information." |
| 195 | + }, |
| 196 | + { |
| 197 | + "name": "repository", |
| 198 | + "type": "object", |
| 199 | + "required": false, |
| 200 | + "description": "Repository hosting and source-control information." |
| 201 | + }, |
| 202 | + { |
| 203 | + "name": "links", |
| 204 | + "type": "object", |
| 205 | + "required": false, |
| 206 | + "description": "Official website, documentation, community, social, and repository links." |
| 207 | + }, |
| 208 | + { |
| 209 | + "name": "branding", |
| 210 | + "type": "object", |
| 211 | + "required": false, |
| 212 | + "description": "Product names, visual assets, and preferred theme." |
| 213 | + }, |
| 214 | + { |
| 215 | + "name": "license", |
| 216 | + "type": "object", |
| 217 | + "required": false, |
| 218 | + "description": "Project license name, SPDX identifier, and license file." |
| 219 | + }, |
| 220 | + { |
| 221 | + "name": "technology", |
| 222 | + "type": "object", |
| 223 | + "required": false, |
| 224 | + "description": "Languages, frameworks, libraries, package managers, databases, and APIs." |
| 225 | + }, |
| 226 | + { |
| 227 | + "name": "platform", |
| 228 | + "type": "object", |
| 229 | + "required": false, |
| 230 | + "description": "Supported desktop, mobile, server, web, and operating-system platforms." |
| 231 | + }, |
| 232 | + { |
| 233 | + "name": "runtime", |
| 234 | + "type": "object", |
| 235 | + "required": false, |
| 236 | + "description": "Python, Node.js, Docker, and container runtime requirements." |
| 237 | + }, |
| 238 | + { |
| 239 | + "name": "entrypoints", |
| 240 | + "type": "object", |
| 241 | + "required": false, |
| 242 | + "description": "Application, CLI, GUI, API, documentation, and test entry points." |
| 243 | + }, |
| 244 | + { |
| 245 | + "name": "paths", |
| 246 | + "type": "object", |
| 247 | + "required": false, |
| 248 | + "description": "Canonical repository file and directory locations." |
| 249 | + }, |
| 250 | + { |
| 251 | + "name": "dependencies", |
| 252 | + "type": "object", |
| 253 | + "required": false, |
| 254 | + "description": "Required, optional, and external-service dependencies." |
| 255 | + }, |
| 256 | + { |
| 257 | + "name": "documentation", |
| 258 | + "type": "object", |
| 259 | + "required": false, |
| 260 | + "description": "Documentation files, roots, and published website." |
| 261 | + }, |
| 262 | + { |
| 263 | + "name": "support", |
| 264 | + "type": "object", |
| 265 | + "required": false, |
| 266 | + "description": "Support email, documentation, community, issues, discussions, and security links." |
| 267 | + }, |
| 268 | + { |
| 269 | + "name": "build", |
| 270 | + "type": "object", |
| 271 | + "required": false, |
| 272 | + "description": "Build system, package formats, and build commands." |
| 273 | + }, |
| 274 | + { |
| 275 | + "name": "release", |
| 276 | + "type": "object", |
| 277 | + "required": false, |
| 278 | + "description": "Release strategy, versioning standard, latest version, and release notes." |
| 279 | + }, |
| 280 | + { |
| 281 | + "name": "distribution", |
| 282 | + "type": "object", |
| 283 | + "required": false, |
| 284 | + "description": "Official package registries, application stores, and release channels." |
| 285 | + }, |
| 286 | + { |
| 287 | + "name": "funding", |
| 288 | + "type": "object", |
| 289 | + "required": false, |
| 290 | + "description": "Funding and sponsorship links." |
| 291 | + }, |
| 292 | + { |
| 293 | + "name": "quality", |
| 294 | + "type": "object", |
| 295 | + "required": false, |
| 296 | + "description": "Formatting, linting, testing, coverage, and security tooling." |
| 297 | + }, |
| 298 | + { |
| 299 | + "name": "security", |
| 300 | + "type": "object", |
| 301 | + "required": false, |
| 302 | + "description": "Security policy, SBOM, signing, and vulnerability-reporting metadata." |
| 303 | + }, |
| 304 | + { |
| 305 | + "name": "automation", |
| 306 | + "type": "object", |
| 307 | + "required": false, |
| 308 | + "description": "CI/CD systems, workflows, and scheduled automation." |
| 309 | + }, |
| 310 | + { |
| 311 | + "name": "ai", |
| 312 | + "type": "object", |
| 313 | + "required": false, |
| 314 | + "description": "AI repository-context and project-discovery capabilities." |
| 315 | + }, |
| 316 | + { |
| 317 | + "name": "metadata", |
| 318 | + "type": "object", |
| 319 | + "required": false, |
| 320 | + "description": "Manifest timestamps, author, generator, and VPMS specification information." |
| 321 | + } |
| 322 | + ] |
144 | 323 | } |
145 | 324 | ] |
0 commit comments