This commit is contained in:
m00d 2025-10-01 09:38:41 +02:00
parent 3f74a55897
commit eb41c7c6a0
7 changed files with 353 additions and 3 deletions

View file

@ -370,6 +370,24 @@
"items": {
"type": "string"
}
},
"tags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"25.10",
"base-system",
"cross-toolchain",
"temporary-tools",
"development",
"system-tools",
"networking",
"security",
"documentation",
"configuration"
]
}
}
}
}