Update schemas and templates

This commit is contained in:
2024-04-27 23:27:29 +02:00
parent 1db2eed430
commit 30519a4d24
21 changed files with 131 additions and 11 deletions

View File

@@ -0,0 +1,13 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"maintainer": {
"oneOf": [
{"type": "string"},
{"enum": [
"''"
]}
]
}
}
}