Microsoft Azure · Schema

AcrErrors

ACR error response.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
errors array Array of detailed error information.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-acrerrors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AcrErrors",
  "title": "AcrErrors",
  "type": "object",
  "description": "ACR error response.",
  "properties": {
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AcrErrorInfo"
      },
      "description": "Array of detailed error information.",
      "example": []
    }
  }
}