{ "solaris": { "description": "Solaris platform-specific configurations", "type": "object", "properties": { "milestone": { "type": "string" }, "limitpriv": { "type": "string" }, "maxShmMemory": { "type": "string" }, "cappedCPU": { "type": "object", "properties": { "ncpus": { "type": "string" } } }, "cappedMemory": { "type": "object", "properties": { "physical": { "type": "string" }, "swap": { "type": "string" } } }, "anet": { "type": "array", "items": { "type": "object", "properties": { "linkname": { "type": "string" }, "lowerLink": { "type": "string" }, "allowedAddress": { "type": "string" }, "configureAllowedAddress": { "type": "string" }, "defrouter": { "type": "string" }, "macAddress": { "type": "string" }, "linkProtection": { "type": "string" } } } } } } }