Microsoft Azure · Schema

dalleError

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
param string
type string
inner_error object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-dalleerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dalleError",
  "title": "dalleError",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/errorBase"
    }
  ],
  "properties": {
    "param": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "inner_error": {
      "$ref": "#/components/schemas/dalleInnerError"
    }
  }
}