VMware · Schema

FolderSummary

Summary of an inventory folder

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Properties

Name Type Description
folder string Unique identifier of the folder
name string Display name of the folder
type string Type of folder
View JSON Schema on GitHub

JSON Schema

vmware-vsphere-folder-summary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FolderSummary",
  "type": "object",
  "description": "Summary of an inventory folder",
  "properties": {
    "folder": {
      "type": "string",
      "description": "Unique identifier of the folder"
    },
    "name": {
      "type": "string",
      "description": "Display name of the folder"
    },
    "type": {
      "type": "string",
      "description": "Type of folder"
    }
  }
}