{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/platform.app.remove", "title": "platform.app.remove", "type": "object", "description": "Published when an application is removed.", "x-context": "app", "allOf": [ { "$ref": "#/components/schemas/EventDataOrg" }, { "$ref": "#/components/schemas/EventDataActor" } ], "properties": { "app_guid": { "$ref": "#/components/schemas/Application/properties/guid" }, "app_name": { "$ref": "#/components/schemas/Application/then/properties/name" } } }