{ "$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-task-checkpoint-statistics-with-subtask-details-summary-schema.json", "title": "TaskCheckpointStatisticsWithSubtaskDetailsSummary", "description": "TaskCheckpointStatisticsWithSubtaskDetailsSummary schema from Apache Flink REST API", "type": "object", "properties": { "alignment": { "$ref": "#/components/schemas/CheckpointAlignmentSummary" }, "checkpoint_duration": { "$ref": "#/components/schemas/CheckpointDurationSummary" }, "checkpointed_size": { "$ref": "#/components/schemas/StatsSummaryDto" }, "end_to_end_duration": { "$ref": "#/components/schemas/StatsSummaryDto" }, "start_delay": { "$ref": "#/components/schemas/StatsSummaryDto" }, "state_size": { "$ref": "#/components/schemas/StatsSummaryDto" } } }