{"allOf":[{"description":"Base type for all events in the system","allOf":[{"type":"object","description":"Base message type that all commands and events inherit from","required":["id"],"properties":{"id":{"type":"string","description":"Unique identifier for the message, typically a UUID","default":"UUID generated string","x-parser-schema-id":"<anonymous-schema-1>"}},"x-parser-schema-id":"Message"}],"x-parser-schema-id":"Event"},{"type":"object","description":"Event published when a user has been granted access to an account. Consumed by the accounts service to append the user to the account's user list.","required":["userId","originAccountId"],"properties":{"userId":{"type":"string","description":"The identifier of the user who has been granted access to the account","x-parser-schema-id":"<anonymous-schema-63>"},"originAccountId":{"type":"string","description":"The origin identifier of the account the user has been added to","x-parser-schema-id":"<anonymous-schema-64>"}},"x-parser-schema-id":"<anonymous-schema-62>"}],"x-parser-schema-id":"UserAddedToAccount"}