1 drivers:
2 type: array
3 items:
4 type: object
5 properties:
6 firstName:
7 type: string
8 lastName:
9 type: string
10 identification:
11 type: string
12 identificationType:
13 type: string
14 license:
15 type: string
16 licenseExpiration:
17 type: string
18 format: date-time
19 licenseFront:
20 type: string
21 licenseBack:
22 type: string
23 icFront:
24 type: string
25 icBack:
26 type: string