Last active
August 15, 2022 20:35
-
-
Save djabif/40646ba7c4f980d8ca3d5a547ed37799 to your computer and use it in GitHub Desktop.
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
{ | |
"controls": [ | |
{ | |
"name": "firstName", | |
"label": "First name:", | |
"value": "", | |
"type": "text" | |
}, | |
{ | |
"name": "lastName", | |
"label": "Last name:", | |
"value": "", | |
"type": "text" | |
}, | |
{ | |
"name": "age", | |
"label": "Age", | |
"value": "", | |
"type": "number" | |
}, | |
{ | |
"name": "comments", | |
"label": "Comments", | |
"value": "", | |
"type": "textarea" | |
}, | |
{ | |
"name": "agreeTerms", | |
"label": "Accepts terms and conditions", | |
"value": "false", | |
"type": "checkbox" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment