From c58326c3d8ff3fb766b83e6919a5b8d4731cbcbd Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 5 Feb 2026 15:57:29 +0000 Subject: add ci, issues, chat, and docs fields --- gitinfo.schema.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gitinfo.schema.json') 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 -- cgit v1.2.3