Microsoft Azure · Schema

DeletedRepository

Deleted repository result.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
manifestsDeleted array Digests of manifests deleted.
tagsDeleted array Tags deleted.
View JSON Schema on GitHub

JSON Schema

azure-container-registry-deleted-repository-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeletedRepository",
  "type": "object",
  "description": "Deleted repository result.",
  "properties": {
    "manifestsDeleted": {
      "type": "array",
      "description": "Digests of manifests deleted."
    },
    "tagsDeleted": {
      "type": "array",
      "description": "Tags deleted."
    }
  }
}