Apache Flink · Schema

StopWithSavepointRequestBody

StopWithSavepointRequestBody schema from Apache Flink REST API

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

Properties

Name Type Description
drain boolean
formatType object
targetDirectory string
triggerId object
View JSON Schema on GitHub

JSON Schema

flink-rest-stop-with-savepoint-request-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-flink/refs/heads/main/json-schema/flink-rest-stop-with-savepoint-request-body-schema.json",
  "title": "StopWithSavepointRequestBody",
  "description": "StopWithSavepointRequestBody schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "drain": {
      "type": "boolean"
    },
    "formatType": {
      "$ref": "#/components/schemas/SavepointFormatType"
    },
    "targetDirectory": {
      "type": "string"
    },
    "triggerId": {
      "$ref": "#/components/schemas/TriggerId"
    }
  }
}