diff --git a/schema/CVE_Record_Format.json b/schema/CVE_Record_Format.json index aaf5f5adb7c..efc6fd06ae4 100644 --- a/schema/CVE_Record_Format.json +++ b/schema/CVE_Record_Format.json @@ -788,7 +788,7 @@ "value": { "type": "string", "description": "Plain text description.", - "minLength": 1, + "minLength": 5, "maxLength": 4096 }, "supportingMedia": { @@ -823,7 +823,7 @@ "value": { "type": "string", "description": "Supporting media content, up to 16K. If base64 is true, this field stores base64 encoded data.", - "minLength": 1, + "minLength": 5, "maxLength": 16384 } },