# Schema

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/ui-core/src/components/api-explorer/EndpointDetail.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/api-explorer/EndpointDetail.ts#L55)

## Properties

| Property | Type |
|---|---|
| `type` | `string` |
| `format` | `string` |
| `properties` | `Record<string, Schema>` |
| `items` | `Schema` |
| `required` | `string[]` |
| `example` | `any` |
| `enum` | `any[]` |
| `const` | `any` |
| `description` | `string` |
| `title` | `string` |
| `$ref` | `string` |
| `nullable` | `boolean` |
| `oneOf` | `Schema[]` |
| `anyOf` | `Schema[]` |
| `allOf` | `Schema[]` |
| `discriminator` | `Discriminator` |
