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

87 lines
1.7 KiB
JSON

{
"title": "Gate Pass",
"description": "Gate Pass to add the details for final clearance",
"type": "object",
"properties": {
"gatepassno": {
"type": "string",
"title": "Gate Pass No "
},
"gatepassdate": {
"type": "string",
"title": "Gate Pass Date",
"format": "date"
},
"fromentity": {
"type": "string",
"title": "From Entity"
},
"armyno": {
"type": "string",
"title": "Army No"
},
"issuevoucherno": {
"type": "string",
"title": "Issue Voucher No"
},
"gmthmtno": {
"type": "string",
"title": "GMT HMT No",
"format": "date"
},
"receivername": {
"type": "string",
"title": "Receiver Name"
},
"cnicpa": {
"type": "string",
"title": "CNIC PA"
},
"authorizationno": {
"type": "integer",
"title": "Authorization No"
},
"rank": {
"type": "string",
"enum": ["control", "uncontrol"],
"title": "Rank"
},
"name": {
"type": "string",
"title": "NA Number",
"default": "Name"
},
"toentity": {
"type": "string",
"title": "Auth Number",
"default": "To Entity"
},
"builtyno": {
"type": "string",
"title": "Builty No"
},
"section": {
"type": "string",
"title": "Section"
},
"timein": {
"type": "string",
"format": "time",
"title": "Timein"
},
"timeout": {
"type": "string",
"format": "time",
"title": "Timeout"
},
"remarks": {
"type": "string",
"title": "Remarks"
},
"detail": {
"type": "string",
"title": "Detail"
}
}
}