demo-process-models/playground/nutech/issue/Check box-schema.json

35 lines
701 B
JSON

{
"title": "Issue Voucher",
"description": "Issue Voucher form for adding details of demand.",
"type": "object",
"required": [
"Issue Voucher number ",
"lastName"
],
"properties": {
"issuevoucherno": {
"type": "string",
"title": "Issue Voucher No "
},
"issuevoucherdate": {
"type": "string",
"title": "Issue Voucher Date"
},
"commodity": {
"type": "integer",
"title": "Commodity"
},
"consignee": {
"type": "string",
"title": "Consignee"
},
"demandno": {
"type": "string",
"title": "Demand No",
},
"demanddate": {
"type": "string",
"title": "Demand Date"
}
}
}