From eeb19ba21a978c3c77eaafb87bbd0248b1518301 Mon Sep 17 00:00:00 2001 From: ergebnis-bot Date: Sat, 15 Feb 2020 09:04:04 +0000 Subject: [PATCH] Enhancement: Update schema.json --- resource/schema.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/resource/schema.json b/resource/schema.json index c8310915..a74819ba 100644 --- a/resource/schema.json +++ b/resource/schema.json @@ -522,6 +522,24 @@ } } }, + "funding": { + "type": "array", + "description": "A list of options to fund the development and maintenance of the package.", + "items": { + "type": "object", + "properties": { + "type": { + "type": "string", + "description": "Type of funding or platform through which funding is possible." + }, + "url": { + "type": "string", + "description": "URL to a website with details on funding and a way to fund the package.", + "format": "uri" + } + } + } + }, "non-feature-branches": { "type": ["array"], "description": "A set of string or regex patterns for non-numeric branch names that will not be handled as feature branches.",