From e43a6c77cd5e437bffa68ef5009a3b83eabad2bf Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Tue, 12 Sep 2023 03:12:53 +0000 Subject: [PATCH] User: dinithijonline@gmail.com clicked save for playground/dinithi/test-user-task/myFirstForm-schema.json --- .../test-user-task/myFirstForm-schema.json | 27 +------------------ 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/playground/dinithi/test-user-task/myFirstForm-schema.json b/playground/dinithi/test-user-task/myFirstForm-schema.json index 7e5772c3..0fe837f5 100644 --- a/playground/dinithi/test-user-task/myFirstForm-schema.json +++ b/playground/dinithi/test-user-task/myFirstForm-schema.json @@ -10,31 +10,6 @@ "type": "string", "title": "First name", "default": "Chuck" - }, - "lastName": { - "type": "string", - "title": "Last name", - "default": "Norris" - }, - "age": { - "type": "integer", - "title": "Age", - "default": 83, - "minimum": 18, - "maximum": 130 - }, - "bio": { - "type": "string", - "title": "Bio", - "default": "Chuck Norris was once bitten by a poisonous snake. And after a week of excruciating pain, the snake died.", - "minLength": 10 - }, - "telephone": { - "type": "string", - "title": "Telephone", - "pattern": "^(\\+\\d{1,2}\\s)?\\(?\\d{3}\\)?[\\s.-]\\d{3}[\\s.-]\\d{4}$", - "validationErrorMessage": "Please provide a valid phone number, for example: +91 (123) 456-7890 or +1 540-555-1234", - "default": "1-800-kick-ass" - } + } } } \ No newline at end of file