{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Shape", "type": "object", "properties": { "shape": { "type": "string" }, "availabilityDomain": { "type": "string" }, "ocpus": { "type": "number" }, "memoryInGBs": { "type": "number" }, "processorDescription": { "type": "string" }, "networkingBandwidthInGbps": { "type": "number" }, "maxVnicAttachments": { "type": "integer" }, "gpus": { "type": "integer" }, "gpuDescription": { "type": "string" }, "localDisks": { "type": "integer" }, "localDisksTotalSizeInGBs": { "type": "number" }, "localDiskDescription": { "type": "string" }, "isFlexible": { "type": "boolean" }, "isBilledForStoppedInstance": { "type": "boolean" }, "quotaNames": { "type": "array" }, "recommendedAlternatives": { "type": "array" } } }