{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-flink/refs/heads/main/json-structure/flink-rest-hardware-description-structure.json", "name": "HardwareDescription", "description": "HardwareDescription schema from Apache Flink REST API", "type": "object", "properties": { "cpuCores": { "type": "int32" }, "freeMemory": { "type": "int64" }, "managedMemory": { "type": "int64" }, "physicalMemory": { "type": "int64" } } }