Skip to content

Commit

Permalink
Merge pull request #354 from ergebnis/feature/schema
Browse files Browse the repository at this point in the history
Enhancement: Update schema.json
  • Loading branch information
localheinz committed Feb 15, 2020
2 parents 99d8ba1 + eeb19ba commit f3cf3f6
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 f3cf3f6

Please sign in to comment.