{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/youki/refs/heads/main/json-structure/oci-runtime-config-solaris-structure.json", "name": "OciRuntimeConfigSolaris", "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" } } } } } } }