{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Property", "type": "object", "properties": { "name": { "type": "string", "description": "Property name. Key kernel zone properties include ncpus, physical, locked, swap, lower-link, allowed-address." }, "value": { "type": "string", "description": "Property value" }, "type": { "type": "string" }, "listvalue": { "type": "array" }, "complexvalue": { "type": "array" } } }