{ "title": "Gate Pass Form", "type": "object", "required": [ "gate_pass_no", "gate_pass_date", "from_entity", "army_no", "issue_voucher_number", "gmt_hmt_no", "receiver_name", "cnic_pa", "authorization_no", "rank", "name", "to_entity", "built_no", "section", "time_in", "time_out", "remarks", "detail" ], "properties": { "gate_pass_no": { "type": "string", "title": "Gate Pass No" }, "gate_pass_date": { "type": "string", "title": "Gate Pass Date", "format": "date" }, "from_entity": { "type": "string", "title": "From Entity", "default": "COD RWP" }, "army_no": { "type": "string", "title": "Army No" }, "issue_voucher_number": { "type": "string", "title": "Issue Voucher No" }, "gmt_hmt_no": { "type": "string", "title": "GMT / HMT No" }, "receiver_name": { "type": "string", "title": "Receiver Name" }, "cnic_pa": { "type": "string", "title": "CNIC / PA" }, "authorization_no": { "type": "string", "title": "Authorization No" }, "rank": { "type": "string", "title": "Rank", "enum": [ "STM", "LDC", "UDC" ] }, "name": { "type": "string", "title": "Name" }, "to_entity": { "type": "string", "title": "To Entity", "default": "112 Ordance" }, "built_no": { "type": "string", "title": "Built No" }, "section": { "type": "string", "title": "Section", "default": "Traffic" }, "time_in": { "type": "string", "title": "Time In", "format": "time", "timeFormat": "HH:mm", "timeSaveFormat": "HH:mm" }, "time_out": { "type": "string", "title": "Time Out", "timeFormat": "HH:mm", "timeSaveFormat": "HH:mm" }, "remarks": { "type": "string", "title": "Remarks" }, "detail": { "type": "string", "title": "Detail" } } }