demo-process-models/playground/nutech/issue/issuevoucher-schema.json

13 lines
219 B
JSON

{
"type": "object",
"properties": {
"name": {
"type": "string",
"minLength": 3,
"description": "Please enter your name"
},
"vegetarian": {
"type": "boolean"
}
}