Microsoft Azure · JSON Structure

Azure Container Registry Manifest Attributes Base Structure

Type: object Properties: 9
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

ManifestAttributesBase is a JSON Structure definition published by Microsoft Azure, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

digest imageSize createdTime lastUpdateTime architecture os mediaType configMediaType tags

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ManifestAttributesBase",
  "type": "object",
  "properties": {
    "digest": {
      "type": "string"
    },
    "imageSize": {
      "type": "integer"
    },
    "createdTime": {
      "type": "string"
    },
    "lastUpdateTime": {
      "type": "string"
    },
    "architecture": {
      "type": "string"
    },
    "os": {
      "type": "string"
    },
    "mediaType": {
      "type": "string"
    },
    "configMediaType": {
      "type": "string"
    },
    "tags": {
      "type": "array"
    }
  }
}