{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-flink/refs/heads/main/json-structure/flink-rest-subtask-time-info-structure.json", "name": "SubtaskTimeInfo", "description": "SubtaskTimeInfo schema from Apache Flink REST API", "type": "object", "properties": { "duration": { "type": "int64" }, "endpoint": { "type": "string" }, "subtask": { "type": "int32" }, "timestamps": { "type": "object" } } }