{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["id","type","occurred_at"],"properties":{"id":{"type":"string","format":"uuid"},"tags":{"type":"array","items":{"type":"string"}},"type":{"enum":["created","updated","deleted"],"type":"string","description":"The kind of event."},"actor":{"type":"object","properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"}}},"priority":{"type":"integer","maximum":9,"minimum":0},"occurred_at":{"type":"string","format":"date-time"}},"$id":"https://schematalog.com/api/schemas/example.event/versions/1.0","title":"example.event"}