| name | data type | constraints | description |
|---|---|---|---|
| id | number | ||
| nationality | string | ||
| number | string | required | |
| dateIssued | string | ||
| countryIssued | string | ||
| expiration | string |
Example
{
"id" : 12345,
"nationality" : "...",
"number" : "...",
"dateIssued" : "...",
"countryIssued" : "...",
"expiration" : "..."
}