mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 13:18:21 +00:00
15 lines
263 B
JSON
15 lines
263 B
JSON
{
|
|
"title": "First form",
|
|
"description": "Testing first task",
|
|
"type": "object",
|
|
"required": [
|
|
"AnyNumber"
|
|
],
|
|
"properties": {
|
|
"AnyNumber": {
|
|
"type": "string",
|
|
"title": "Enter Number",
|
|
"minLength": 10
|
|
}
|
|
}
|
|
} |