sample-process-models/test/a101/A.1.0-3.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
}
}
}