mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
26 lines
431 B
JSON
26 lines
431 B
JSON
{
|
|
"title": "Text Area",
|
|
"description": "",
|
|
"type": "object",
|
|
"required": [
|
|
"text1","text2", "text3","text4"
|
|
],
|
|
"properties": {
|
|
"text1": {
|
|
"type": "string",
|
|
"title": "Text1"
|
|
},
|
|
"text2": {
|
|
"type": "string",
|
|
"title": "Text2"
|
|
},
|
|
"text3": {
|
|
"type": "string",
|
|
"title": "Text3"
|
|
},
|
|
"text4": {
|
|
"type": "string",
|
|
"title": "Text4"
|
|
}
|
|
}
|
|
} |