stage: schema allows for empty descriptions

This commit is contained in:
Simon de Vlieger 2024-03-14 14:15:34 +01:00 committed by Achilleas Koutsou
parent 8f7d029e9f
commit adea7d2acd

View file

@ -318,7 +318,6 @@ META_JSON_SCHEMA = {
}, },
"description": { "description": {
"type": "array", "type": "array",
"minItems": 1,
"items": { "items": {
"type": "string", "type": "string",
}, },