{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ShapeMemoryOptions", "type": "object", "properties": { "minInGBs": { "type": "number" }, "maxInGBs": { "type": "number" }, "defaultPerOcpuInGBs": { "type": "number" }, "minPerOcpuInGBs": { "type": "number" }, "maxPerOcpuInGBs": { "type": "number" } } }