{
"$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" } } }
}