23 lines
437 B
JSON
23 lines
437 B
JSON
{
|
|
"title": "Signup Form",
|
|
"description": "Form requires userinformation",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"title": "Name"
|
|
},
|
|
"surname": {
|
|
"type": "string",
|
|
"title": "Surname"
|
|
},
|
|
"date_of_birth": {
|
|
"type": "string",
|
|
"title": "Date of Birth"
|
|
},
|
|
"existing_customer": {
|
|
"type": "boolean",
|
|
"title": "Existing Customer"
|
|
}
|
|
},
|
|
"required": []
|
|
} |