mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 14:18:08 +00:00
13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"title": "Text Field",
|
|
"type": "object",
|
|
"required": [
|
|
"timer_value_warehouse"
|
|
],
|
|
"properties": {
|
|
"timer_value_warehouse": {
|
|
"type": "string",
|
|
"title": "Timer Value"
|
|
}
|
|
}
|
|
} |