From 9ffee2ff538b7c713277127ac574eef75b9bf4ac Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Wed, 31 Jan 2024 09:42:58 +0000 Subject: [PATCH] User: waqqas.jabbar@gmail.com clicked save for playground/nutech/example-script-task/login-schema.json --- .../nutech/example-script-task/login-schema.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/playground/nutech/example-script-task/login-schema.json b/playground/nutech/example-script-task/login-schema.json index 9e26dfee..14528a4e 100644 --- a/playground/nutech/example-script-task/login-schema.json +++ b/playground/nutech/example-script-task/login-schema.json @@ -1 +1,15 @@ -{} \ No newline at end of file +{ + "title": "Text Field", + "description": "A simple text field that is required, has a default value, sets a placeholder, includes a description. (field name will be 'firstname')", + "type": "object", + "required": [ + "firstName" + ], + "properties": { + "firstName": { + "type": "string", + "title": "First name", + "default": "Chuck" + } + } +} \ No newline at end of file