mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 21:48:28 +00:00
13 lines
186 B
JSON
13 lines
186 B
JSON
{
|
|
"title": "Text Field",
|
|
"type": "object",
|
|
"required": [
|
|
"timeDuration"
|
|
],
|
|
"properties": {
|
|
"timeDuration": {
|
|
"type": "string",
|
|
"default": "PT1M"
|
|
}
|
|
}
|
|
} |