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