{ "url": "https://api.slack.com/events/app_uninstalled", "type": "app_uninstalled", "response": { "type": "app_uninstalled" }, "schema": { "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "app_uninstalled": { "type": "object", "description": "learn more: https://api.slack.com/events/app_uninstalled", "properties": { "type": { "const": "app_uninstalled" } }, "example": { "type": "app_uninstalled" } } } }, "compatibility": [ "Events API" ], "scopes": [ ] }