GitHub · JSON Structure

Github Emojis Webhook Cache Sync Structure

webhook-cache-sync from GitHub API

Type: object Properties: 9 Required: 4
CodePipelinesPlatformSoftware DevelopmentSource ControlT1

webhook-cache-sync is a JSON Structure definition published by GitHub, describing 9 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

after before cache_location enterprise installation organization ref repository sender

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-emojis-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"
  ]
}