Apache Flink · JSON Structure

Flink Rest Jar Plan Request Body Structure

JarPlanRequestBody schema from Apache Flink REST API

Type: object Properties: 5
ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

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

Properties

entryClass flinkConfiguration jobId parallelism programArgsList

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-flink/refs/heads/main/json-structure/flink-rest-jar-plan-request-body-structure.json",
  "name": "JarPlanRequestBody",
  "description": "JarPlanRequestBody schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "entryClass": {
      "type": "string"
    },
    "flinkConfiguration": {
      "type": "object"
    },
    "jobId": {
      "type": "string"
    },
    "parallelism": {
      "type": "int32"
    },
    "programArgsList": {
      "type": "array"
    }
  }
}