# SchemaDefinition

**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#L516)

Schema definition for request/response bodies

## Properties

| Property | Type |
|---|---|
| `type` | `string` |
| `properties` | `Record<string, PropertyDefinition>` |
| `required` | `string[]` |
| `$ref` | `string` |
