mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 13:48:10 +00:00
User: admin@spiffworkflow.org clicked save for misc/test/e2e-7/E2E-7.json
This commit is contained in:
parent
d844e530eb
commit
c818a75b26
@ -1,15 +1,16 @@
|
||||
{
|
||||
"title": "First form",
|
||||
"description": "Testing first task",
|
||||
"title": "Form",
|
||||
"description": "Testing validations",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"AnyNumber"
|
||||
"AnyText"
|
||||
],
|
||||
"properties": {
|
||||
"AnyNumber": {
|
||||
"AnyText": {
|
||||
"type": "string",
|
||||
"title": "Enter Number",
|
||||
"minLength": 10
|
||||
"title": "Enter text:",
|
||||
"minLength": 5,
|
||||
"maxLength": 8
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user