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",
"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
}
}
}