# ResponseDefinition

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

Response definition

## Properties

| Property | Type |
|---|---|
| `statusCode` | `number` |
| `description` | `string` |
| `schema` | `SchemaDefinition` |
| `examples` | `Record<string, unknown>` |
