{
    "openapi": "3.1.0",
    "info": {
        "title": "GlobalSearch",
        "version": "v1",
        "description": ""
    },
    "paths": {
        "/api/v1/globalsearch/health-check": {
            "get": {
                "operationId": "app_search_api_health_check",
                "summary": "Health Check",
                "parameters": [],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "title": "Response",
                                    "type": "string"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/api/v1/globalsearch/search/filehash/{value}": {
            "get": {
                "operationId": "app_search_router_get_filehash",
                "summary": "Get Filehash",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SearchAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SearchAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "globalsearch"
                ],
                "deprecated": true,
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/search/domain/{value}": {
            "get": {
                "operationId": "app_search_router_get_domain",
                "summary": "Get Domain",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "format": "hostname",
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SearchAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SearchAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "globalsearch"
                ],
                "deprecated": true,
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/search/email/{value}": {
            "get": {
                "operationId": "app_search_router_get_email",
                "summary": "Get Email",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SearchAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SearchAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "globalsearch"
                ],
                "deprecated": true,
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/search/hostname/{value}": {
            "get": {
                "operationId": "app_search_router_get_hostname",
                "summary": "Get Hostname",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SearchAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SearchAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "globalsearch"
                ],
                "deprecated": true,
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/search/ip/{value}": {
            "get": {
                "operationId": "app_search_router_get_ip",
                "summary": "Get Ip",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "format": "ipvanyaddress",
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SearchAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SearchAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "globalsearch"
                ],
                "deprecated": true,
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/search/external_ip/{value}": {
            "get": {
                "operationId": "app_search_router_get_external_ip",
                "summary": "Get External Ip",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "format": "ipvanyaddress",
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SearchAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SearchAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "globalsearch"
                ],
                "deprecated": true,
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/search/internal_ip/{value}": {
            "get": {
                "operationId": "app_search_router_get_internal_ip",
                "summary": "Get Internal Ip",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "format": "ipvanyaddress",
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SearchAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SearchAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "globalsearch"
                ],
                "deprecated": true,
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/search/user/{value}": {
            "get": {
                "operationId": "app_search_router_get_user",
                "summary": "Get User",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SearchAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SearchAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "globalsearch"
                ],
                "deprecated": true,
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/abuseipdb/ip/{value}": {
            "get": {
                "operationId": "app_abuseipdb_api_abuseipdb",
                "summary": "Abuseipdb",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AbuseIpDbAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AbuseIpDbAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "get abuse information of an IP",
                "tags": [
                    "abuseipdb"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/amaarise/company/{value}": {
            "get": {
                "operationId": "app_amaarise_api_search_company",
                "summary": "Search Company",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AMAAriseAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AMAAriseAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "amaarise"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/ad/email/{value}": {
            "get": {
                "operationId": "app_ad_api_search_email",
                "summary": "Search Email",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ADAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ADAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "activedirectory"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/ad/user/{value}": {
            "get": {
                "operationId": "app_ad_api_search_user",
                "summary": "Search User",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ADAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ADAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "activedirectory"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/ad/hostname/{value}": {
            "get": {
                "operationId": "app_ad_api_search_hostname",
                "summary": "Search Hostname",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ADAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ADAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "activedirectory"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/ato/email/{email}": {
            "get": {
                "operationId": "app_ato_api_search_email",
                "summary": "Search Email",
                "parameters": [
                    {
                        "in": "path",
                        "name": "email",
                        "schema": {
                            "title": "Email",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ATOProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ATOProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "ATO search email report",
                "tags": [
                    "ato"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/azure/ip/{value}": {
            "get": {
                "operationId": "app_azure_api_search_ip",
                "summary": "Search Ip",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AzureAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AzureAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "azure"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/bigquery/company/{value}": {
            "get": {
                "operationId": "app_bigquery_api_search_suppliers",
                "summary": "Search Suppliers",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/BigQueryAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/BigQueryAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "bigquery"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/bigquery/user/{value}": {
            "get": {
                "operationId": "app_bigquery_api_search_users",
                "summary": "Search Users",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/BigQueryAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/BigQueryAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "bigquery"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/vpn/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_vpn",
                "summary": "Cisco VPN Login Events",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Cisco VPN login events for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/pingfed/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_pingfed",
                "summary": "PingFed Login Events",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "PingFed login events for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/github/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_github",
                "summary": "Github Searches",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Returns search terms and github cloning activity.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/o365/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_o365",
                "summary": "Microsoft O365 login mismatches",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Microsoft O365 login mismatches for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/dws/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_dws",
                "summary": "DWS Login Events",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Retrieve DWS login events for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/azure-activity/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_azure_activity",
                "summary": "Azure Activity Logs",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Returns Azure Activity Admin Logs for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/ad-signin/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_ad_signin",
                "summary": "Azure AD Sign-in Logs",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Retrieve Azure AD sign-in logs for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/vdi/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_vdi",
                "summary": "Azure Virtual Desktop Events",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Azure Virtual Desktop events for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/confluence/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_confluence",
                "summary": "Confluence Searches",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Confluence search keywords, includes UI and API searches for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/o365-activity/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_o365_activity",
                "summary": "Office 365 Activity",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Returns Office 365 user activity logs for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/symantec/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_symantec",
                "summary": "Symantec VIP Token Usage Events",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Symantec VIP token usage events for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/sspr/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_sspr",
                "summary": "Microsoft SSPR Activity Events",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Retrieve Microsoft Self-Service Password Reset (SSPR) activity events for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/samp/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_samp",
                "summary": "SAMP Helpdesk Password Reset Events",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "SAMP Helpdesk password reset events for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/authenticator/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_authenticator",
                "summary": "Microsoft Authenticator Device Registrations",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Microsoft Authenticator Device Registrations for Username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/device-enrollment/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_device_enrollment",
                "summary": "Azure Device Enrollment Events",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Azure device enrollment events for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/intune/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_intune",
                "summary": "Intune Logs Events",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Intune logs events for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/shared-ip/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_shared_ip",
                "summary": "Users with Shared IP Addresses",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Users with Shared IP Addresses.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/ueba/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_ueba",
                "summary": "UEBA Lateral Movement",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "UEBA lateral movement events for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/airwatch/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_airwatch",
                "summary": "Airwatch Enrollments",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Airwatch enrollment events for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/framethrower/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_framethrower",
                "summary": "Frame Thrower",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Frame Thrower events for a specific username.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/ip-vpn/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_ip_vpn",
                "summary": "Cisco VPN Login Events by IP",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Cisco VPN login events for a specific IP Address.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/ip-pingfed/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_ip_pingfed",
                "summary": "PingFed Login Events by IP",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "PingFed login events for a specific IP Address.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/ip-github/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_ip_github",
                "summary": "Github Searches by IP",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Returns search terms and github cloning activity for a specific IP Address.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/ip-dws/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_ip_dws",
                "summary": "DWS Login Events by IP",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Retrieve DWS login events for a specific IP Address.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/ip-azure-activity/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_ip_azure_activity",
                "summary": "Azure Activity Logs by IP",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Returns Azure Activity Admin Logs for a specific IP Address.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/ip-ad-signin/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_ip_azure_ad",
                "summary": "Azure AD Sign-in Logs by IP",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Retrieve Azure AD sign-in logs for a specific IP Address.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/ip-vdi/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_ip_vdi",
                "summary": "Azure Virtual Desktop Events by IP",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Azure Virtual Desktop events for a specific IP Address.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/ip-confluence/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_ip_confluence",
                "summary": "Confluence Searches by IP",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Confluence search keywords, includes UI and API searches for a specific IP Address.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/ip-o365-activity/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_ip_o365_activity",
                "summary": "Office 365 Activity by IP",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Returns Office 365 user activity logs for a specific IP Address.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/ip-samp/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_ip_samp",
                "summary": "SAMP Helpdesk Password Reset Events by IP",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "SAMP Helpdesk password reset events for a specific IP Address.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/ip-sspr/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_ip_sspr",
                "summary": "Microsoft SSPR Activity Events by IP",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Retrieve Microsoft Self-Service Password Reset (SSPR) activity events for a specific IP Address.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/chronicle/ip-airwatch/{value}": {
            "get": {
                "operationId": "app_chronicle_api_search_ip_airwatch",
                "summary": "Airwatch Enrollments by IP",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "start",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "Start"
                        },
                        "required": false
                    },
                    {
                        "in": "query",
                        "name": "end",
                        "schema": {
                            "anyOf": [
                                {
                                    "format": "date-time",
                                    "type": "string"
                                },
                                {
                                    "type": "null"
                                }
                            ],
                            "title": "End"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ChronicleAPIResponse"
                                }
                            }
                        }
                    }
                },
                "description": "Airwatch enrollment events for a specific IP Address.",
                "tags": [
                    "chronicle"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/ciblocklist/ip/{value}": {
            "get": {
                "operationId": "app_ciblocklist_api_search_ip",
                "summary": "Search Ip",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CIBlocklistAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CIBlocklistAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "ciblocklist"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/ciblocklist/domain/{value}": {
            "get": {
                "operationId": "app_ciblocklist_api_search_domain",
                "summary": "Search Domain",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CIBlocklistAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CIBlocklistAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "ciblocklist"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/crt/domain/{value}": {
            "get": {
                "operationId": "app_crt_api_search_domain",
                "summary": "Search Domain",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CrtAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CrtAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "crt"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/dshield/ip/{value}": {
            "get": {
                "operationId": "app_dshield_api_search_ip",
                "summary": "Search Ip",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/DShieldAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/DShieldAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "dshield"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/hardline/ip/{value}": {
            "get": {
                "operationId": "app_hardline_api_get_ip",
                "summary": "Get Ip",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/HardlineProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/HardlineProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "hardline"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/hardline/domain/{value}": {
            "get": {
                "operationId": "app_hardline_api_get_domain",
                "summary": "Get Domain",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/HardlineProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/HardlineProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "hardline"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/ipam/ip/{value}": {
            "get": {
                "operationId": "app_ipam_api_lookup_ip",
                "summary": "Lookup Ip",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/IpamAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/IpamAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "ipam"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/jamf/ip/{value}": {
            "get": {
                "operationId": "app_jamf_api_get_ip",
                "summary": "Get Ip",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/JamfProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/JamfProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "jamf"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/jamf/user/{value}": {
            "get": {
                "operationId": "app_jamf_api_get_user",
                "summary": "Get User",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/JamfProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/JamfProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "jamf"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/maldoc/filehash/{value}": {
            "get": {
                "operationId": "app_maldoc_api_get_filehash",
                "summary": "Get Filehash",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MalDocProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MalDocProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "maldoc"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/maldoc/ip/{value}": {
            "get": {
                "operationId": "app_maldoc_api_get_ip",
                "summary": "Get Ip",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MalDocProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MalDocProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "maldoc"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/maldoc/domain/{value}": {
            "get": {
                "operationId": "app_maldoc_api_get_domain",
                "summary": "Get Domain",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MalDocProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MalDocProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "maldoc"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/maxmind/ip/{value}": {
            "get": {
                "operationId": "app_maxmind_api_get_ip",
                "summary": "Get Ip",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MaxmindProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MaxmindProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "maxmind"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/mde/filehash/{value}": {
            "get": {
                "operationId": "app_mde_api_get_filehash",
                "summary": "Get Filehash",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MDEProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MDEProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "mde"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/mde/ip/{value}": {
            "get": {
                "operationId": "app_mde_api_get_ip",
                "summary": "Get Ip",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MDEProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MDEProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "mde"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/mde/user/{value}": {
            "get": {
                "operationId": "app_mde_api_get_user",
                "summary": "Get User",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MDEProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MDEProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "mde"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/mde/hostname/{value}": {
            "get": {
                "operationId": "app_mde_api_get_hostname",
                "summary": "Get Hostname",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MDEProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MDEProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "mde"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/mxtoolbox/ip/{value}": {
            "get": {
                "operationId": "app_mxtoolbox_api_get_mxtoolbox_ip",
                "summary": "Get Mxtoolbox Ip",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MXToolboxProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MXToolboxProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "mxtoolbox"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/opendns/filehash/{value}": {
            "get": {
                "operationId": "app_opendns_api_get_filehash",
                "summary": "Get Filehash",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "opendns"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/opendns/ip/alldomains/{value}": {
            "get": {
                "operationId": "app_opendns_api_get_all_domains",
                "summary": "Get All Domains",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "opendns"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/opendns/ip/asninfo/{value}": {
            "get": {
                "operationId": "app_opendns_api_get_asn_info",
                "summary": "Get Asn Info",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "opendns"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/opendns/ip/maldomains/{value}": {
            "get": {
                "operationId": "app_opendns_api_get_mal_domains",
                "summary": "Get Mal Domains",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "opendns"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/opendns/domain/cooccur/{value}": {
            "get": {
                "operationId": "app_opendns_api_get_co_occurrences",
                "summary": "Get Co Occurrences",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "opendns"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/opendns/domain/category/{value}": {
            "get": {
                "operationId": "app_opendns_api_get_category",
                "summary": "Get Category",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "opendns"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/opendns/domain/nameservers/{value}": {
            "get": {
                "operationId": "app_opendns_api_get_nameservers",
                "summary": "Get Nameservers",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "opendns"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/opendns/domain/passivedns/{value}": {
            "get": {
                "operationId": "app_opendns_api_get_passive_dns",
                "summary": "Get Passive Dns",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "opendns"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/opendns/domain/related/{value}": {
            "get": {
                "operationId": "app_opendns_api_get_domain_related",
                "summary": "Get Domain Related",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "opendns"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/opendns/domain/risk/{value}": {
            "get": {
                "operationId": "app_opendns_api_get_domain_risk",
                "summary": "Get Domain Risk",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "opendns"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/opendns/domain/securityinfo/{value}": {
            "get": {
                "operationId": "app_opendns_api_get_security_info",
                "summary": "Get Security Info",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "opendns"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/opendns/domain/whois/{value}": {
            "get": {
                "operationId": "app_opendns_api_get_whois",
                "summary": "Get Whois",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "opendns"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/opendns/domain/topmillion/{value}": {
            "get": {
                "operationId": "app_opendns_api_get_top_million",
                "summary": "Get Top Million",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OpenDNSProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "opendns"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/spur/ip/{value}": {
            "get": {
                "operationId": "app_spur_api_get_ip",
                "summary": "Get Ip",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SpurProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SpurProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "spur"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        },
        "/api/v1/globalsearch/virustotal/filehash/{value}": {
            "get": {
                "operationId": "app_virustotal_api_get_filehash",
                "summary": "Get Filehash",
                "parameters": [
                    {
                        "in": "path",
                        "name": "value",
                        "schema": {
                            "title": "Value",
                            "type": "string"
                        },
                        "required": true
                    },
                    {
                        "in": "query",
                        "name": "refresh",
                        "schema": {
                            "default": false,
                            "title": "Refresh",
                            "type": "boolean"
                        },
                        "required": false
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/VTProviderAPIResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Internal Server Error",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/VTProviderAPIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "virustotal"
                ],
                "security": [
                    {
                        "TokenAuth": []
                    },
                    {
                        "LDAPBasicAuth": []
                    },
                    {
                        "ApiKey": []
                    }
                ]
            }
        }
    },
    "components": {
        "schemas": {
            "Error": {
                "properties": {
                    "error_code": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Error Code"
                    },
                    "error_type": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/ErrorType"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "message": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Message"
                    }
                },
                "title": "Error",
                "type": "object"
            },
            "ErrorType": {
                "enum": [
                    "PROVIDER",
                    "SERVICE"
                ],
                "title": "ErrorType",
                "type": "string"
            },
            "SearchAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "$ref": "#/components/schemas/SearchType"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.387618Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "default": 0,
                        "title": "Query Duration",
                        "type": "integer"
                    },
                    "total_results": {
                        "default": 0,
                        "title": "Total Results",
                        "type": "integer"
                    },
                    "providers_queried": {
                        "default": [],
                        "items": {
                            "type": "string"
                        },
                        "title": "Providers Queried",
                        "type": "array"
                    },
                    "providers_with_results": {
                        "default": [],
                        "items": {
                            "type": "string"
                        },
                        "title": "Providers With Results",
                        "type": "array"
                    },
                    "providers_no_content": {
                        "default": [],
                        "items": {
                            "type": "string"
                        },
                        "title": "Providers No Content",
                        "type": "array"
                    },
                    "failed_providers": {
                        "default": [],
                        "items": {
                            "type": "string"
                        },
                        "title": "Failed Providers",
                        "type": "array"
                    },
                    "errors": {
                        "anyOf": [
                            {
                                "additionalProperties": {
                                    "$ref": "#/components/schemas/Error"
                                },
                                "type": "object"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Errors"
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "additionalProperties": true,
                                "type": "object"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Data"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    }
                },
                "required": [
                    "type"
                ],
                "title": "SearchAPIResponse",
                "type": "object"
            },
            "SearchType": {
                "enum": [
                    "filehash",
                    "ip",
                    "domain",
                    "user",
                    "hostname",
                    "email",
                    "external-ip",
                    "internal-ip",
                    "company",
                    "employee"
                ],
                "title": "SearchType",
                "type": "string"
            },
            "Status": {
                "enum": [
                    "success",
                    "failure",
                    "no_content"
                ],
                "title": "Status",
                "type": "string"
            },
            "AbuseIPDB": {
                "properties": {
                    "ipAddress": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Ipaddress"
                    },
                    "isPublic": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Ispublic"
                    },
                    "isWhitelisted": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Iswhitelisted"
                    },
                    "abuseConfidenceScore": {
                        "default": 0,
                        "title": "Abuseconfidencescore",
                        "type": "integer"
                    },
                    "countryCode": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Countrycode"
                    },
                    "countryName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Countryname"
                    },
                    "usageType": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Usagetype"
                    },
                    "isp": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Isp"
                    },
                    "domain": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Domain"
                    },
                    "hostnames": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Hostnames"
                    },
                    "isTor": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Istor"
                    },
                    "totalReports": {
                        "default": 0,
                        "title": "Totalreports",
                        "type": "integer"
                    },
                    "numDistinctUsers": {
                        "default": 0,
                        "title": "Numdistinctusers",
                        "type": "integer"
                    },
                    "lastReportedAt": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lastreportedat"
                    },
                    "categories": {
                        "default": [],
                        "items": {
                            "type": "string"
                        },
                        "title": "Categories",
                        "type": "array"
                    }
                },
                "title": "AbuseIPDB",
                "type": "object"
            },
            "AbuseIpDbAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/SearchType"
                            }
                        ],
                        "default": "ip"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "abuseipdb"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/AbuseIPDB"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "title": "AbuseIpDbAPIResponse",
                "type": "object"
            },
            "ProviderName": {
                "enum": [
                    "abuseipdb",
                    "ad",
                    "amaarise",
                    "ato",
                    "azure",
                    "bigquery",
                    "chronicle",
                    "ciblocklist",
                    "carbonblack",
                    "crt",
                    "dshield",
                    "hardline",
                    "ipam",
                    "jamf",
                    "maldoc",
                    "maxmind",
                    "mde",
                    "mxtoolbox",
                    "opendns",
                    "spur",
                    "virustotal",
                    "globalsearch"
                ],
                "title": "ProviderName",
                "type": "string"
            },
            "AMAArise": {
                "properties": {
                    "numFound": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Numfound"
                    },
                    "suppliers": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/Supplier"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Suppliers"
                    }
                },
                "title": "AMAArise",
                "type": "object"
            },
            "AMAAriseAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/SearchType"
                            }
                        ],
                        "default": "company"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/app__core__schemas__Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "amaarise"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/AMAArise"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "title": "AMAAriseAPIResponse",
                "type": "object"
            },
            "Supplier": {
                "properties": {
                    "supplierName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Suppliername"
                    },
                    "partnerGuid": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Partnerguid"
                    },
                    "supplierStatus": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/app__amaarise__schemas__Status"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "productType": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Producttype"
                    },
                    "recordType": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Recordtype"
                    },
                    "dataOrigin": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Dataorigin"
                    },
                    "supplierUiStatus": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/app__amaarise__schemas__Status"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "eligibilityStatus": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/app__amaarise__schemas__Status"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "facilityId": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Facilityid"
                    },
                    "countryCode": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Countrycode"
                    }
                },
                "title": "Supplier",
                "type": "object"
            },
            "app__amaarise__schemas__Status": {
                "properties": {
                    "code": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Code"
                    },
                    "value": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Value"
                    }
                },
                "title": "Status",
                "type": "object"
            },
            "app__core__schemas__Status": {
                "enum": [
                    "success",
                    "failure",
                    "no_content"
                ],
                "title": "Status",
                "type": "string"
            },
            "ADAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "$ref": "#/components/schemas/SearchType"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "ad"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "discriminator": {
                                    "mapping": {
                                        "hostname": "#/components/schemas/ADHostnameResponse",
                                        "user": "#/components/schemas/ADUserResponse"
                                    },
                                    "propertyName": "ad_type"
                                },
                                "oneOf": [
                                    {
                                        "$ref": "#/components/schemas/ADUserResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/ADHostnameResponse"
                                    }
                                ]
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Data"
                    }
                },
                "required": [
                    "type",
                    "data"
                ],
                "title": "ADAPIResponse",
                "type": "object"
            },
            "ADHostnameResponse": {
                "description": "This class receives the response of the hostname search and serializes the corresponding data.",
                "properties": {
                    "ad_type": {
                        "const": "hostname",
                        "default": "hostname",
                        "title": "Ad Type",
                        "type": "string"
                    },
                    "name": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Name"
                    },
                    "givenName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Givenname"
                    },
                    "displayName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Displayname"
                    },
                    "telephoneNumber": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Telephonenumber"
                    },
                    "mail": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Mail"
                    },
                    "cn": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Cn"
                    },
                    "userPrincipalName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Userprincipalname"
                    },
                    "title": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Title"
                    },
                    "sn": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Sn"
                    },
                    "description": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Description"
                    },
                    "dNSHostName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Dnshostname"
                    },
                    "memberOf": {
                        "default": [],
                        "items": {
                            "type": "string"
                        },
                        "title": "Memberof",
                        "type": "array"
                    },
                    "userAccountControl": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Useraccountcontrol"
                    },
                    "pwdLastSet": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Pwdlastset"
                    },
                    "sAMAccountName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Samaccountname"
                    },
                    "servicePrincipalName": {
                        "default": [],
                        "items": {
                            "type": "string"
                        },
                        "title": "Serviceprincipalname",
                        "type": "array"
                    },
                    "distinguishedName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Distinguishedname"
                    },
                    "primaryGroupID": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Primarygroupid"
                    },
                    "sAMAccountType": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Samaccounttype"
                    },
                    "domain": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Domain"
                    },
                    "ip": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Ip"
                    },
                    "disabled": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Disabled"
                    },
                    "passwordNeverExpires": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Passwordneverexpires"
                    },
                    "smartCard": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Smartcard"
                    },
                    "lockedOut": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lockedout"
                    }
                },
                "title": "ADHostnameResponse",
                "type": "object"
            },
            "ADUserResponse": {
                "properties": {
                    "ad_type": {
                        "const": "user",
                        "default": "user",
                        "title": "Ad Type",
                        "type": "string"
                    },
                    "cn": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Cn"
                    },
                    "c": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "C"
                    },
                    "l": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "L"
                    },
                    "title": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Title"
                    },
                    "physicalDeliveryOfficeName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Physicaldeliveryofficename"
                    },
                    "telephoneNumber": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Telephonenumber"
                    },
                    "distinguishedName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Distinguishedname"
                    },
                    "displayName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Displayname"
                    },
                    "memberOf": {
                        "default": [],
                        "items": {
                            "type": "string"
                        },
                        "title": "Memberof",
                        "type": "array"
                    },
                    "proxyAddresses": {
                        "default": [],
                        "items": {
                            "type": "string"
                        },
                        "title": "Proxyaddresses",
                        "type": "array"
                    },
                    "department": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Department"
                    },
                    "userAccountControl": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Useraccountcontrol"
                    },
                    "pwdLastSet": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Pwdlastset"
                    },
                    "sAMAccountName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Samaccountname"
                    },
                    "userPrincipalName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Userprincipalname"
                    },
                    "manager": {
                        "anyOf": [
                            {
                                "additionalProperties": {
                                    "anyOf": [
                                        {
                                            "type": "string"
                                        },
                                        {
                                            "type": "null"
                                        }
                                    ]
                                },
                                "type": "object"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Manager"
                    },
                    "domain": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Domain"
                    },
                    "disabled": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Disabled"
                    },
                    "passwordNeverExpires": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Passwordneverexpires"
                    },
                    "smartCard": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Smartcard"
                    },
                    "lockedOut": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lockedout"
                    }
                },
                "title": "ADUserResponse",
                "type": "object"
            },
            "ATOProviderAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/SearchType"
                            }
                        ],
                        "default": "email"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "ato"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/ATOResponse"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "title": "ATOProviderAPIResponse",
                "type": "object"
            },
            "ATOResponse": {
                "properties": {
                    "Realm": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Realm"
                    },
                    "BaseInfoSrc": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Baseinfosrc"
                    },
                    "FirstName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Firstname"
                    },
                    "LastName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lastname"
                    },
                    "CollectionTime": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Collectiontime"
                    },
                    "SecurityInfoSrc": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Securityinfosrc"
                    },
                    "LoginUID": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Loginuid"
                    },
                    "Email": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Email"
                    },
                    "Enabled": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Enabled"
                    },
                    "Locked": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Locked"
                    },
                    "FailPasswordCount": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Failpasswordcount"
                    },
                    "LastPwdUpdateTime": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lastpwdupdatetime"
                    },
                    "CreationTime": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Creationtime"
                    },
                    "LastLoginTime": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lastlogintime"
                    },
                    "RequestID": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Requestid"
                    },
                    "IdentityType": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Identitytype"
                    },
                    "IdentityValue": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Identityvalue"
                    },
                    "ActionRequested": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Actionrequested"
                    },
                    "DetectionMethodName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Detectionmethodname"
                    },
                    "DetectionZinc": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Detectionzinc"
                    },
                    "DectectionTime": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Dectectiontime"
                    },
                    "ReceivedTime": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Receivedtime"
                    },
                    "CompletedTime": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Completedtime"
                    },
                    "ActionExecuted": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Actionexecuted"
                    },
                    "Ipv4AddressStr": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Ipv4Addressstr"
                    },
                    "HttpRequestMethod": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Httprequestmethod"
                    },
                    "HttpUrlPath": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Httpurlpath"
                    },
                    "HttpUserAgent": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Httpuseragent"
                    }
                },
                "title": "ATOResponse",
                "type": "object"
            },
            "Azure": {
                "properties": {
                    "asn": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Asn"
                    },
                    "city": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "City"
                    },
                    "state": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "State"
                    },
                    "country": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Country"
                    },
                    "latitude": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Latitude"
                    },
                    "longitude": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Longitude"
                    },
                    "organization": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Organization"
                    }
                },
                "title": "Azure",
                "type": "object"
            },
            "AzureAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/SearchType"
                            }
                        ],
                        "default": "ip"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "azure"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Azure"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "title": "AzureAPIResponse",
                "type": "object"
            },
            "BigQueryAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "$ref": "#/components/schemas/SearchType"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "bigquery"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/VendorsResponse"
                            },
                            {
                                "$ref": "#/components/schemas/BigQueryUserResponse"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Data"
                    }
                },
                "required": [
                    "type"
                ],
                "title": "BigQueryAPIResponse",
                "type": "object"
            },
            "BigQueryUser": {
                "description": "This class receives the response of the employee search and serializes the corresponding data.",
                "properties": {
                    "ad_type": {
                        "const": "user",
                        "default": "user",
                        "title": "Ad Type",
                        "type": "string"
                    },
                    "cn": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Cn"
                    },
                    "c": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "C"
                    },
                    "l": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "L"
                    },
                    "title": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Title"
                    },
                    "physicalDeliveryOfficeName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Physicaldeliveryofficename"
                    },
                    "telephoneNumber": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Telephonenumber"
                    },
                    "distinguishedName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Distinguishedname"
                    },
                    "displayName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Displayname"
                    },
                    "memberOf": {
                        "default": [],
                        "items": {
                            "type": "string"
                        },
                        "title": "Memberof",
                        "type": "array"
                    },
                    "proxyAddresses": {
                        "default": [],
                        "items": {
                            "type": "string"
                        },
                        "title": "Proxyaddresses",
                        "type": "array"
                    },
                    "department": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Department"
                    },
                    "userAccountControl": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Useraccountcontrol"
                    },
                    "pwdLastSet": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Pwdlastset"
                    },
                    "sAMAccountName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Samaccountname"
                    },
                    "userPrincipalName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Userprincipalname"
                    },
                    "manager": {
                        "anyOf": [
                            {
                                "additionalProperties": {
                                    "anyOf": [
                                        {
                                            "type": "string"
                                        },
                                        {
                                            "type": "null"
                                        }
                                    ]
                                },
                                "type": "object"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Manager"
                    },
                    "domain": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Domain"
                    },
                    "disabled": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Disabled"
                    },
                    "passwordNeverExpires": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Passwordneverexpires"
                    },
                    "smartCard": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Smartcard"
                    },
                    "lockedOut": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lockedout"
                    },
                    "description": {
                        "default": [],
                        "items": {
                            "type": "string"
                        },
                        "title": "Description",
                        "type": "array"
                    },
                    "comment": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Comment"
                    },
                    "company": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Company"
                    },
                    "employeeType": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Employeetype"
                    },
                    "extensionAttribute4": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Extensionattribute4"
                    },
                    "givenName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Givenname"
                    },
                    "lastLogonTimestamp": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lastlogontimestamp"
                    },
                    "msExchAssistantName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Msexchassistantname"
                    },
                    "organization": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Organization"
                    },
                    "otherName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Othername"
                    },
                    "otherTelephone": {
                        "default": [],
                        "items": {
                            "type": "string"
                        },
                        "title": "Othertelephone",
                        "type": "array"
                    },
                    "postalCode": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Postalcode"
                    },
                    "preferredLanguage": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Preferredlanguage"
                    },
                    "seeAlso": {
                        "default": [],
                        "items": {
                            "type": "string"
                        },
                        "title": "Seealso",
                        "type": "array"
                    },
                    "objectSid": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Objectsid"
                    },
                    "employmentStatus": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Employmentstatus"
                    },
                    "identificationNumber": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Identificationnumber"
                    }
                },
                "title": "BigQueryUser",
                "type": "object"
            },
            "BigQueryUserResponse": {
                "description": "This class receives the response of the AD lookup from bigquery",
                "properties": {
                    "ad_type": {
                        "const": "users",
                        "default": "users",
                        "title": "Ad Type",
                        "type": "string"
                    },
                    "users": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/BigQueryUser"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Users"
                    }
                },
                "title": "BigQueryUserResponse",
                "type": "object"
            },
            "Vendor": {
                "properties": {
                    "vndr_nbr": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Vndr Nbr"
                    },
                    "tax_type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Tax Type"
                    },
                    "vndr_status": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Vndr Status"
                    },
                    "vendor_type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Vendor Type"
                    },
                    "expense_type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Expense Type"
                    },
                    "vndr_name": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Vndr Name"
                    },
                    "remit_street_addr": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Remit Street Addr"
                    },
                    "remit_bldg_addr": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Remit Bldg Addr"
                    },
                    "remit_city_address": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Remit City Address"
                    },
                    "remit_state_code": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Remit State Code"
                    },
                    "remit_zip_code": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Remit Zip Code"
                    },
                    "remit_addr_prt_fl": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Remit Addr Prt Fl"
                    },
                    "factor_name": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Factor Name"
                    },
                    "hold_payment_flag": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Hold Payment Flag"
                    },
                    "ytd_expense_amount": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Ytd Expense Amount"
                    },
                    "delete_date": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Delete Date"
                    },
                    "create_date": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Create Date"
                    },
                    "change_date": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Change Date"
                    },
                    "change_initials": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Change Initials"
                    },
                    "federal_corp_code": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Federal Corp Code"
                    },
                    "vndr_purchase_type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Vndr Purchase Type"
                    }
                },
                "title": "Vendor",
                "type": "object"
            },
            "VendorsResponse": {
                "properties": {
                    "ad_type": {
                        "const": "vendors",
                        "default": "vendors",
                        "title": "Ad Type",
                        "type": "string"
                    },
                    "vendors": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/Vendor"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Vendors"
                    }
                },
                "title": "VendorsResponse",
                "type": "object"
            },
            "ChronicleAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/SearchType"
                            }
                        ],
                        "default": "user"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "chronicle"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/ChronicleResponse"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "title": "ChronicleAPIResponse",
                "type": "object"
            },
            "ChronicleResponse": {
                "properties": {
                    "executed_query": {
                        "default": "",
                        "title": "Executed Query",
                        "type": "string"
                    },
                    "start_time": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Start Time"
                    },
                    "end_time": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "End Time"
                    },
                    "schema_type": {
                        "default": "chronicle_model",
                        "title": "Schema Type",
                        "type": "string"
                    },
                    "records": {
                        "default": [],
                        "items": {},
                        "title": "Records",
                        "type": "array"
                    }
                },
                "title": "ChronicleResponse",
                "type": "object"
            },
            "CIBlocklistAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "$ref": "#/components/schemas/SearchType"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "default": "ciblocklist",
                        "title": "Provider Queried",
                        "type": "string"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "discriminator": {
                                    "mapping": {
                                        "domain": "#/components/schemas/CIBlocklistDomain",
                                        "ip": "#/components/schemas/CIBlocklistIP"
                                    },
                                    "propertyName": "blocklist_type"
                                },
                                "oneOf": [
                                    {
                                        "$ref": "#/components/schemas/CIBlocklistIP"
                                    },
                                    {
                                        "$ref": "#/components/schemas/CIBlocklistDomain"
                                    }
                                ]
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Data"
                    }
                },
                "required": [
                    "type",
                    "data"
                ],
                "title": "CIBlocklistAPIResponse",
                "type": "object"
            },
            "CIBlocklistDomain": {
                "properties": {
                    "blocklist_type": {
                        "const": "domain",
                        "default": "domain",
                        "title": "Blocklist Type",
                        "type": "string"
                    },
                    "record_id": {
                        "title": "Record Id",
                        "type": "string"
                    },
                    "feed_source": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Feed Source"
                    },
                    "ip_type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Ip Type"
                    },
                    "ip_affiliation": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Ip Affiliation"
                    },
                    "received_ts": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Received Ts"
                    },
                    "block_type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Block Type"
                    },
                    "hostname": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Hostname"
                    },
                    "misp_id": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Misp Id"
                    },
                    "sha1": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Sha1"
                    },
                    "sha256": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Sha256"
                    },
                    "insert_ts": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Insert Ts"
                    }
                },
                "required": [
                    "record_id"
                ],
                "title": "CIBlocklistDomain",
                "type": "object"
            },
            "CIBlocklistIP": {
                "properties": {
                    "blocklist_type": {
                        "const": "ip",
                        "default": "ip",
                        "title": "Blocklist Type",
                        "type": "string"
                    },
                    "ipv4": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Ipv4"
                    },
                    "record_id": {
                        "title": "Record Id",
                        "type": "string"
                    },
                    "feed_source": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Feed Source"
                    },
                    "ip_type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Ip Type"
                    },
                    "ip_affiliation": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Ip Affiliation"
                    },
                    "received_ts": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Received Ts"
                    },
                    "implemented_ts": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Implemented Ts"
                    },
                    "block_type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Block Type"
                    },
                    "block_type_context": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Block Type Context"
                    },
                    "asn_cidr": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Asn Cidr"
                    },
                    "asn_nbr": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Asn Nbr"
                    },
                    "domain_count": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Domain Count"
                    },
                    "country": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Country"
                    },
                    "reg_registry": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Reg Registry"
                    },
                    "hostname": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Hostname"
                    },
                    "misp_id": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Misp Id"
                    },
                    "md5": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Md5"
                    },
                    "sha1": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Sha1"
                    },
                    "sha256": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Sha256"
                    },
                    "insert_ts": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Insert Ts"
                    }
                },
                "required": [
                    "record_id"
                ],
                "title": "CIBlocklistIP",
                "type": "object"
            },
            "Crt": {
                "properties": {
                    "issuer_ca_id": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Issuer Ca Id"
                    },
                    "issuer_name": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Issuer Name"
                    },
                    "common_name": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Common Name"
                    },
                    "name_value": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Name Value"
                    },
                    "id": {
                        "anyOf": [
                            {
                                "type": "number"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Id"
                    },
                    "entry_timestamp": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Entry Timestamp"
                    },
                    "not_before": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Not Before"
                    },
                    "not_after": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Not After"
                    },
                    "serial_number": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Serial Number"
                    },
                    "result_count": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Result Count"
                    }
                },
                "title": "Crt",
                "type": "object"
            },
            "CrtAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/SearchType"
                            }
                        ],
                        "default": "domain"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "crt"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/CrtData"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "title": "CrtAPIResponse",
                "type": "object"
            },
            "CrtData": {
                "properties": {
                    "result": {
                        "default": [],
                        "items": {
                            "$ref": "#/components/schemas/Crt"
                        },
                        "title": "Result",
                        "type": "array"
                    }
                },
                "title": "CrtData",
                "type": "object"
            },
            "Alexa": {
                "properties": {
                    "lastrank": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lastrank"
                    },
                    "domains": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Domains"
                    },
                    "hostname": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Hostname"
                    }
                },
                "title": "Alexa",
                "type": "object"
            },
            "DShield": {
                "properties": {
                    "count": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Count"
                    },
                    "attacks": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Attacks"
                    },
                    "comment": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Comment"
                    },
                    "alexa": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Alexa"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "title": "DShield",
                "type": "object"
            },
            "DShieldAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/SearchType"
                            }
                        ],
                        "default": "ip"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "dshield"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/DShield"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "title": "DShieldAPIResponse",
                "type": "object"
            },
            "HardlineNode": {
                "properties": {
                    "entry_date": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Entry Date"
                    },
                    "modified_date": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Modified Date"
                    },
                    "node": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Node"
                    },
                    "proxy_status": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Proxy Status"
                    },
                    "firewall_status": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Firewall Status"
                    },
                    "dns_status": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Dns Status"
                    },
                    "proxy_last_validation": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Proxy Last Validation"
                    },
                    "firewall_last_validation": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Firewall Last Validation"
                    },
                    "dns_last_validation": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Dns Last Validation"
                    },
                    "type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Type"
                    },
                    "last_seen": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Last Seen"
                    },
                    "timeline": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/TimelineEventSchema"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Timeline"
                    }
                },
                "title": "HardlineNode",
                "type": "object"
            },
            "HardlineProviderAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "$ref": "#/components/schemas/SearchType"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "hardline"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/HardlineNode"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "required": [
                    "type",
                    "data"
                ],
                "title": "HardlineProviderAPIResponse",
                "type": "object"
            },
            "TimelineEventSchema": {
                "properties": {
                    "batch_id": {
                        "title": "Batch Id",
                        "type": "integer"
                    },
                    "event_type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Event Type"
                    },
                    "comment": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Comment"
                    },
                    "user": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "User"
                    },
                    "platform": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Platform"
                    },
                    "entry_date": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Entry Date"
                    }
                },
                "required": [
                    "batch_id"
                ],
                "title": "TimelineEventSchema",
                "type": "object"
            },
            "IpamAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/SearchType"
                            }
                        ],
                        "default": "ip"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "ipam"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/IpamData"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "title": "IpamAPIResponse",
                "type": "object"
            },
            "IpamData": {
                "properties": {
                    "result": {
                        "default": [],
                        "items": {
                            "$ref": "#/components/schemas/IpamSchema"
                        },
                        "title": "Result",
                        "type": "array"
                    }
                },
                "title": "IpamData",
                "type": "object"
            },
            "IpamSchema": {
                "properties": {
                    "site": {
                        "anyOf": [
                            {
                                "maxLength": 10,
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Site"
                    },
                    "country": {
                        "anyOf": [
                            {
                                "maxLength": 2,
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Country"
                    },
                    "cidr": {
                        "anyOf": [
                            {
                                "maxLength": 20,
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Cidr"
                    },
                    "net_type": {
                        "anyOf": [
                            {
                                "maxLength": 7,
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Net Type"
                    },
                    "comment": {
                        "anyOf": [
                            {
                                "maxLength": 255,
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Comment"
                    }
                },
                "title": "IpamSchema",
                "type": "object"
            },
            "JamfApplication": {
                "properties": {
                    "name": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Name"
                    },
                    "path": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Path"
                    },
                    "version": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Version"
                    }
                },
                "title": "JamfApplication",
                "type": "object"
            },
            "JamfComputer": {
                "properties": {
                    "name": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Name"
                    },
                    "last_reported_ip": {
                        "anyOf": [
                            {
                                "format": "ipv4",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Last Reported Ip"
                    },
                    "mac_address": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Mac Address"
                    },
                    "os_version": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Os Version"
                    },
                    "id": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Id"
                    },
                    "applications": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/JamfApplication"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Applications"
                    },
                    "extensions": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/JamfExtension"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Extensions"
                    },
                    "vms": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Vms"
                    }
                },
                "title": "JamfComputer",
                "type": "object"
            },
            "JamfExtension": {
                "properties": {
                    "id": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Id"
                    },
                    "name": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Name"
                    },
                    "value": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Value"
                    }
                },
                "title": "JamfExtension",
                "type": "object"
            },
            "JamfIPResponse": {
                "properties": {
                    "jamf_type": {
                        "const": "ip",
                        "default": "ip",
                        "title": "Jamf Type",
                        "type": "string"
                    },
                    "username": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Username"
                    },
                    "name": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Name"
                    },
                    "realname": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Realname"
                    },
                    "email": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Email"
                    },
                    "position": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Position"
                    },
                    "mac_address": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Mac Address"
                    },
                    "computer": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/JamfComputer"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "title": "JamfIPResponse",
                "type": "object"
            },
            "JamfProviderAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "$ref": "#/components/schemas/SearchType"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "jamf"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "discriminator": {
                                    "mapping": {
                                        "ip": "#/components/schemas/JamfIPResponse",
                                        "user": "#/components/schemas/JamfUserResponse"
                                    },
                                    "propertyName": "jamf_type"
                                },
                                "oneOf": [
                                    {
                                        "$ref": "#/components/schemas/JamfUserResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/JamfIPResponse"
                                    }
                                ]
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Data"
                    }
                },
                "required": [
                    "type",
                    "data"
                ],
                "title": "JamfProviderAPIResponse",
                "type": "object"
            },
            "JamfUserResponse": {
                "properties": {
                    "jamf_type": {
                        "const": "user",
                        "default": "user",
                        "title": "Jamf Type",
                        "type": "string"
                    },
                    "name": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Name"
                    },
                    "full_name": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Full Name"
                    },
                    "email": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Email"
                    },
                    "phone_number": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Phone Number"
                    },
                    "computers": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/JamfComputer"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Computers"
                    }
                },
                "title": "JamfUserResponse",
                "type": "object"
            },
            "MalDocDomainIP": {
                "properties": {
                    "maldoc": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Maldoc"
                    },
                    "tags": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Tags"
                    },
                    "domains": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Domains"
                    },
                    "urls": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Urls"
                    }
                },
                "title": "MalDocDomainIP",
                "type": "object"
            },
            "MalDocDomainIPResponse": {
                "properties": {
                    "maldoc_type": {
                        "const": "domain-ip",
                        "default": "domain-ip",
                        "title": "Maldoc Type",
                        "type": "string"
                    },
                    "results": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/MalDocDomainIP"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Results"
                    }
                },
                "title": "MalDocDomainIPResponse",
                "type": "object"
            },
            "MalDocFileType": {
                "properties": {
                    "environment": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Environment"
                    },
                    "functionality": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Functionality"
                    },
                    "file_type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "File Type"
                    }
                },
                "title": "MalDocFileType",
                "type": "object"
            },
            "MalDocHashResponse": {
                "properties": {
                    "maldoc_type": {
                        "const": "hash",
                        "default": "hash",
                        "title": "Maldoc Type",
                        "type": "string"
                    },
                    "sha256": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Sha256"
                    },
                    "commands_run": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Commands Run"
                    },
                    "domains": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Domains"
                    },
                    "urls": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Urls"
                    },
                    "lure": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lure"
                    },
                    "second_stages": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Second Stages"
                    },
                    "tags": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Tags"
                    },
                    "time_analyzed": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Time Analyzed"
                    },
                    "file_type": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/MalDocFileType"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "tlp": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Tlp"
                    }
                },
                "required": [
                    "time_analyzed"
                ],
                "title": "MalDocHashResponse",
                "type": "object"
            },
            "MalDocProviderAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "$ref": "#/components/schemas/SearchType"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "maldoc"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "discriminator": {
                                    "mapping": {
                                        "domain-ip": "#/components/schemas/MalDocDomainIPResponse",
                                        "hash": "#/components/schemas/MalDocHashResponse"
                                    },
                                    "propertyName": "maldoc_type"
                                },
                                "oneOf": [
                                    {
                                        "$ref": "#/components/schemas/MalDocDomainIPResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/MalDocHashResponse"
                                    }
                                ]
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Data"
                    }
                },
                "required": [
                    "type",
                    "data"
                ],
                "title": "MalDocProviderAPIResponse",
                "type": "object"
            },
            "City": {
                "properties": {
                    "geoname_id": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Geoname Id"
                    },
                    "names": {
                        "anyOf": [
                            {
                                "additionalProperties": {
                                    "type": "string"
                                },
                                "type": "object"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Names"
                    },
                    "confidence": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Confidence"
                    }
                },
                "title": "City",
                "type": "object"
            },
            "Continent": {
                "properties": {
                    "geoname_id": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Geoname Id"
                    },
                    "names": {
                        "anyOf": [
                            {
                                "additionalProperties": {
                                    "type": "string"
                                },
                                "type": "object"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Names"
                    },
                    "code": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Code"
                    }
                },
                "title": "Continent",
                "type": "object"
            },
            "Country": {
                "properties": {
                    "geoname_id": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Geoname Id"
                    },
                    "names": {
                        "anyOf": [
                            {
                                "additionalProperties": {
                                    "type": "string"
                                },
                                "type": "object"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Names"
                    },
                    "confidence": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Confidence"
                    },
                    "is_in_european_union": {
                        "default": false,
                        "title": "Is In European Union",
                        "type": "boolean"
                    },
                    "iso_code": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Iso Code"
                    }
                },
                "title": "Country",
                "type": "object"
            },
            "Location": {
                "properties": {
                    "city": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "City"
                    },
                    "state": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "State"
                    },
                    "country": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Country"
                    }
                },
                "title": "Location",
                "type": "object"
            },
            "MaxmindProviderAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "$ref": "#/components/schemas/SearchType"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "maxmind"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/MaxmindResponse"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "required": [
                    "type",
                    "data"
                ],
                "title": "MaxmindProviderAPIResponse",
                "type": "object"
            },
            "MaxmindResponse": {
                "properties": {
                    "ip": {
                        "title": "Ip",
                        "type": "string"
                    },
                    "autonomous_system_number": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Autonomous System Number"
                    },
                    "autonomous_system_organization": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Autonomous System Organization"
                    },
                    "continent": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Continent"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "country": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Country"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "city": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/City"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "location": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Location"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "postal": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Postal"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "subdivisions": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/Subdivision"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Subdivisions"
                    },
                    "registered_country": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Country"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "represented_country": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/RepresentedCountry"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "traits": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Traits"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "required": [
                    "ip"
                ],
                "title": "MaxmindResponse",
                "type": "object"
            },
            "Postal": {
                "properties": {
                    "code": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Code"
                    },
                    "confidence": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Confidence"
                    }
                },
                "title": "Postal",
                "type": "object"
            },
            "RepresentedCountry": {
                "properties": {
                    "geoname_id": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Geoname Id"
                    },
                    "names": {
                        "anyOf": [
                            {
                                "additionalProperties": {
                                    "type": "string"
                                },
                                "type": "object"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Names"
                    },
                    "confidence": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Confidence"
                    },
                    "is_in_european_union": {
                        "default": false,
                        "title": "Is In European Union",
                        "type": "boolean"
                    },
                    "iso_code": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Iso Code"
                    },
                    "type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Type"
                    }
                },
                "title": "RepresentedCountry",
                "type": "object"
            },
            "Subdivision": {
                "properties": {
                    "geoname_id": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Geoname Id"
                    },
                    "names": {
                        "anyOf": [
                            {
                                "additionalProperties": {
                                    "type": "string"
                                },
                                "type": "object"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Names"
                    },
                    "confidence": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Confidence"
                    },
                    "iso_code": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Iso Code"
                    }
                },
                "title": "Subdivision",
                "type": "object"
            },
            "Traits": {
                "properties": {
                    "autonomous_system_number": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Autonomous System Number"
                    },
                    "autonomous_system_organization": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Autonomous System Organization"
                    },
                    "connection_type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Connection Type"
                    },
                    "domain": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Domain"
                    },
                    "ip_address": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Ip Address"
                    },
                    "is_anonymous": {
                        "default": false,
                        "title": "Is Anonymous",
                        "type": "boolean"
                    },
                    "is_anonymous_proxy": {
                        "default": false,
                        "title": "Is Anonymous Proxy",
                        "type": "boolean"
                    },
                    "is_anonymous_vpn": {
                        "default": false,
                        "title": "Is Anonymous Vpn",
                        "type": "boolean"
                    },
                    "is_anycast": {
                        "default": false,
                        "title": "Is Anycast",
                        "type": "boolean"
                    },
                    "is_hosting_provider": {
                        "default": false,
                        "title": "Is Hosting Provider",
                        "type": "boolean"
                    },
                    "is_legitimate_proxy": {
                        "default": false,
                        "title": "Is Legitimate Proxy",
                        "type": "boolean"
                    },
                    "is_public_proxy": {
                        "default": false,
                        "title": "Is Public Proxy",
                        "type": "boolean"
                    },
                    "is_residential_proxy": {
                        "default": false,
                        "title": "Is Residential Proxy",
                        "type": "boolean"
                    },
                    "is_satellite_provider": {
                        "default": false,
                        "title": "Is Satellite Provider",
                        "type": "boolean"
                    },
                    "is_tor_exit_node": {
                        "default": false,
                        "title": "Is Tor Exit Node",
                        "type": "boolean"
                    },
                    "isp": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Isp"
                    },
                    "mobile_country_code": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Mobile Country Code"
                    },
                    "mobile_network_code": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Mobile Network Code"
                    },
                    "organization": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Organization"
                    },
                    "static_ip_score": {
                        "anyOf": [
                            {
                                "type": "number"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Static Ip Score"
                    },
                    "user_count": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "User Count"
                    },
                    "user_type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "User Type"
                    }
                },
                "title": "Traits",
                "type": "object"
            },
            "LogonUser": {
                "properties": {
                    "accountName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Accountname"
                    },
                    "accountDomain": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Accountdomain"
                    },
                    "lastSeen": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lastseen"
                    }
                },
                "title": "LogonUser",
                "type": "object"
            },
            "MDEHashInfo": {
                "properties": {
                    "isPeFile": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Ispefile"
                    },
                    "md5": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Md5"
                    },
                    "sha1": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Sha1"
                    },
                    "size": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Size"
                    },
                    "sha256": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Sha256"
                    }
                },
                "title": "MDEHashInfo",
                "type": "object"
            },
            "MDEHashResponse": {
                "properties": {
                    "mde_type": {
                        "const": "filehash",
                        "default": "filehash",
                        "title": "Mde Type",
                        "type": "string"
                    },
                    "info": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/MDEHashInfo"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "stats": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/MDEHashStat"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "title": "MDEHashResponse",
                "type": "object"
            },
            "MDEHashStat": {
                "properties": {
                    "organizationPrevalence": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Organizationprevalence"
                    },
                    "globallyPrevalence": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Globallyprevalence"
                    },
                    "globalFirstObserved": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Globalfirstobserved"
                    },
                    "globalLastObserved": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Globallastobserved"
                    },
                    "orgFirstSeen": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Orgfirstseen"
                    },
                    "orgLastSeen": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Orglastseen"
                    }
                },
                "title": "MDEHashStat",
                "type": "object"
            },
            "MDEHostAlert": {
                "properties": {
                    "title": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Title"
                    },
                    "description": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Description"
                    },
                    "alertCreationTime": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Alertcreationtime"
                    }
                },
                "title": "MDEHostAlert",
                "type": "object"
            },
            "MDEHostnameResponse": {
                "properties": {
                    "mde_type": {
                        "const": "hostname",
                        "default": "hostname",
                        "title": "Mde Type",
                        "type": "string"
                    },
                    "lastSeen": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lastseen"
                    },
                    "firstSeen": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Firstseen"
                    },
                    "osPlatform": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Osplatform"
                    },
                    "osProcessor": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Osprocessor"
                    },
                    "osBuild": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Osbuild"
                    },
                    "lastExternalIpAddress": {
                        "anyOf": [
                            {
                                "format": "ipvanyaddress",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lastexternalipaddress"
                    },
                    "healthStatus": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Healthstatus"
                    },
                    "deviceValue": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Devicevalue"
                    },
                    "rbacGroupName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Rbacgroupname"
                    },
                    "riskScore": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Riskscore"
                    },
                    "exposureLevel": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Exposurelevel"
                    },
                    "isAadJoined": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Isaadjoined"
                    },
                    "aadDeviceId": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Aaddeviceid"
                    },
                    "alerts": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/MDEHostAlert"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Alerts"
                    },
                    "logonUsers": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/LogonUser"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Logonusers"
                    },
                    "software": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/MDESoftware"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Software"
                    },
                    "vulnerabilities": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/MDEVulnerability"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Vulnerabilities"
                    },
                    "recommendations": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/MDERecommendation"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Recommendations"
                    },
                    "updates": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/MDEUpdate"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Updates"
                    }
                },
                "title": "MDEHostnameResponse",
                "type": "object"
            },
            "MDEMachineResponse": {
                "properties": {
                    "mde_type": {
                        "const": "machine",
                        "default": "machine",
                        "title": "Mde Type",
                        "type": "string"
                    },
                    "lastSeen": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lastseen"
                    },
                    "firstSeen": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Firstseen"
                    },
                    "osPlatform": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Osplatform"
                    },
                    "computerDnsName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Computerdnsname"
                    },
                    "osBuild": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Osbuild"
                    },
                    "lastIpAddress": {
                        "anyOf": [
                            {
                                "format": "ipvanyaddress",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lastipaddress"
                    },
                    "lastExternalIpAddress": {
                        "anyOf": [
                            {
                                "format": "ipvanyaddress",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lastexternalipaddress"
                    },
                    "healthStatus": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Healthstatus"
                    },
                    "deviceValue": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Devicevalue"
                    },
                    "rbacGroupName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Rbacgroupname"
                    },
                    "riskScore": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Riskscore"
                    },
                    "exposureLevel": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Exposurelevel"
                    }
                },
                "title": "MDEMachineResponse",
                "type": "object"
            },
            "MDEProviderAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "$ref": "#/components/schemas/SearchType"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "mde"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "discriminator": {
                                    "mapping": {
                                        "filehash": "#/components/schemas/MDEHashResponse",
                                        "hostname": "#/components/schemas/MDEHostnameResponse",
                                        "machine": "#/components/schemas/MDEMachineResponse",
                                        "user": "#/components/schemas/MDEUserResponse"
                                    },
                                    "propertyName": "mde_type"
                                },
                                "oneOf": [
                                    {
                                        "$ref": "#/components/schemas/MDEHashResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/MDEMachineResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/MDEUserResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/MDEHostnameResponse"
                                    }
                                ]
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Data"
                    }
                },
                "required": [
                    "type",
                    "data"
                ],
                "title": "MDEProviderAPIResponse",
                "type": "object"
            },
            "MDERecommendation": {
                "properties": {
                    "recommendationName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Recommendationname"
                    },
                    "weaknesses": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Weaknesses"
                    },
                    "remediationType": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Remediationtype"
                    },
                    "status": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Status"
                    }
                },
                "required": [
                    "weaknesses"
                ],
                "title": "MDERecommendation",
                "type": "object"
            },
            "MDESoftware": {
                "properties": {
                    "name": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Name"
                    },
                    "vendor": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Vendor"
                    },
                    "weaknesses": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Weaknesses"
                    }
                },
                "required": [
                    "weaknesses"
                ],
                "title": "MDESoftware",
                "type": "object"
            },
            "MDEUpdate": {
                "properties": {
                    "name": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Name"
                    },
                    "productsNames": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Productsnames"
                    },
                    "url": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Url"
                    }
                },
                "title": "MDEUpdate",
                "type": "object"
            },
            "MDEUserAlert": {
                "properties": {
                    "title": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Title"
                    },
                    "severity": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Severity"
                    },
                    "detectionSource": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Detectionsource"
                    },
                    "alertCreationTime": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Alertcreationtime"
                    },
                    "description": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Description"
                    },
                    "category": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Category"
                    },
                    "id": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Id"
                    }
                },
                "title": "MDEUserAlert",
                "type": "object"
            },
            "MDEUserMachine": {
                "properties": {
                    "dns": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Dns"
                    },
                    "ip": {
                        "anyOf": [
                            {
                                "format": "ipvanyaddress",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Ip"
                    }
                },
                "title": "MDEUserMachine",
                "type": "object"
            },
            "MDEUserResponse": {
                "properties": {
                    "mde_type": {
                        "const": "user",
                        "default": "user",
                        "title": "Mde Type",
                        "type": "string"
                    },
                    "machines": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/MDEUserMachine"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Machines"
                    },
                    "alerts": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/MDEUserAlert"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Alerts"
                    }
                },
                "title": "MDEUserResponse",
                "type": "object"
            },
            "MDEVulnerability": {
                "properties": {
                    "description": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Description"
                    },
                    "severity": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Severity"
                    },
                    "updatedOn": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Updatedon"
                    }
                },
                "title": "MDEVulnerability",
                "type": "object"
            },
            "FailedInfo": {
                "properties": {
                    "Name": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Name"
                    },
                    "BlacklistReasonDescription": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Blacklistreasondescription"
                    }
                },
                "title": "FailedInfo",
                "type": "object"
            },
            "MXToolboxProviderAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/SearchType"
                            }
                        ],
                        "default": "ip"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "mxtoolbox"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/MXToolboxResponse"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "required": [
                    "data"
                ],
                "title": "MXToolboxProviderAPIResponse",
                "type": "object"
            },
            "MXToolboxResponse": {
                "properties": {
                    "MxRep": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Mxrep"
                    },
                    "Failed": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/FailedInfo"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Failed"
                    }
                },
                "required": [
                    "Failed"
                ],
                "title": "MXToolboxResponse",
                "type": "object"
            },
            "ASNDetail": {
                "properties": {
                    "asn": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Asn"
                    },
                    "cidr": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Cidr"
                    },
                    "ir": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Ir"
                    },
                    "description": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Description"
                    },
                    "creation_date": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Creation Date"
                    }
                },
                "required": [
                    "cidr",
                    "description"
                ],
                "title": "ASNDetail",
                "type": "object"
            },
            "ASNInfoResponse": {
                "properties": {
                    "opendns_type": {
                        "const": "asninfo",
                        "default": "asninfo",
                        "title": "Opendns Type",
                        "type": "string"
                    },
                    "as_info": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/ASNDetail"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "As Info"
                    }
                },
                "title": "ASNInfoResponse",
                "type": "object"
            },
            "AVResult": {
                "properties": {
                    "product": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Product"
                    },
                    "signature": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Signature"
                    }
                },
                "title": "AVResult",
                "type": "object"
            },
            "AllDomainsResponse": {
                "properties": {
                    "opendns_type": {
                        "const": "alldomains",
                        "default": "alldomains",
                        "title": "Opendns Type",
                        "type": "string"
                    },
                    "alldomains": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Alldomains"
                    }
                },
                "title": "AllDomainsResponse",
                "type": "object"
            },
            "CoOccurencesResponse": {
                "properties": {
                    "opendns_type": {
                        "const": "cooccur",
                        "default": "cooccur",
                        "title": "Opendns Type",
                        "type": "string"
                    },
                    "co_occurrences": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Co Occurrences"
                    }
                },
                "title": "CoOccurencesResponse",
                "type": "object"
            },
            "DomainsCategorizationResponse": {
                "properties": {
                    "opendns_type": {
                        "const": "category",
                        "default": "category",
                        "title": "Opendns Type",
                        "type": "string"
                    },
                    "security_categories": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Security Categories"
                    },
                    "content_categories": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Content Categories"
                    },
                    "status": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Status"
                    }
                },
                "title": "DomainsCategorizationResponse",
                "type": "object"
            },
            "HashResponse": {
                "properties": {
                    "opendns_type": {
                        "const": "filehash",
                        "default": "filehash",
                        "title": "Opendns Type",
                        "type": "string"
                    },
                    "sha256": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Sha256"
                    },
                    "sha1": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Sha1"
                    },
                    "md5": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Md5"
                    },
                    "magicType": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Magictype"
                    },
                    "size": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Size"
                    },
                    "firstSeen": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Firstseen"
                    },
                    "lastSeen": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Lastseen"
                    },
                    "avresults": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/AVResult"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Avresults"
                    }
                },
                "title": "HashResponse",
                "type": "object"
            },
            "MalDomainsResponse": {
                "properties": {
                    "opendns_type": {
                        "const": "maldomains",
                        "default": "maldomains",
                        "title": "Opendns Type",
                        "type": "string"
                    },
                    "maldomains": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Maldomains"
                    }
                },
                "title": "MalDomainsResponse",
                "type": "object"
            },
            "NameserversResponse": {
                "properties": {
                    "opendns_type": {
                        "const": "nameservers",
                        "default": "nameservers",
                        "title": "Opendns Type",
                        "type": "string"
                    },
                    "domains": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Domains"
                    }
                },
                "title": "NameserversResponse",
                "type": "object"
            },
            "OpenDNSProviderAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "$ref": "#/components/schemas/SearchType"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "opendns"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "discriminator": {
                                    "mapping": {
                                        "alldomains": "#/components/schemas/AllDomainsResponse",
                                        "asninfo": "#/components/schemas/ASNInfoResponse",
                                        "category": "#/components/schemas/DomainsCategorizationResponse",
                                        "cooccur": "#/components/schemas/CoOccurencesResponse",
                                        "filehash": "#/components/schemas/HashResponse",
                                        "maldomains": "#/components/schemas/MalDomainsResponse",
                                        "nameservers": "#/components/schemas/NameserversResponse",
                                        "passivedns": "#/components/schemas/PassiveDNSResponse",
                                        "related": "#/components/schemas/RelatedDomainsResponse",
                                        "risk": "#/components/schemas/RiskScoreResponse",
                                        "security_info": "#/components/schemas/SecurityInfoResponse",
                                        "top_million": "#/components/schemas/TopMillionResponse",
                                        "whois": "#/components/schemas/WhoisInfoResponse"
                                    },
                                    "propertyName": "opendns_type"
                                },
                                "oneOf": [
                                    {
                                        "$ref": "#/components/schemas/HashResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/AllDomainsResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/ASNInfoResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/MalDomainsResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/CoOccurencesResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/DomainsCategorizationResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/NameserversResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/PassiveDNSResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/RelatedDomainsResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/RiskScoreResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/SecurityInfoResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/WhoisInfoResponse"
                                    },
                                    {
                                        "$ref": "#/components/schemas/TopMillionResponse"
                                    }
                                ]
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Data"
                    }
                },
                "required": [
                    "type",
                    "data"
                ],
                "title": "OpenDNSProviderAPIResponse",
                "type": "object"
            },
            "PassiveDNSRecord": {
                "properties": {
                    "minTtl": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "default": [
                            null
                        ],
                        "title": "Minttl"
                    },
                    "maxTtl": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "default": [
                            null
                        ],
                        "title": "Maxttl"
                    },
                    "firstSeen": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "default": [
                            null
                        ],
                        "title": "Firstseen"
                    },
                    "lastSeen": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "default": [
                            null
                        ],
                        "title": "Lastseen"
                    },
                    "name": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "default": [
                            null
                        ],
                        "title": "Name"
                    },
                    "type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "default": [
                            null
                        ],
                        "title": "Type"
                    },
                    "rr": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "default": [
                            null
                        ],
                        "title": "Rr"
                    },
                    "securityCategories": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Securitycategories"
                    },
                    "contentCategories": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Contentcategories"
                    }
                },
                "title": "PassiveDNSRecord",
                "type": "object"
            },
            "PassiveDNSResponse": {
                "properties": {
                    "opendns_type": {
                        "const": "passivedns",
                        "default": "passivedns",
                        "title": "Opendns Type",
                        "type": "string"
                    },
                    "records": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/PassiveDNSRecord"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Records"
                    }
                },
                "title": "PassiveDNSResponse",
                "type": "object"
            },
            "RelatedDomainInfo": {
                "properties": {
                    "domain": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Domain"
                    },
                    "score": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Score"
                    }
                },
                "title": "RelatedDomainInfo",
                "type": "object"
            },
            "RelatedDomainsResponse": {
                "properties": {
                    "opendns_type": {
                        "const": "related",
                        "default": "related",
                        "title": "Opendns Type",
                        "type": "string"
                    },
                    "tb1": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/RelatedDomainInfo"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Tb1"
                    },
                    "found": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Found"
                    }
                },
                "title": "RelatedDomainsResponse",
                "type": "object"
            },
            "RiskIndicator": {
                "properties": {
                    "indicator": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Indicator"
                    },
                    "indicator_id": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Indicator Id"
                    },
                    "normalized_score": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Normalized Score"
                    },
                    "score": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Score"
                    }
                },
                "title": "RiskIndicator",
                "type": "object"
            },
            "RiskScoreResponse": {
                "properties": {
                    "opendns_type": {
                        "const": "risk",
                        "default": "risk",
                        "title": "Opendns Type",
                        "type": "string"
                    },
                    "indicators": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/RiskIndicator"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Indicators"
                    },
                    "risk_score": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Risk Score"
                    }
                },
                "required": [
                    "indicators"
                ],
                "title": "RiskScoreResponse",
                "type": "object"
            },
            "SecurityInfoResponse": {
                "properties": {
                    "opendns_type": {
                        "const": "security_info",
                        "default": "security_info",
                        "title": "Opendns Type",
                        "type": "string"
                    },
                    "threat_type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Threat Type"
                    },
                    "rip_score": {
                        "anyOf": [
                            {
                                "maximum": 0,
                                "minimum": -100,
                                "type": "number"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Rip Score"
                    },
                    "asn_score": {
                        "anyOf": [
                            {
                                "maximum": 0,
                                "minimum": -100,
                                "type": "number"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Asn Score"
                    },
                    "securerank2": {
                        "anyOf": [
                            {
                                "maximum": 100,
                                "minimum": -100,
                                "type": "number"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Securerank2"
                    },
                    "pagerank": {
                        "anyOf": [
                            {
                                "type": "number"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Pagerank"
                    },
                    "popularity": {
                        "anyOf": [
                            {
                                "type": "number"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Popularity"
                    },
                    "dga_score": {
                        "anyOf": [
                            {
                                "maximum": 0,
                                "minimum": -100,
                                "type": "number"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Dga Score"
                    },
                    "attack": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Attack"
                    },
                    "perplexity": {
                        "anyOf": [
                            {
                                "type": "number"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Perplexity"
                    },
                    "entropy": {
                        "anyOf": [
                            {
                                "type": "number"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Entropy"
                    },
                    "prefix_score": {
                        "anyOf": [
                            {
                                "type": "number"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Prefix Score"
                    },
                    "fastflux": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Fastflux"
                    },
                    "geodiversity": {
                        "anyOf": [
                            {
                                "items": {
                                    "items": {
                                        "type": "string"
                                    },
                                    "type": "array"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Geodiversity"
                    },
                    "geodiversity_normalized": {
                        "anyOf": [
                            {
                                "items": {
                                    "items": {
                                        "type": "string"
                                    },
                                    "type": "array"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Geodiversity Normalized"
                    },
                    "tld_geodiversity": {
                        "anyOf": [
                            {
                                "items": {
                                    "items": {
                                        "type": "string"
                                    },
                                    "type": "array"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Tld Geodiversity"
                    },
                    "geoscore": {
                        "anyOf": [
                            {
                                "type": "number"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Geoscore"
                    },
                    "ks_test": {
                        "anyOf": [
                            {
                                "type": "number"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Ks Test"
                    }
                },
                "title": "SecurityInfoResponse",
                "type": "object"
            },
            "TopMillionResponse": {
                "properties": {
                    "opendns_type": {
                        "const": "top_million",
                        "default": "top_million",
                        "title": "Opendns Type",
                        "type": "string"
                    },
                    "rank": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Rank"
                    },
                    "domain": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Domain"
                    },
                    "last_updated": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Last Updated"
                    }
                },
                "title": "TopMillionResponse",
                "type": "object"
            },
            "WhoisInfoResponse": {
                "properties": {
                    "opendns_type": {
                        "const": "whois",
                        "default": "whois",
                        "title": "Opendns Type",
                        "type": "string"
                    },
                    "created": {
                        "anyOf": [
                            {
                                "format": "date",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Created"
                    },
                    "expires": {
                        "anyOf": [
                            {
                                "format": "date",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Expires"
                    },
                    "updated": {
                        "anyOf": [
                            {
                                "format": "date",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Updated"
                    },
                    "addresses": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Addresses"
                    },
                    "nameServers": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Nameservers"
                    },
                    "registrarName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Registrarname"
                    },
                    "registrantName": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Registrantname"
                    },
                    "registrantOrganization": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Registrantorganization"
                    },
                    "registrantEmail": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Registrantemail"
                    },
                    "registrantCountry": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Registrantcountry"
                    },
                    "registrantTelephone": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Registranttelephone"
                    },
                    "administrativeContactOrganization": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Administrativecontactorganization"
                    },
                    "administrativeContactEmail": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Administrativecontactemail"
                    },
                    "administrativeContactCountry": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Administrativecontactcountry"
                    },
                    "administrativeContactTelephone": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Administrativecontacttelephone"
                    },
                    "technicalContactOrganization": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Technicalcontactorganization"
                    },
                    "technicalContactEmail": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Technicalcontactemail"
                    },
                    "technicalContactCountry": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Technicalcontactcountry"
                    },
                    "technicalContactTelephone": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Technicalcontacttelephone"
                    }
                },
                "title": "WhoisInfoResponse",
                "type": "object"
            },
            "AutonomousSystem": {
                "properties": {
                    "number": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Number"
                    },
                    "organization": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Organization"
                    }
                },
                "title": "AutonomousSystem",
                "type": "object"
            },
            "Client": {
                "properties": {
                    "behaviors": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Behaviors"
                    },
                    "concentration": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Concentration"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "count": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Count"
                    },
                    "countries": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Countries"
                    },
                    "proxies": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Proxies"
                    },
                    "spread": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Spread"
                    },
                    "types": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Types"
                    }
                },
                "title": "Client",
                "type": "object"
            },
            "Concentration": {
                "properties": {
                    "city": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "City"
                    },
                    "country": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Country"
                    },
                    "density": {
                        "anyOf": [
                            {
                                "type": "number"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Density"
                    },
                    "geohash": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Geohash"
                    },
                    "skew": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Skew"
                    },
                    "state": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "State"
                    }
                },
                "title": "Concentration",
                "type": "object"
            },
            "SpurProviderAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "$ref": "#/components/schemas/SearchType"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "spur"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/SpurResponse"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "required": [
                    "type",
                    "data"
                ],
                "title": "SpurProviderAPIResponse",
                "type": "object"
            },
            "SpurResponse": {
                "properties": {
                    "autonomous_system": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/AutonomousSystem"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "ip": {
                        "anyOf": [
                            {
                                "format": "ipv4",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Ip"
                    },
                    "organization": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Organization"
                    },
                    "client": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Client"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "tunnels": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/Tunnels"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Tunnels"
                    },
                    "services": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Services"
                    },
                    "location": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Location"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "risks": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Risks"
                    },
                    "infrastructure": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Infrastructure"
                    }
                },
                "title": "SpurResponse",
                "type": "object"
            },
            "Tunnels": {
                "properties": {
                    "type": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Type"
                    },
                    "anonymous": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Anonymous"
                    },
                    "entries": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Entries"
                    },
                    "exits": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Exits"
                    },
                    "operator": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Operator"
                    }
                },
                "title": "Tunnels",
                "type": "object"
            },
            "VTComment": {
                "properties": {
                    "date": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Date"
                    },
                    "comment": {
                        "title": "Comment",
                        "type": "string"
                    }
                },
                "required": [
                    "comment"
                ],
                "title": "VTComment",
                "type": "object"
            },
            "VTProviderAPIResponse": {
                "properties": {
                    "request_id": {
                        "format": "uuid",
                        "title": "Request Id",
                        "type": "string"
                    },
                    "term": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Term"
                    },
                    "type": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/SearchType"
                            }
                        ],
                        "default": "filehash"
                    },
                    "status": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/Status"
                            }
                        ],
                        "default": "no_content"
                    },
                    "http_code": {
                        "default": 200,
                        "title": "Http Code",
                        "type": "integer"
                    },
                    "timestamp": {
                        "default": "2026-05-30T15:33:58.386279Z",
                        "format": "date-time",
                        "title": "Timestamp",
                        "type": "string"
                    },
                    "query_duration": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Query Duration"
                    },
                    "provider_queried": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/ProviderName"
                            }
                        ],
                        "default": "virustotal"
                    },
                    "error": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Error"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "version": {
                        "default": "v1",
                        "title": "Version",
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/VTResponse"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "required": [
                    "data"
                ],
                "title": "VTProviderAPIResponse",
                "type": "object"
            },
            "VTReport": {
                "properties": {
                    "submission_names": {
                        "anyOf": [
                            {
                                "items": {
                                    "type": "string"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Submission Names"
                    },
                    "first_seen": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "First Seen"
                    },
                    "last_seen": {
                        "anyOf": [
                            {
                                "format": "date-time",
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Last Seen"
                    },
                    "sha1": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Sha1"
                    },
                    "sha256": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Sha256"
                    },
                    "md5": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Md5"
                    },
                    "magic": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Magic"
                    },
                    "unique_sources": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Unique Sources"
                    },
                    "positives": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Positives"
                    },
                    "total": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Total"
                    },
                    "size": {
                        "anyOf": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Size"
                    },
                    "scans": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/VTScan"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Scans"
                    }
                },
                "title": "VTReport",
                "type": "object"
            },
            "VTResponse": {
                "properties": {
                    "report": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/VTReport"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "comments": {
                        "anyOf": [
                            {
                                "items": {
                                    "$ref": "#/components/schemas/VTComment"
                                },
                                "type": "array"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Comments"
                    }
                },
                "title": "VTResponse",
                "type": "object"
            },
            "VTScan": {
                "properties": {
                    "name": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Name"
                    },
                    "detected": {
                        "anyOf": [
                            {
                                "type": "boolean"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Detected"
                    },
                    "result": {
                        "anyOf": [
                            {
                                "type": "string"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "title": "Result"
                    }
                },
                "title": "VTScan",
                "type": "object"
            }
        },
        "securitySchemes": {
            "TokenAuth": {
                "type": "http",
                "scheme": "bearer"
            },
            "LDAPBasicAuth": {
                "type": "http",
                "scheme": "basic"
            },
            "ApiKey": {
                "type": "apiKey",
                "in": "header",
                "name": "X-API-Key"
            }
        }
    },
    "servers": []
}