Citrix · Schema

ResourcesResponse

Application DeliveryDesktop-As-A-ServiceNetworkingVirtualizationWorkspaceFortune 1000

Properties

Name Type Description
resources array Available applications and desktops
View JSON Schema on GitHub

JSON Schema

citrix-resourcesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourcesResponse",
  "title": "ResourcesResponse",
  "type": "object",
  "properties": {
    "resources": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Resource"
      },
      "description": "Available applications and desktops"
    }
  }
}