User: admin@spiffworkflow.org clicked save for misc/test/e2e-7/E2E-7.json

This commit is contained in:
sartography-automated-committer 2023-01-24 02:34:28 +00:00
parent d844e530eb
commit c818a75b26

View File

@ -1,15 +1,16 @@
{ {
"title": "First form", "title": "Form",
"description": "Testing first task", "description": "Testing validations",
"type": "object", "type": "object",
"required": [ "required": [
"AnyNumber" "AnyText"
], ],
"properties": { "properties": {
"AnyNumber": { "AnyText": {
"type": "string", "type": "string",
"title": "Enter Number", "title": "Enter text:",
"minLength": 10 "minLength": 5,
"maxLength": 8
} }
} }
} }