Result of submitting a job
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-seatunnel/refs/heads/main/json-schema/apache-seatunnel-job-submit-result-schema.json", "title": "JobSubmitResult", "description": "Result of submitting a job", "type": "object", "properties": { "jobId": { "type": "string", "description": "Assigned job identifier" }, "jobName": { "type": "string" } } }