Azure Networking · Schema

ErrorResponse

AzureCloudInfrastructureMicrosoftNetworking

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-networking-errorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorResponse",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "error": {
      "type": "object",
      "properties": {
        "code": {
          "type": "string"
        },
        "message": {
          "type": "string"
        },
        "target": {
          "type": "string"
        }
      }
    }
  }
}