From 780625a36850d1829bf8677374da2d4b0f3c7ff4 Mon Sep 17 00:00:00 2001 From: Uchechukwu Orji Date: Mon, 4 May 2026 15:35:30 +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 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",