From 08650eb4200354393f4d2b823800ec003a2d54c5 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Thu, 2 Nov 2023 20:14:25 +0000 Subject: [PATCH] User: alex@sartography.com clicked save for playground/alex-herron/protocol-builder/temp-schema.json --- .../alex-herron/protocol-builder/temp-schema.json | 12 +++++++++++- .../alex-herron/protocol-builder/temp-uischema.json | 6 +++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/playground/alex-herron/protocol-builder/temp-schema.json b/playground/alex-herron/protocol-builder/temp-schema.json index 9e26dfee..ccf55294 100644 --- a/playground/alex-herron/protocol-builder/temp-schema.json +++ b/playground/alex-herron/protocol-builder/temp-schema.json @@ -1 +1,11 @@ -{} \ No newline at end of file +{ + "title": "Text Area", + "description": "A larger resizable area to enter longer text. (field name will be 'bio')", + "type": "object", + "properties": { + "bio": { + "type": "string", + "title": "Bio" + } + } +} \ No newline at end of file diff --git a/playground/alex-herron/protocol-builder/temp-uischema.json b/playground/alex-herron/protocol-builder/temp-uischema.json index 9e26dfee..9dc870cd 100644 --- a/playground/alex-herron/protocol-builder/temp-uischema.json +++ b/playground/alex-herron/protocol-builder/temp-uischema.json @@ -1 +1,5 @@ -{} \ No newline at end of file +{ + "bio": { + "ui:widget": "textarea" + } +} \ No newline at end of file