|
| 1 | +{ |
| 2 | + "$schema": "https://schema.ygit.dev/vpms/v2/vibproject.schema.json", |
| 3 | + "schemaVersion": 2, |
| 4 | + "manifestVersion": "2.0.0", |
| 5 | + "project": { |
| 6 | + "id": "ygit-community-hub", |
| 7 | + "name": "YGit Community Hub", |
| 8 | + "description": "Community-maintained portal for YGit resources and discussions.", |
| 9 | + "version": "1.0.0", |
| 10 | + "status": "stable", |
| 11 | + "visibility": "public" |
| 12 | + }, |
| 13 | + "classification": { |
| 14 | + "ownerType": "community", |
| 15 | + "productType": "community-project", |
| 16 | + "applicationType": "website", |
| 17 | + "distribution": "open-source", |
| 18 | + "lifecycle": "stable" |
| 19 | + }, |
| 20 | + "organization": { |
| 21 | + "owner": "YGit Community", |
| 22 | + "maintainers": [ |
| 23 | + "Community Maintainers" |
| 24 | + ], |
| 25 | + "contributors": [ |
| 26 | + "YGit Contributors" |
| 27 | + ], |
| 28 | + "contact": { |
| 29 | + "email": "community@vib.tools", |
| 30 | + "website": "https://vib.tools/" |
| 31 | + } |
| 32 | + }, |
| 33 | + "links": { |
| 34 | + "website": "https://community.ygit.dev/", |
| 35 | + "documentation": "https://schema.ygit.dev/", |
| 36 | + "community": "https://github.com/vibtools/ygit-schema/discussions", |
| 37 | + "github": "https://github.com/vibtools/ygit-community-hub" |
| 38 | + }, |
| 39 | + "support": { |
| 40 | + "email": "community@vib.tools", |
| 41 | + "community": "https://github.com/vibtools/ygit-schema/discussions", |
| 42 | + "issues": "https://github.com/vibtools/ygit-community-hub/issues", |
| 43 | + "discussions": "https://github.com/vibtools/ygit-community-hub/discussions" |
| 44 | + }, |
| 45 | + "funding": { |
| 46 | + "github": "https://github.com/sponsors/vibtools", |
| 47 | + "custom": "https://vib.tools/sponsor/" |
| 48 | + }, |
| 49 | + "metadata": { |
| 50 | + "specification": "VPMS", |
| 51 | + "specificationVersion": "2.0.0" |
| 52 | + } |
| 53 | +} |
0 commit comments