{ "$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-run-request-body-structure.json", "name": "JarRunRequestBody", "description": "JarRunRequestBody schema from Apache Flink REST API", "type": "object", "properties": { "allowNonRestoredState": { "type": "boolean" }, "claimMode": { "type": "string" }, "entryClass": { "type": "string" }, "flinkConfiguration": { "type": "object" }, "jobId": { "type": "string" }, "parallelism": { "type": "int32" }, "programArgsList": { "type": "array" }, "restoreMode": { "type": "string" }, "savepointPath": { "type": "string" } } }