{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "platform.team.user.add", "description": "Published when a user or client is added to a 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" } } }