# ParamSource

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/openapi/param-source-inference.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/openapi/param-source-inference.ts#L24)

## Properties

| Property | Type |
|---|---|
| `operationId` | `string` |
| `path` | `string` |
| `itemsPath` | `string` |
| `itemValuePath` | `string` |
| `itemTitlePath` | `string` |
| `parameters` | `Record<string, { parameterReference: string }>` |
| `origin` | `'inferred' | 'curated'` |
| `verifiedAt` | `string` |
