{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "platform.team.app.add", "description": "Published when an asset is added to a team.", "type": "object", "properties": { "app_id": { "$ref": "#/components/schemas/Application/properties/guid" }, "app_name": { "$ref": "#/components/schemas/Application/then/properties/name" }, "team_guid": { "$ref": "#/components/schemas/Team/properties/guid" }, "team_name": { "$ref": "#/components/schemas/Team/properties/name" } } }