{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/platform.team.user.role.update", "title": "platform.team.user.role.update", "type": "object", "description": "Published when user's role is changed within team.", "x-context": "team", "allOf": [ { "$ref": "#/components/schemas/EventDataOrg" }, { "$ref": "#/components/schemas/EventDataActor" }, { "oneOf": [ { "$ref": "#/components/schemas/EventDataUser" }, { "$ref": "#/components/schemas/EventDataClient" } ] } ], "properties": { "roles": { "$ref": "#/components/schemas/Team/properties/users/items/properties/roles" }, "team_guid": { "$ref": "#/components/schemas/Team/properties/guid" }, "team_name": { "$ref": "#/components/schemas/Team/properties/name" } } }