{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ShapeNetworkingBandwidthOptions", "type": "object", "description": "Options for configuring networking bandwidth on a flexible shape", "properties": { "minInGbps": { "type": "number", "description": "The minimum networking bandwidth, in Gbps" }, "maxInGbps": { "type": "number", "description": "The maximum networking bandwidth, in Gbps" }, "defaultPerOcpuInGbps": { "type": "number", "description": "The default networking bandwidth per OCPU, in Gbps" } } }