diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/project.schema.yaml | 8 |
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. |