Reorganize software catalog

This commit is contained in:
2026-08-25 14:55:38 +03:00
parent 31f83db3a5
commit a51120a5b4
457 changed files with 4905 additions and 1215 deletions
+21
View File
@@ -27,6 +27,21 @@
"minLength": 1,
"maxLength": 120
},
"targets": {
"type": "array",
"minItems": 1,
"uniqueItems": true,
"items": {
"type": "string",
"enum": [
"higold",
"egold",
"sgold",
"odm",
"brew"
]
}
},
"url": {
"type": "string",
"format": "uri",
@@ -151,9 +166,15 @@
"name": {
"$ref": "#/$defs/name"
},
"order": {
"type": "integer"
},
"summary": {
"$ref": "#/$defs/summary"
},
"targets": {
"$ref": "#/$defs/targets"
},
"homepage": {
"$ref": "#/$defs/url"
},