# 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)Pattern Property `$[a-c][0-9]^`](#pattern1) - [![badge](https://img.shields.io/badge/Required-blue) Property `rating`](#pattern1_rating) - [![badge](https://img.shields.io/badge/Required-blue) Property `review`](#pattern1_review) **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`
**Title:** Person | Type | `string` | | ---- | -------- | | | | **Description:** The person's first name.
## ![badge](https://img.shields.io/badge/Optional-yellow) Property `lastName`
**Title:** Person | Type | `string` | | ---- | -------- | | | | **Description:** The person's last name.
## ![badge](https://img.shields.io/badge/Optional-yellow)Pattern Property `$[a-c][0-9]^` > All property whose name matches the regular expression ```$[a-c][0-9]^``` ([Test](https://regex101.com/?regex=%24%5Ba-c%5D%5B0-9%5D%5E)) must respect the following conditions
**Title:** paperSize | Type | `object` | | ------------------------- | ------------------------------------------------------------------------------------------------------------------- | | **Additional properties** | [![badge](https://img.shields.io/badge/Any+type-allowed-green)](# "Additional Properties of any type are allowed.") | | | | **Description:** Review of a paper size.
### ![badge](https://img.shields.io/badge/Required-blue) Property `rating`
**Title:** Rating | Type | `integer` | | ---- | --------- | | | | **Description:** Numerical rating for paper size.
### ![badge](https://img.shields.io/badge/Required-blue) Property `review`
**Title:** Review | Type | `string` | | ---- | -------- | | | | **Description:** Narrative review of the paper size.
---------------------------------------------------------------------------------------------------------------------------- Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on date