{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ShapeOcpuOptions",
"type": "object",
"description": "Options for configuring OCPUs on a flexible shape",
"properties": {
"min": {
"type": "number",
"description": "The minimum number of OCPUs"
},
"max": {
"type": "number",
"description": "The maximum number of OCPUs"
},
"maxPerNumaNode": {
"type": "number",
"description": "The maximum number of OCPUs per NUMA node"
}
}
}