VMware · JSON Structure

Vmware Vsphere Tag Category Create Spec Structure

Type: object Properties: 4
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

TagCategoryCreateSpec is a JSON Structure definition published by VMware, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name description cardinality associable_types

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TagCategoryCreateSpec",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "cardinality": {
      "type": "string"
    },
    "associable_types": {
      "type": "array"
    }
  }
}