Apache SeaTunnel · Schema

JobStopResult

Result of stopping a job

Data IntegrationETLELTBatchStreamingApacheOpen Source

Properties

Name Type Description
jobId string
status string
message string
View JSON Schema on GitHub

JSON Schema

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