{"$id":"https://api.realself.com/schemas/event/1-0-0.json","$schema":"http://json-schema.org/2019-09/schema#","description":"Event envelope","properties":{"applicationId":{"description":"The identifier of the application that raised this event","type":"string"},"domain":{"description":"The event's domain","type":"string"},"entity":{"additionalProperties":true,"description":"The event entity","properties":{"after":{"description":"Entity state after this event","type":"object"},"before":{"description":"Entity state before this event","type":"object"},"id":{"description":"Unique identifier of the entity","type":"string"},"schema":{"description":"Schema of the entity","format":"uri","type":"string"},"uri":{"description":"GET uri for retrieving the entity","format":"uri","type":"string"}},"required":["id","uri","schema"],"type":"object"},"id":{"description":"Event ID","type":"string"},"name":{"description":"Name of the event","type":"string"},"occurredAt":{"description":"When the event occurred, https://tools.ietf.org/html/rfc3339#section-5.6","type":"string"},"originator":{"additionalProperties":false,"description":"The actor that raised this event","properties":{"id":{"description":"Unique identifier of the originator","type":"string"},"roles":{"description":"The user's roles","items":{"type":"string"},"type":"array"},"schema":{"description":"Schema of the originator","format":"uri","type":"string"},"uri":{"description":"GET uri for retrieving the entity","format":"uri","type":"string"},"visitorId":{"description":"The value of the rs-visitor-id","type":"string"}},"required":["id","uri","schema"],"type":"object"},"requestId":{"description":"Request/correlation tracking identifier","type":"string"}},"required":["id","domain","name","entity","originator","occurredAt","requestId","applicationId"],"type":"object"}