Ticket Schema Validator
Valida documentos JSON contra Ticket Schema v0.1.
{ "$schema": "https://ticketschema.org/schema/v0.1/profiles/retail-receipt.json", "ticketSchemaVersion": "0.1", "id": "ts_01HX0000000000000000000101", "documentType": "retail_receipt", "status": "paid", "issuedAt": "2026-05-22T18:30:00-06:00", "currency": "MXN", "parties": [{ "role": "seller", "name": "Abarrotes Lupita" }], "amounts": { "total": 86, "paid": 86, "balance": 0 }, "items": [{ "description": "Leche 1L", "quantity": 1, "unitPrice": 28, "total": 28 }], "events": [{ "type": "issued", "at": "2026-05-22T18:30:00-06:00", "by": "seller" }] }
Validate