Skip to content

Instantly share code, notes, and snippets.

@aimore
Created June 11, 2021 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aimore/39f9e30b4416e74e48951a701d94b712 to your computer and use it in GitHub Desktop.
Save aimore/39f9e30b4416e74e48951a701d94b712 to your computer and use it in GitHub Desktop.
Form json response mock
{
"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