---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/llm/claude_code_cli/validation/variables/claudeCodeCliOptionsSchema.md
description: >-
  Validator schema for `ClaudeCodeCliAdapterOptions`. Used by `validateOptions`
  at construction time and again at the start of every iteration after options
  have been merged (stash > executor > constructor). Rejects unknown top-level
  keys so typos fail loud.
---

# Variable: claudeCodeCliOptionsSchema

```ts
const claudeCodeCliOptionsSchema: ObjectSchema<ClaudeCodeCliAdapterOptions>;
```

Defined in: [src/batteries/llm/claude\_code\_cli/validation.ts:123](https://github.com/NHTIO/ADK/blob/v1.20260827.0/src/src/batteries/llm/claude_code_cli/validation.ts#L123)

Validator schema for `ClaudeCodeCliAdapterOptions`. Used by `validateOptions` at construction
time and again at the start of every iteration after options have been merged (stash > executor

> constructor). Rejects unknown top-level keys so typos fail loud.
