Microsoft Azure · Schema

ManifestList

List of manifests.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

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

JSON Schema

azure-container-registry-manifest-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ManifestList",
  "type": "object",
  "description": "List of manifests.",
  "properties": {
    "registry": {
      "type": "string"
    },
    "imageName": {
      "type": "string"
    },
    "manifests": {
      "type": "array"
    }
  }
}