{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DataChangeTaskCreateRequest", "type": "object", "properties": { "name": { "type": "string", "description": "The name for the data change task." }, "operation": { "type": "object" } } }