# PropertyDefinition

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/interfaces/entity.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/interfaces/entity.interface.ts#L533)

Property definition within a schema

## Properties

| Property | Type |
|---|---|
| `type` | `string` |
| `description` | `string` |
| `example` | `unknown` |
| `format` | `string` |
| `enum` | `string[]` |
