Citrix · Schema

UpdateMachineCatalogRequest

Application DeliveryDesktop-As-A-ServiceNetworkingVirtualizationWorkspaceFortune 1000

Properties

Name Type Description
name string Updated name
description string Updated description
View JSON Schema on GitHub

JSON Schema

citrix-updatemachinecatalogrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateMachineCatalogRequest",
  "title": "UpdateMachineCatalogRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Updated name"
    },
    "description": {
      "type": "string",
      "description": "Updated description"
    }
  }
}