summaryrefslogtreecommitdiff
path: root/projects/project.schema.yaml
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham+renesas@ideasonboard.com>2018-11-01 13:43:26 +0000
committerKieran Bingham <kieran.bingham+renesas@ideasonboard.com>2018-12-07 13:24:50 +0000
commitd1dccab9a69f2a8a12db0fb5f0aee44cb8764890 (patch)
treefc798785c37133d3493db25d79719edb43d99fca /projects/project.schema.yaml
parentebca47c71471bcff1ff975707586f9a4e4091e67 (diff)
schema: Extend upstream with URL and patchwork
Provide the option to specify a URL or patchwork number reference. Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Diffstat (limited to 'projects/project.schema.yaml')
-rw-r--r--projects/project.schema.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/project.schema.yaml b/projects/project.schema.yaml
index 7130860..f84b415 100644
--- a/projects/project.schema.yaml
+++ b/projects/project.schema.yaml
@@ -60,6 +60,12 @@ mapping:
next:
desc: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=
include: gitcommit
+ pw.linuxtv:
+ desc: https://patchwork.linuxtv.org/patch/
+ type: int
+ url:
+ desc: Free form URL reference # URL validation is *hard*
+ type: str
parent:
desc: A reference to another topic key which must already exist