mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
11 lines
238 B
JSON
11 lines
238 B
JSON
{
|
|
"title": "Text Area",
|
|
"description": "A larger resizable area to enter longer text. (field name will be 'address')",
|
|
"type": "object",
|
|
"properties": {
|
|
"address": {
|
|
"type": "string",
|
|
"title": "Address"
|
|
}
|
|
}
|
|
} |