demo-process-models/potentially-promote-to-exam.../signup-process/signup-form-schema.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": []
}