# Person
- [ Property `not_a_pattern`](#not_a_pattern)
- [Pattern Property `.$`](#not_a_pattern_pattern1)
- [Pattern Property `.*`](#pattern1)
- [Pattern Property `..`](#pattern2)
- [Pattern Property `^.`](#pattern3)
**Title:** Person
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| | |
##  Property `not_a_pattern`
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| | |
### Pattern Property `.$`
> All property whose name matches the regular expression
```.$``` ([Test](https://regex101.com/?regex=.%24))
must respect the following conditions
**Title:** Title 4
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| | |
**Description:** Description 4
## Pattern Property `.*`
> All property whose name matches the regular expression
```.*``` ([Test](https://regex101.com/?regex=.%2A))
must respect the following conditions
**Title:** Title 1
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| | |
**Description:** Description 1
## Pattern Property `..`
> All property whose name matches the regular expression
```..``` ([Test](https://regex101.com/?regex=..))
must respect the following conditions
**Title:** Title 2
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| | |
**Description:** Description 2
## Pattern Property `^.`
> All property whose name matches the regular expression
```^.``` ([Test](https://regex101.com/?regex=%5E.))
must respect the following conditions
**Title:** Title 3
| Type | `object` |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| **Additional properties** | [](# "Additional Properties of any type are allowed.") |
| | |
**Description:** Description 3
----------------------------------------------------------------------------------------------------------------------------
Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on date