{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-flink/refs/heads/main/json-structure/flink-rest-restored-checkpoint-statistics-structure.json", "name": "RestoredCheckpointStatistics", "description": "RestoredCheckpointStatistics schema from Apache Flink REST API", "type": "object", "properties": { "external_path": { "type": "string" }, "id": { "type": "int64" }, "is_savepoint": { "type": "boolean" }, "restore_timestamp": { "type": "int64" } } }