diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-02-05 15:57:29 +0000 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-02-05 15:57:29 +0000 |
| commit | c58326c3d8ff3fb766b83e6919a5b8d4731cbcbd (patch) | |
| tree | b4cbab36ce2cdeb8e33ddac8b7b5ed468de477ed /gitinfo.schema.json | |
| parent | 30f2e0aca660e3742161ee7a16d72bb38eb35180 (diff) | |
| download | gitinfo-c58326c3d8ff3fb766b83e6919a5b8d4731cbcbd.tar gitinfo-c58326c3d8ff3fb766b83e6919a5b8d4731cbcbd.tar.gz gitinfo-c58326c3d8ff3fb766b83e6919a5b8d4731cbcbd.tar.bz2 gitinfo-c58326c3d8ff3fb766b83e6919a5b8d4731cbcbd.tar.xz gitinfo-c58326c3d8ff3fb766b83e6919a5b8d4731cbcbd.zip | |
add ci, issues, chat, and docs fields
Diffstat (limited to 'gitinfo.schema.json')
| -rw-r--r-- | gitinfo.schema.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gitinfo.schema.json b/gitinfo.schema.json index e5efb03..8cb8837 100644 --- a/gitinfo.schema.json +++ b/gitinfo.schema.json @@ -110,6 +110,26 @@ "version": { "type": "string", "description": "The version of the .gitinfo schema being used. Can be a semver string or a git commit hash." + }, + "ci": { + "type": "string", + "format": "uri", + "description": "The URL of the CI/CD platform or pipeline status page for the repository." + }, + "issues": { + "type": "string", + "format": "uri", + "description": "The URL of the issue tracker, if different from the root repository." + }, + "chat": { + "type": "string", + "format": "uri", + "description": "The URL of a community chat platform (e.g., Discord, Matrix, Slack, IRC)." + }, + "docs": { + "type": "string", + "format": "uri", + "description": "The URL of the project's documentation site." } }, "additionalProperties": false |
