{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BulkToolDescriptionOverrideInput", "title": "BulkToolDescriptionOverrideInput", "type": "object", "properties": { "connector_slug": { "type": "string" }, "tool_name": { "type": "string" }, "description": { "type": [ "string", "null" ] } }, "required": [ "connector_slug", "tool_name", "description" ], "description": "Input serializer for each item in a bulk PATCH request." }