{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-flink/refs/heads/main/json-structure/flink-rest-job-result-structure.json", "name": "JobResult", "description": "JobResult schema from Apache Flink REST API", "type": "object", "properties": { "accumulatorResults": { "type": "object" }, "applicationStatus": { "type": "string" }, "jobId": { "type": "string" }, "netRuntime": { "type": "int64" }, "serializedThrowable": { "type": "string" }, "success": { "type": "boolean" } } }