Apache SeaTunnel · JSON Structure

Apache Seatunnel Job Stop Result Structure

Result of stopping a job

Type: object Properties: 3
Data IntegrationETLELTBatchStreamingApacheOpen Source

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

Properties

jobId status message

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-stop-result-structure.json",
  "description": "Result of stopping a job",
  "type": "object",
  "properties": {
    "jobId": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  },
  "name": "JobStopResult"
}