summaryrefslogtreecommitdiff
path: root/projects/project.schema.yaml
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2020-03-27 15:59:36 +0100
committerGeert Uytterhoeven <geert+renesas@glider.be>2020-04-08 12:11:22 +0200
commit734b8024506ca9b36c84ebbd8ffb226a29d5902a (patch)
tree13d4d9b90b2e374d9e20b0589770f9b9e4e0c8df /projects/project.schema.yaml
parent5b31b90e82602b2ec7906ae4868f4777ce046dfe (diff)
schema: Add support for lore email links
Add support for referring to posted patches and patch series using Message-IDs, to be looked up in lore. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'projects/project.schema.yaml')
-rw-r--r--projects/project.schema.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/projects/project.schema.yaml b/projects/project.schema.yaml
index 70426b8..7d16de1 100644
--- a/projects/project.schema.yaml
+++ b/projects/project.schema.yaml
@@ -13,6 +13,11 @@ schema;uuid:
type: str
pattern: \b[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}\b
+schema;msgid:
+ desc: RFC2822-compliant Message-ID
+ type: str
+ pattern: .*@.*
+
###
### Our main schema
@@ -66,6 +71,9 @@ mapping:
url:
desc: Free form URL reference # URL validation is *hard*
type: str
+ lore:
+ desc: https://lore.kernel.org/r/
+ include: msgid
relationships:
desc: Relationships to other data items.