Microsoft Azure · Schema

TagAttributes

Tag attributes result.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
registry string
imageName string
View JSON Schema on GitHub

JSON Schema

azure-container-registry-tag-attributes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TagAttributes",
  "type": "object",
  "description": "Tag attributes result.",
  "properties": {
    "registry": {
      "type": "string"
    },
    "imageName": {
      "type": "string"
    }
  }
}