Schemas & Validation

alembica validates input and output JSON using versioned JSON Schemas.

Schema Versions

Set the schema version in your input JSON:

{ "metadata": { "schemaVersion": "v2", "timestamp": "2026-01-20T00:00:00Z" } }

Validation APIs