# Parameter

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `in` | `'query' | 'path' | 'header' | 'cookie'` |
| `description` | `string` |
| `required` | `boolean` |
| `schema` | `ParameterSchema` |
