Apache SeaTunnel · Schema

JobSubmitResult

Result of submitting a job

Data IntegrationETLELTBatchStreamingApacheOpen Source

Properties

Name Type Description
jobId string Assigned job identifier
jobName string
View JSON Schema on GitHub

JSON Schema

apache-seatunnel-job-submit-result-schema.json Raw ↑
{
  "$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"
    }
  }
}