{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-flink/refs/heads/main/json-structure/flink-rest-stats-summary-dto-structure.json", "name": "StatsSummaryDto", "description": "StatsSummaryDto schema from Apache Flink REST API", "type": "object", "properties": { "avg": { "type": "int64" }, "max": { "type": "int64" }, "min": { "type": "int64" }, "p50": { "type": "double" }, "p90": { "type": "double" }, "p95": { "type": "double" }, "p99": { "type": "double" }, "p999": { "type": "double" } } }