{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-notifications-webhook-cache-sync-structure.json", "name": "webhook-cache-sync", "description": "webhook-cache-sync from GitHub API", "type": "object", "properties": { "after": { "type": "string", "example": "example_value" }, "before": { "type": "string", "example": "example_value" }, "cache_location": { "type": "string", "example": "example_value" }, "enterprise": { "$ref": "#/components/schemas/enterprise-webhooks" }, "installation": { "$ref": "#/components/schemas/simple-installation" }, "organization": { "$ref": "#/components/schemas/organization-simple-webhooks" }, "ref": { "type": "string", "example": "main" }, "repository": { "$ref": "#/components/schemas/repository-webhooks" }, "sender": { "$ref": "#/components/schemas/simple-user-webhooks" } }, "required": [ "cache_location", "ref", "before", "after" ] }