mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
18 lines
334 B
JSON
18 lines
334 B
JSON
|
{
|
||
|
"title": "Text Area",
|
||
|
"description": "A larger resizable area to enter longer text.",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"hobbies": {
|
||
|
"type": "string",
|
||
|
"title": "Your Hobbies"
|
||
|
},
|
||
|
"experience": {
|
||
|
"type": "string",
|
||
|
"title": "Your Experience"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"experience"
|
||
|
]
|
||
|
}
|