InstallVCDRequest

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
vcdFilePath string Path to the VCD XML file
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-installvcdrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InstallVCDRequest",
  "title": "InstallVCDRequest",
  "type": "object",
  "properties": {
    "vcdFilePath": {
      "type": "string",
      "description": "Path to the VCD XML file"
    }
  },
  "required": [
    "vcdFilePath"
  ]
}