{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-platform.team.user.role.update-schema.json", "title": "platform.team.user.role.update", "description": "Published when user's role is changed within team.", "type": "object", "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" } } }