# Person
- [ Property `firstName`](#firstName)
- [ Property `lastName`](#lastName)
- [ Property `age`](#age)
- [ Property `anything`](#anything)
**Title:** Person
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| | |
##  Property `firstName`
| Type | `string` |
| ---- | -------- |
| | |
**Description:** The person's first name.
##  Property `lastName`
| Type | `string or null` |
| ---- | ---------------- |
| | |
**Description:** The person's last name.
##  Property `age`
| Type | `integer or number` |
| ---- | ------------------- |
| | |
**Description:** Age in years which must be equal to or greater than zero.
| Restrictions | |
| ------------ | ------ |
| **Minimum** | ≥ 0 |
| | |
##  Property `anything`
| Type | `integer, string, number or null` |
| ---- | --------------------------------- |
| | |
**Description:** Ay other info you like
----------------------------------------------------------------------------------------------------------------------------
Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on date