{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IntegrationUpdateParams", "title": "IntegrationUpdateParams", "properties": { "integration_name": { "type": "string" }, "settings": { "$ref": "#/components/schemas/Json" }, "active": { "type": "boolean" } }, "type": "object", "additionalProperties": false }