{ "$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" } } }