{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-flink/refs/heads/main/json-structure/flink-rest-resource-profile-info-structure.json", "name": "ResourceProfileInfo", "description": "ResourceProfileInfo schema from Apache Flink REST API", "type": "object", "properties": { "cpuCores": { "type": "double" }, "extendedResources": { "type": "object" }, "managedMemory": { "type": "int32" }, "networkMemory": { "type": "int32" }, "taskHeapMemory": { "type": "int32" }, "taskOffHeapMemory": { "type": "int32" } } }