diff --git a/misc/test/e2e-7/E2E-7.json b/misc/test/e2e-7/E2E-7.json index d0b024f7..dbc875a5 100644 --- a/misc/test/e2e-7/E2E-7.json +++ b/misc/test/e2e-7/E2E-7.json @@ -1,15 +1,16 @@ { - "title": "First form", - "description": "Testing first task", + "title": "Form", + "description": "Testing validations", "type": "object", "required": [ - "AnyNumber" + "AnyText" ], "properties": { - "AnyNumber": { + "AnyText": { "type": "string", - "title": "Enter Number", - "minLength": 10 + "title": "Enter text:", + "minLength": 5, + "maxLength": 8 } } } \ No newline at end of file