Azure Container Registry · JSON Structure

Azure Container Registry Event Info Structure

The basic information of an event.

Type: object Properties: 1
AzureContainer ImagesContainersDockerRegistry

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

Properties

id

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-info-structure.json",
  "description": "The basic information of an event.",
  "type": "object",
  "properties": {
    "id": {
      "description": "The event ID.",
      "type": "string"
    }
  },
  "name": "EventInfo"
}