2024-02-22 04:42:24 +00:00
|
|
|
{
|
2024-02-22 04:42:42 +00:00
|
|
|
"title": "Gate Pass Form",
|
|
|
|
"type": "object",
|
|
|
|
"required": [
|
|
|
|
"gate_pass_no",
|
|
|
|
"gate_pass_date",
|
|
|
|
"from_entity",
|
|
|
|
"army_no",
|
2024-02-22 04:48:19 +00:00
|
|
|
"issue_voucher_number",
|
2024-02-22 04:42:42 +00:00
|
|
|
"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"
|
|
|
|
},
|
2024-02-22 04:48:09 +00:00
|
|
|
"issue_voucher_number": {
|
2024-02-22 04:42:42 +00:00
|
|
|
"type": "string",
|
2024-02-22 04:45:46 +00:00
|
|
|
"title": "Issue Voucher No"
|
2024-02-22 04:42:42 +00:00
|
|
|
},
|
|
|
|
"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",
|
2024-02-22 04:53:42 +00:00
|
|
|
|
2024-02-22 04:42:42 +00:00
|
|
|
},
|
|
|
|
"time_out": {
|
|
|
|
"type": "string",
|
|
|
|
"title": "Time Out",
|
|
|
|
"format": "time"
|
|
|
|
},
|
|
|
|
"remarks": {
|
|
|
|
"type": "string",
|
|
|
|
"title": "Remarks"
|
|
|
|
},
|
|
|
|
"detail": {
|
|
|
|
"type": "string",
|
|
|
|
"title": "Detail"
|
|
|
|
}
|
|
|
|
}
|
2024-02-22 04:42:24 +00:00
|
|
|
}
|