Azure Container Registry · JSON Structure

Azure Container Registry Operation Definition Structure

The definition of a container registry operation.

Type: object Properties: 4
AzureContainer ImagesContainersDockerRegistry

OperationDefinition 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

display name origin properties

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-definition-structure.json",
  "description": "The definition of a container registry operation.",
  "type": "object",
  "properties": {
    "display": {
      "$ref": "#/definitions/OperationDisplayDefinition",
      "description": "The display information for the container registry operation."
    },
    "name": {
      "description": "Operation name: {provider}/{resource}/{operation}.",
      "type": "string"
    },
    "origin": {
      "description": "The origin information of the container registry operation.",
      "type": "string"
    },
    "properties": {
      "$ref": "#/definitions/OperationPropertiesDefinition",
      "description": "The properties information for the container registry operation.",
      "x-ms-client-flatten": true
    }
  },
  "name": "OperationDefinition"
}