{ "$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-execution-attempt-accumulators-info-structure.json", "name": "SubtaskExecutionAttemptAccumulatorsInfo", "description": "SubtaskExecutionAttemptAccumulatorsInfo schema from Apache Flink REST API", "type": "object", "properties": { "attempt": { "type": "int32" }, "id": { "type": "string" }, "subtask": { "type": "int32" }, "user-accumulators": { "type": "array" } } }