1
0

changed category -> categories

This commit is contained in:
Ö. Efe D.
2025-01-02 02:41:20 +01:00
parent b766ea37d8
commit 791fc2ae64
3 changed files with 11 additions and 6 deletions

View File

@@ -9,9 +9,14 @@
"requires-steamodded": {
"type": "boolean"
},
"category": {
"type": "string",
"enum": ["Content", "Joker", "Quality of Life", "Technical", "Miscellaneous", "Resource Packs", "API"]
"categories": {
"type": "array",
"items": {
"type": "string",
"enum": ["Content", "Joker", "Quality of Life", "Technical", "Miscellaneous", "Resource Packs", "API"]
},
"minItems": 1,
"uniqueItems": true
},
"author": {
"type": "string"