From 5b5d83766a088505ba70006922d0ec92d80b0359 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Sun, 18 Feb 2024 09:23:45 +0000 Subject: [PATCH] User: waqqas.jabbar@gmail.com clicked save for playground/nutech/form-initial-value/simple-schema.json --- .../nutech/form-initial-value/simple-schema.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/playground/nutech/form-initial-value/simple-schema.json b/playground/nutech/form-initial-value/simple-schema.json index 9e26dfee..14528a4e 100644 --- a/playground/nutech/form-initial-value/simple-schema.json +++ b/playground/nutech/form-initial-value/simple-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