runner: connecting…
@leash/schemas

Schemas

Paste any JSON, pick a schema, and validate against the live Zod schemas shipped from `@leash/schemas`.

Live validator

We POST your JSON to /api/schemas/validate, which runs Schema.safeParse(payload) server-side and returns either the parsed value or the list of Zod issues.

Validation result appears here.