Azure Container Registry · JSON Structure

Azure Container Registry Event Structure

The event for a webhook.

Type: object Properties: 2
AzureContainer ImagesContainersDockerRegistry

Event is a JSON Structure definition published by Azure Container Registry, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

eventRequestMessage eventResponseMessage

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/azure-container-registry/refs/heads/main/json-structure/azure-container-registry-event-structure.json",
  "description": "The event for a webhook.",
  "type": "object",
  "properties": {
    "eventRequestMessage": {
      "$ref": "#/definitions/EventRequestMessage",
      "description": "The event request message sent to the service URI."
    },
    "eventResponseMessage": {
      "$ref": "#/definitions/EventResponseMessage",
      "description": "The event response message received from the service URI."
    }
  },
  "name": "Event"
}