legacy-jhs_response_single_origin_dns

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-legacy-jhs-response-single-origin-dns-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/legacy-jhs_response_single_origin_dns",
  "title": "legacy-jhs_response_single_origin_dns",
  "allOf": [
    {
      "$ref": "#/components/schemas/legacy-jhs_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "argo_smart_routing": {
              "$ref": "#/components/schemas/legacy-jhs_argo_smart_routing"
            },
            "created_on": {
              "$ref": "#/components/schemas/legacy-jhs_created"
            },
            "dns": {
              "$ref": "#/components/schemas/legacy-jhs_dns"
            },
            "edge_ips": {
              "$ref": "#/components/schemas/legacy-jhs_edge_ips"
            },
            "id": {
              "$ref": "#/components/schemas/legacy-jhs_app_id"
            },
            "ip_firewall": {
              "$ref": "#/components/schemas/legacy-jhs_ip_firewall"
            },
            "modified_on": {
              "$ref": "#/components/schemas/legacy-jhs_modified"
            },
            "origin_dns": {
              "$ref": "#/components/schemas/legacy-jhs_origin_dns"
            },
            "origin_port": {
              "$ref": "#/components/schemas/legacy-jhs_origin_port"
            },
            "protocol": {
              "$ref": "#/components/schemas/legacy-jhs_protocol"
            },
            "proxy_protocol": {
              "$ref": "#/components/schemas/legacy-jhs_proxy_protocol"
            },
            "tls": {
              "$ref": "#/components/schemas/legacy-jhs_tls"
            },
            "traffic_type": {
              "$ref": "#/components/schemas/legacy-jhs_traffic_type"
            }
          }
        }
      }
    }
  ]
}