Microsoft Azure · Schema

dalleErrorResponse

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-dalleerrorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dalleErrorResponse",
  "title": "dalleErrorResponse",
  "type": "object",
  "properties": {
    "error": {
      "$ref": "#/components/schemas/dalleError"
    }
  }
}