diff options
Diffstat (limited to 'openecomp-be/tools/install/database/schemaTemplates')
-rw-r--r-- | openecomp-be/tools/install/database/schemaTemplates/questionnaire/image.ftl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openecomp-be/tools/install/database/schemaTemplates/questionnaire/image.ftl b/openecomp-be/tools/install/database/schemaTemplates/questionnaire/image.ftl index 8eba7f2451..7e32ca1383 100644 --- a/openecomp-be/tools/install/database/schemaTemplates/questionnaire/image.ftl +++ b/openecomp-be/tools/install/database/schemaTemplates/questionnaire/image.ftl @@ -13,7 +13,8 @@ "minLength": 1 }, "md5": { - "type": "string" + "type": "string", + "maxLength": 32 } }, "additionalProperties": false, |