> ## Documentation Index
> Fetch the complete documentation index at: https://docs.no-tickets.com/llms.txt
> Use this file to discover all available pages before exploring further.

# validate

> Validate a payload locally against the bundled JSON Schema for the given event type. No auth, no network

## Usage

```bash theme={null}
no-tickets validate [OPTIONS]
```

## Flags

| Flag            | Short | Default | Description                                  |
| --------------- | ----- | ------- | -------------------------------------------- |
| `--data <DATA>` |       |         | Event payload as a JSON string               |
| `--type <TYPE>` |       |         | Event type id (e.g., `ai.task.completed.v1`) |
