{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "MappingTaskCreateRequest", "type": "object", "properties": { "@type": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "mappingId": { "type": "string" }, "runtimeEnvironmentId": { "type": "string" }, "scheduleId": { "type": "string" }, "preProcessingCmd": { "type": "string" }, "postProcessingCmd": { "type": "string" }, "sourceConnectionId": { "type": "string" }, "targetConnectionId": { "type": "string" }, "parameters": { "type": "array" } } }