Azure Container Registry · JSON Structure

Azure Container Registry Operation Display Definition Structure

The display information for a container registry operation.

Type: object Properties: 4
AzureContainer ImagesContainersDockerRegistry

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

Properties

description operation provider resource

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-operation-display-definition-structure.json",
  "description": "The display information for a container registry operation.",
  "type": "object",
  "properties": {
    "description": {
      "description": "The description for the operation.",
      "type": "string"
    },
    "operation": {
      "description": "The operation that users can perform.",
      "type": "string"
    },
    "provider": {
      "description": "The resource provider name: Microsoft.ContainerRegistry.",
      "type": "string"
    },
    "resource": {
      "description": "The resource on which the operation is performed.",
      "type": "string"
    }
  },
  "name": "OperationDisplayDefinition"
}