mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-22 20:58:17 +00:00
15 lines
259 B
JSON
15 lines
259 B
JSON
{
|
|
"title": "Third form",
|
|
"description": "Testing third task",
|
|
"type": "object",
|
|
"required": [
|
|
"LastText"
|
|
],
|
|
"properties": {
|
|
"LastText": {
|
|
"type": "string",
|
|
"title": "Enter Last Text",
|
|
"maxLength": 4
|
|
}
|
|
}
|
|
} |