{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/webhook-github-app-authorization-revoked", "title": "github_app_authorization revoked event", "type": "object", "properties": { "action": { "type": "string", "enum": [ "revoked" ] }, "sender": { "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ "action", "sender" ] }