{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/cortex-xsoar-api-integration-instance-structure.json", "name": "IntegrationInstance", "description": "A configured instance of an integration in Cortex XSOAR.", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string", "description": "Unique name of this instance." }, "brand": { "type": "string", "description": "Integration brand name." }, "enabled": { "type": "string", "enum": [ "true", "false" ] }, "isIntegrationScript": { "type": "boolean" }, "incomingMapperId": { "type": "string" }, "mappingId": { "type": "string" }, "configuration": { "type": "object", "description": "Integration configuration parameters." } } }