{ "title": "Gate Pass", "description": "Gate Pass to add the details for final clearance", "type": "object", "required": [ "gatepassno", "gatepassdate", "fromentity", "armyno", "issuevoucherno", "gmthmtno", "receivername", "cnicpa", "authorizationno", "rank", "name", "toentity", "builtyno", "section", "timein", "timeout", "remarks", "detail" ], "properties": { "gatepassno": { "type": "string", "title": "Issue Voucher No " }, "gatepassdate": { "type": "string", "title": "Issue Voucher Date", "format": "date" }, "fromentity": { "type": "integer", "title": "Commodity" }, "armyno": { "type": "string", "title": "Consignee" }, "issuevoucherno": { "type": "string", "title": "Demand No" }, "gmthmtno": { "type": "string", "title": "Demand Date", "format": "date" }, "receivername": { "type": "integer", "title": "Cat Part No" }, "cnicpa": { "type": "string", "title": "Nomenclature" }, "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" } } }