summaryrefslogtreecommitdiff
path: root/projects/project.schema.yaml
diff options
context:
space:
mode:
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.