From 862d7798fb026ea6cf8b48341be2dd549559e84e Mon Sep 17 00:00:00 2001 From: Uchechukwu Orji Date: Mon, 4 May 2026 15:34:19 +0100 Subject: [PATCH] rename length constraints to graphemes --- offliner-definition.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/offliner-definition.json b/offliner-definition.json index 058aa9d..fa2472b 100644 --- a/offliner-definition.json +++ b/offliner-definition.json @@ -27,24 +27,24 @@ "required": true, "title": "ZIM title", "description": "Title of the ZIM", - "minLength": 1, - "maxLength": 30 + "minGraphemes": 1, + "maxGraphemes": 30 }, "description": { "type": "string", "required": true, "title": "ZIM description", "description": "Description of the ZIM", - "minLength": 1, - "maxLength": 80 + "minGraphemes": 1, + "maxGraphemes": 80 }, "long-description": { "type": "string", "required": false, "title": "ZIM long description", "description": "Long description of the ZIM", - "minLength": 1, - "maxLength": 4000 + "minGraphemes": 1, + "maxGraphemes": 4000 }, "creator": { "type": "string",