-
Notifications
You must be signed in to change notification settings - Fork 0
/
schema.json
44 lines (44 loc) · 1.21 KB
/
schema.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"admin": [
{
"fullName": "xyz",
"emp_id": "EMP_01",
"email": "[email protected]",
"password": "asdf@!34",
"CNIC": "12345-6789654-3",
"contact_no": "0333333333"
}
],
"user": [
{
"fullName": "person",
"usercnic": "12345-6789076-8",
"userEmail": "[email protected]",
"contactNo": "03445555666",
"isMember": true,
"package": [
{
"packageID": "######",
"sourceCity": "Isb",
"destinationCity": "Lhr",
"destPostelCode": "12345",
"destAddress": "Lane-v, xyz",
"packageWeight": "10.3kg",
"sensitivity": "medium",
"estimatedCost": 10000.0
}
]
}
],
"member": [
{
"memberID": "12345-6789076-8",
"membershipType": "Basic",
"start_date": "01-01-2023",
"end_date": "06-01-2023",
"cardNo": 53663243242343,
"securityKey": 123,
"cardExpiry": "Dec-23"
}
]
}