{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://ledgetoptechnologies.com/schemas/alphaledger/event-envelope-v1.json","type":"object","additionalProperties":false,"required":["schema_version","event_id","event_type","occurred_at","installation_id","aggregate_id","revision","data"],"properties":{"schema_version":{"const":"1.0"},"event_id":{"type":"string","format":"uuid"},"event_type":{"enum":["person.upserted","person.deactivated","project.upserted","project.archived","assignment.upserted","assignment.revoked","pay_accrual.status_changed","financial_summary.updated","time_entry.approved","time_entry.corrected","time_entry.voided","pay_accrual.approved","pay_accrual.corrected","pay_accrual.voided"]},"occurred_at":{"type":"string","format":"date-time"},"installation_id":{"type":"string"},"aggregate_id":{"type":"string"},"revision":{"type":"integer","minimum":1},"currency":{"type":["string","null"],"pattern":"^[A-Z]{3}$"},"data":{"type":"object"}}}
