Created
June 11, 2021 04:56
-
-
Save aimore/39f9e30b4416e74e48951a701d94b712 to your computer and use it in GitHub Desktop.
Form json response mock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"fields": [{ | |
"placeholder": "Insert name", | |
"title": "Field 1", | |
"validation": "[A-Za-z]", | |
"defaultValue": "Tester", | |
"type": "A" | |
}, | |
{ | |
"placeholder": "Insert Surname", | |
"title": "Field 1", | |
"validation": "[A-Za-z]", | |
"defaultValue": "Tester", | |
"type": "A" | |
}, | |
{ | |
"placeholder": "Insert Address", | |
"title": "Field 1", | |
"validation": "[A-Za-z]", | |
"defaultValue": "Tester", | |
"type": "A" | |
}, | |
{ | |
"placeholder": "Insert Phone", | |
"title": "Field 1", | |
"validation": "[A-Za-z]", | |
"defaultValue": "Tester", | |
"type": "B" | |
}, | |
{ | |
"placeholder": "Insert Email", | |
"title": "Field 1", | |
"validation": "[A-Za-z]", | |
"defaultValue": "Tester", | |
"type": "A" | |
}, | |
{ | |
"placeholder": "Insert Postcode", | |
"title": "Field 1", | |
"validation": "[A-Za-z]", | |
"defaultValue": "Tester", | |
"type": "A" | |
}, | |
{ | |
"placeholder": "Insert ID", | |
"title": "Field 1", | |
"validation": "[A-Za-z]", | |
"defaultValue": "Tester", | |
"type": "A" | |
} | |
], | |
"canShare": true, | |
"memberId": 123, | |
"title": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam nec tincidunt mauris. Integer porta lacinia efficitur. Curabitur tempor ex nec risus dapibus, quis sollicitudin mi auctor." | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment