aboutsummaryrefslogtreecommitdiff
path: root/gitinfo.schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'gitinfo.schema.json')
-rw-r--r--gitinfo.schema.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/gitinfo.schema.json b/gitinfo.schema.json
index c2ab95c..fb841fc 100644
--- a/gitinfo.schema.json
+++ b/gitinfo.schema.json
@@ -68,6 +68,23 @@
"license": {
"type": "string",
"description": "The license under which the repository is distributed. Use the short identifier from SPDX License List for consistency."
+ },
+ "homepage": {
+ "type": "string",
+ "format": "uri",
+ "description": "The URL of the project's homepage or documentation site, if separate from the repository."
+ },
+ "funding": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "format": "uri"
+ },
+ "description": "A list of URLs for sponsorship or funding platforms (e.g., GitHub Sponsors, Open Collective, Patreon)."
+ },
+ "version": {
+ "type": "string",
+ "description": "The version of the .gitinfo schema being used. Can be a semver string or a git commit hash."
}
},
"additionalProperties": false