Microsoft Azure · Schema

TagAttributes

Tag attributes result.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

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

JSON Schema

microsoft-azure-tagattributes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TagAttributes",
  "title": "TagAttributes",
  "type": "object",
  "description": "Tag attributes result.",
  "properties": {
    "registry": {
      "type": "string",
      "example": "example_value"
    },
    "imageName": {
      "type": "string",
      "example": "example_value"
    },
    "tag": {
      "$ref": "#/components/schemas/TagAttributesBase"
    }
  }
}