sample-process-models/test/a101/A.1.0-2.json

16 lines
319 B
JSON
Raw Normal View History

2022-08-17 22:20:52 +00:00
{
"title": "Second form",
"description": "Testing second task",
"type": "object",
"required": [
"SomeText"
],
"properties": {
"SomeText": {
"type": "string",
"title": "Any text",
"default": "You can enter any text here, replace this one",
"minLength": 2
}
}
}