{ "$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-pending-subtask-checkpoint-statistics-schema.json", "title": "PendingSubtaskCheckpointStatistics", "description": "PendingSubtaskCheckpointStatistics schema from Apache Flink REST API", "type": "object", "allOf": [ { "$ref": "#/components/schemas/SubtaskCheckpointStatistics" } ] }