# Person
- [ Property `firstName`](#firstName)
- [ Property `lastName`](#lastName)
- [ Property `age`](#age)
- [ Property `driverLicenseId`](#driverLicenseId)
- [Property `no driver licence`](#driverLicenseId_allOf_i0)
- [Property `driver licence id`](#driverLicenseId_allOf_i1)
**Title:** Person
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| | |
##  Property `firstName`
**Title:** Person
| Type | `string` |
| ---- | -------- |
| | |
**Description:** The person's first name.
##  Property `lastName`
**Title:** Person
| Type | `string` |
| ---- | -------- |
| | |
**Description:** The person's last name.
##  Property `age`
**Title:** Person
| Type | `integer` |
| ---- | --------- |
| | |
**Description:** Age in years which must be equal to or greater than zero.
| Restrictions | |
| ------------ | ------ |
| **Minimum** | ≥ 0 |
| | |
##  Property `driverLicenseId`
| Type | `combining` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| | |
| All of(Requirement) |
| ---------------------------------------------- |
| [no driver licence](#driverLicenseId_allOf_i0) |
| [driver licence id](#driverLicenseId_allOf_i1) |
| |
### Property `no driver licence`
**Title:** no driver licence
| Type | `null` |
| ---- | ------ |
| | |
### Property `driver licence id`
**Title:** driver licence id
| Type | `string` |
| ---- | -------- |
| | |
----------------------------------------------------------------------------------------------------------------------------
Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on date