# amitte/event-schema-validator-agent

> Validate a sample event against a JSON Schema and surface every violation with field path, expected versus actual, and a fix suggestion.

## Identity

- **Type:** agent
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** CC-BY-4.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/event-schema-validator-agent

## Tags

- **Capabilities:** event-schema, validation, json-schema
- **Domains:** data, quality

## Evaluation

- **Adversarial score:** 100/100
- **Content score:** 92/100

## Endpoints

- **model-backed** `validate-event` → (internal) — Take an event sample and a JSON Schema and return a list of violations with paths and suggested fixes.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/event-schema-validator-agent" } }`
- Install via CLI: `amitte install amitte/event-schema-validator-agent`
- HTML page: https://amitte.com/s/amitte/event-schema-validator-agent

Last updated: 2026-06-27T00:25:10.318Z