From c818a75b2665ad5952e66dff36b6a2dac532ee16 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Tue, 24 Jan 2023 02:34:28 +0000 Subject: [PATCH] User: admin@spiffworkflow.org clicked save for misc/test/e2e-7/E2E-7.json --- misc/test/e2e-7/E2E-7.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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