Apache SeaTunnel · JSON Structure

Apache Seatunnel Job Submit Result Structure

Result of submitting a job

Type: object Properties: 2
Data IntegrationETLELTBatchStreamingApacheOpen Source

JobSubmitResult is a JSON Structure definition published by Apache SeaTunnel, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

jobId jobName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-seatunnel/refs/heads/main/json-structure/apache-seatunnel-job-submit-result-structure.json",
  "description": "Result of submitting a job",
  "type": "object",
  "properties": {
    "jobId": {
      "type": "string",
      "description": "Assigned job identifier"
    },
    "jobName": {
      "type": "string"
    }
  },
  "name": "JobSubmitResult"
}