# Person
- [ Property `firstName`](#firstName)
- [ Property `lastName`](#lastName)
- [Pattern Property `$[a-c][0-9]^`](#pattern1)
- [ Property `rating`](#pattern1_rating)
- [ Property `review`](#pattern1_review)
**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.
## 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** | [](# "Additional Properties of any type are allowed.") |
| | |
**Description:** Review of a paper size.
###  Property `rating`
**Title:** Rating
| Type | `integer` |
| ---- | --------- |
| | |
**Description:** Numerical rating for paper size.
###  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