Skip to content

Commit

Permalink
Enhancement: Update schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ergebnis-bot committed Feb 15, 2020
1 parent 99d8ba1 commit eeb19ba
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions resource/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit eeb19ba

Please sign in to comment.