Solaris Zones · Schema

Resource

ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

Properties

Name Type Description
type string
properties array
parent string
View JSON Schema on GitHub

JSON Schema

solaris-unified-archives-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Resource",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "properties": {
      "type": "array"
    },
    "parent": {
      "type": "string"
    }
  }
}