{ "$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-vertex-details-info-structure.json", "name": "JobVertexDetailsInfo", "description": "JobVertexDetailsInfo schema from Apache Flink REST API", "type": "object", "properties": { "aggregated": { "type": "string" }, "id": { "type": "string" }, "maxParallelism": { "type": "int32" }, "name": { "type": "string" }, "now": { "type": "int64" }, "parallelism": { "type": "int32" }, "subtasks": { "type": "array" } } }