EventInfo

The basic information of an event.

AzureContainer ImagesContainersDockerRegistry

Properties

Name Type Description
id string The event ID.
View JSON Schema on GitHub

JSON Schema

azure-container-registry-event-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-registry/refs/heads/main/json-schema/azure-container-registry-event-info-schema.json",
  "title": "EventInfo",
  "description": "The basic information of an event.",
  "type": "object",
  "properties": {
    "id": {
      "description": "The event ID.",
      "type": "string"
    }
  }
}