Juniper Networks · Schema

Error

AutomationCloudData CenterEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
errors string Error message.
View JSON Schema on GitHub

JSON Schema

juniper-networks-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Error",
  "title": "Error",
  "type": "object",
  "properties": {
    "errors": {
      "type": "string",
      "description": "Error message."
    }
  }
}