{ "$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-job-config-info-schema.json", "title": "JobConfigInfo", "description": "JobConfigInfo schema from Apache Flink REST API", "type": "object", "properties": { "executionConfigInfo": { "$ref": "#/components/schemas/ExecutionConfigInfo" }, "jobId": { "$ref": "#/components/schemas/JobID" }, "jobName": { "type": "string" } } }