Solaris Zones · Schema

Property

ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

Properties

Name Type Description
name string
value string
type string
listvalue array
complexvalue array
View JSON Schema on GitHub

JSON Schema

solaris-unified-archives-property-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Property",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "listvalue": {
      "type": "array"
    },
    "complexvalue": {
      "type": "array"
    }
  }
}