{
  "description": "Represents a vSphere volume resource.",
  "properties": {
    "fsType": {
      "description": "fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
      "type": [
        "string",
        "null"
      ]
    },
    "storagePolicyID": {
      "description": "storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.",
      "type": [
        "string",
        "null"
      ]
    },
    "storagePolicyName": {
      "description": "storagePolicyName is the storage Policy Based Management (SPBM) profile name.",
      "type": [
        "string",
        "null"
      ]
    },
    "volumePath": {
      "description": "volumePath is the path that identifies vSphere volume vmdk",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "volumePath"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}