{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "LaunchInstanceShapeConfigDetails", "type": "object", "properties": { "ocpus": { "type": "number" }, "memoryInGBs": { "type": "number" }, "baselineOcpuUtilization": { "type": "string" }, "nvmes": { "type": "integer" } } }