diff --git a/offliner-definition.json b/offliner-definition.json index 1249049..98091e5 100644 --- a/offliner-definition.json +++ b/offliner-definition.json @@ -69,24 +69,24 @@ "required": true, "title": "Title", "description": "ZIM title", - "minLength": 1, - "maxLength": 30 + "minGraphemes": 1, + "maxGraphemes": 30 }, "description": { "type": "string", "required": true, "title": "Description", "description": "ZIM description", - "minLength": 1, - "maxLength": 80 + "minGraphemes": 1, + "maxGraphemes": 80 }, "long_description": { "type": "string", "required": false, "title": "Long description", "description": "ZIM long description", - "minLength": 1, - "maxLength": 4000 + "minGraphemes": 1, + "maxGraphemes": 4000 }, "creator": { "type": "string",