Securonix · Schema

ConnectorInfo

A ConnectorInfo from securonix integrations

SecuritySIEMUEBASOARThreat IntelligenceSecurity AnalyticsCybersecurityLog ManagementDetection and ResponseMITRE ATT&CK

Properties

Name Type Description
desc string The unique identifier for a product
name string The unique identifier for a product
type string The unique identifier for a product
clazz string The unique identifier for a product
label string The unique identifier for a product
native boolean The unique identifier for a product
testUrl string The unique identifier for a product
category string The unique identifier for a product
isLicensed boolean The unique identifier for a product
pathToLogo string The unique identifier for a product
encodedLogo string The unique identifier for a product
isMultiAuthentication boolean The unique identifier for a product
connectionParameters array The unique identifier for a product
View JSON Schema on GitHub

JSON Schema

securonix-connectorinfo.schema.json Raw ↑
{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$id": "https://securonix.com/connectorinfo.schema.json",
    "title": "ConnectorInfo",
    "description": "A ConnectorInfo from securonix integrations",
    "type": "object",
    "required": [
        "name",
        "label",
        "type",
        "native",
        "testUrl",
        "isLicensed",
        "pathToLogo"
    ],
    "properties": {
        "desc": {
            "description": "The unique identifier for a product",
            "type": "string"
        },
        "name": {
            "description": "The unique identifier for a product",
            "type": "string"
        },
        "type": {
            "description": "The unique identifier for a product",
            "type": "string"
        },
        "clazz": {
            "description": "The unique identifier for a product",
            "type": "string"
        },
        "label": {
            "description": "The unique identifier for a product",
            "type": "string"
        },
        "native": {
            "description": "The unique identifier for a product",
            "type": "boolean"
        },
        "testUrl": {
            "description": "The unique identifier for a product",
            "type": "string"
        },
        "category": {
            "description": "The unique identifier for a product",
            "type": "string"
        },
        "isLicensed": {
            "description": "The unique identifier for a product",
            "type": "boolean"
        },
        "pathToLogo": {
            "description": "The unique identifier for a product",
            "type": "string"
        },
        "encodedLogo": {
            "description": "The unique identifier for a product",
            "type": "string"
        },
        "isMultiAuthentication": {
            "description": "The unique identifier for a product",
            "type": "boolean"
        },
        "connectionParameters": {
            "description": "The unique identifier for a product",
            "type": "array",
            "items": {
                "type": "object",
                "required": [
                    "name",
                    "type",
                    "label",
                    "nested",
                    "isSecret",
                    "encrypted"
                ],
                "properties": {
                    "desc": {
                        "description": "The unique identifier for a product",
                        "type": "string"
                    },
                    "name": {
                        "description": "The unique identifier for a product",
                        "type": "string"
                    },
                    "type": {
                        "description": "The unique identifier for a product",
                        "type": "string"
                    },
                    "label": {
                        "description": "The unique identifier for a product",
                        "type": "string"
                    },
                    "nested": {
                        "description": "The unique identifier for a product",
                        "type": "boolean"
                    },
                    "values": {
                        "description": "The unique identifier for a product",
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "isSecret": {
                        "description": "The unique identifier for a product",
                        "type": "boolean"
                    },
                    "optional": {
                        "description": "The unique identifier for a product",
                        "type": "boolean"
                    },
                    "encrypted": {
                        "description": "The unique identifier for a product",
                        "type": "boolean"
                    },
                    "contextEnrichment": {
                        "description": "The unique identifier for a product",
                        "type": "boolean"
                    }
                },
                "minItems": 1,
                "uniqueItems": true
            },
            "functions": {
                "description": "The unique identifier for a product",
                "type": "array",
                "items": {
                    "type": "object",
                    "required": [
                        "name",
                        "type",
                        "label"
                    ],
                    "properties": {
                        "desc": {
                            "description": "The unique identifier for a product",
                            "type": "string"
                        },
                        "name": {
                            "description": "The unique identifier for a product",
                            "type": "string"
                        },
                        "type": {
                            "description": "The unique identifier for a product",
                            "type": "string"
                        },
                        "label": {
                            "description": "The unique identifier for a product",
                            "type": "string"
                        },
                        "inParameters": {
                            "description": "The unique identifier for a product",
                            "type": "array",
                            "items": {
                                "minItems": 1,
                                "uniqueItems": true,
                                "type": "object",
                                "properties": {
                                    "desc": {
                                        "description": "The unique identifier for a product",
                                        "type": "string"
                                    },
                                    "name": {
                                        "description": "The unique identifier for a product",
                                        "type": "string"
                                    },
                                    "type": {
                                        "description": "The unique identifier for a product",
                                        "type": "string"
                                    },
                                    "label": {
                                        "description": "The unique identifier for a product",
                                        "type": "string"
                                    },
                                    "nested": {
                                        "description": "The unique identifier for a product",
                                        "type": "boolean"
                                    },
                                    "values": {
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        }
                                    },
                                    "isSecret": {
                                        "description": "The unique identifier for a product",
                                        "type": "boolean"
                                    },
                                    "optional": {
                                        "description": "The unique identifier for a product",
                                        "type": "boolean"
                                    },
                                    "encrypted": {
                                        "description": "The unique identifier for a product",
                                        "type": "boolean"
                                    },
                                    "contextEnrichment": {
                                        "description": "The unique identifier for a product",
                                        "type": "boolean"
                                    }
                                }
                            }
                        },
                        "sampleOutput": {
                            "description": "The unique identifier for a product",
                            "type": "string"
                        },
                        "outParameters": {
                            "description": "The unique identifier for a product",
                            "type": "array",
                            "items": {
                                "minItems": 1,
                                "uniqueItems": true,
                                "type": "object",
                                "properties": {
                                    "desc": {
                                        "description": "The unique identifier for a product",
                                        "type": "string"
                                    },
                                    "name": {
                                        "description": "The unique identifier for a product",
                                        "type": "string"
                                    },
                                    "type": {
                                        "description": "The unique identifier for a product",
                                        "type": "string"
                                    },
                                    "label": {
                                        "description": "The unique identifier for a product",
                                        "type": "string"
                                    },
                                    "nested": {
                                        "description": "The unique identifier for a product",
                                        "type": "boolean"
                                    },
                                    "values": {
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        }
                                    },
                                    "isSecret": {
                                        "description": "The unique identifier for a product",
                                        "type": "boolean"
                                    },
                                    "optional": {
                                        "description": "The unique identifier for a product",
                                        "type": "boolean"
                                    },
                                    "encrypted": {
                                        "description": "The unique identifier for a product",
                                        "type": "boolean"
                                    },
                                    "contextEnrichment": {
                                        "description": "The unique identifier for a product",
                                        "type": "boolean"
                                    }
                                }
                            }
                        }
                    }
                },
                "minItems": 1,
                "uniqueItems": true
            }
        }
    }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/securonix-connectorinfo.schema"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.