User: admin@spiffworkflow.org clicked save for examples/1-basic-concepts/1-2-forms/test-schema.json
This commit is contained in:
parent
df0fff9e32
commit
1b606bfe52
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"title": "A registration form",
|
||||
"description": "A simple form example.",
|
||||
"title": "Text Field",
|
||||
"description": "A simple text field that is required, has a default value, sets a placeholder, includes a description. (field name will be 'firstname')",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"firstName",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"type": "string",
|
||||
"title": "Telephone",
|
||||
"pattern": "^(\\+\\d{1,2}\\s)?\\(?\\d{3}\\)?[\\s.-]\\d{3}[\\s.-]\\d{4}$",
|
||||
"validationErrorMessage": "Please provide a valid phone number, for example: +91 (123) 456-7890 or +1 540-555-1234",
|
||||
"validationErrorMessage": "Please provide a valid phone number, for example: +91 (123) 456-7890 or +1 540-555-1234",
|
||||
"default": "1-800-kick-ass"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue