sample-process-models/misc/test/a402/A.4.0.2.json

15 lines
249 B
JSON
Raw Normal View History

2022-11-21 16:10:57 +00:00
{
"title": "First form",
"description": "Testing first task",
"type": "object",
"required": [
"AnyNumber"
],
"properties": {
"AnyNumber": {
"type": "string",
"title": "Enter Number",
"minLength": 10
}
}
2022-09-28 15:27:25 +00:00
}