User: daniel.h.funk@gmail.com clicked save for playground/dan/webinar/1-approval-two-eyes/vacation-request-schema.json

This commit is contained in:
sartography-automated-committer 2024-01-25 19:07:02 +00:00
parent 25ba3ef984
commit 8fd9b44617
2 changed files with 16 additions and 2 deletions

View File

@ -1 +1,11 @@
{}
{
"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"
}
}
}

View File

@ -1 +1,5 @@
{}
{
"bio": {
"ui:widget": "textarea"
}
}