{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/webhook-enterprise-anonymous-access-disabled", "title": "webhook-enterprise-anonymous-access-disabled", "type": "object", "properties": { "action": { "type": "string", "enum": [ "anonymous_access_disabled" ] }, "sender": { "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ "action" ] }