{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IntegrationInstanceConfig", "title": "IntegrationInstanceConfig", "description": "JSON object representing configuration specific to the integration instance.\nThe expected schema depends on the integration type and is dynamically registered at runtime.\n", "type": "object", "example": { "account_region": "eu" }, "default": {}, "additionalProperties": true, "x-speakeasy-type-override": "any" }