# Person - [![badge](https://img.shields.io/badge/Optional-yellow) Property `firstName`](#firstName) - [![badge](https://img.shields.io/badge/Optional-yellow) Property `lastName`](#lastName) - [![badge](https://img.shields.io/badge/Optional-yellow) Property `age`](#age) - [![badge](https://img.shields.io/badge/Optional-yellow) Property `anything`](#anything) **Title:** Person | Type | `object` | | ------------------------- | ------------------------------------------------------------------------------------------------------------------- | | **Additional properties** | [![badge](https://img.shields.io/badge/Any+type-allowed-green)](# "Additional Properties of any type are allowed.") | | | |
## ![badge](https://img.shields.io/badge/Optional-yellow) Property `firstName`
| Type | `string` | | ---- | -------- | | | | **Description:** The person's first name.
## ![badge](https://img.shields.io/badge/Optional-yellow) Property `lastName`
| Type | `string or null` | | ---- | ---------------- | | | | **Description:** The person's last name.
## ![badge](https://img.shields.io/badge/Optional-yellow) Property `age`
| Type | `integer or number` | | ---- | ------------------- | | | | **Description:** Age in years which must be equal to or greater than zero. | Restrictions | | | ------------ | ------ | | **Minimum** | ≥ 0 | | | |
## ![badge](https://img.shields.io/badge/Optional-yellow) 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