Citrix · Schema

ResourceLocation

Application DeliveryDesktop-As-A-ServiceNetworkingVirtualizationWorkspaceFortune 1000

Properties

Name Type Description
id string Unique identifier for the resource location
name string Name of the resource location
internalOnly boolean Whether the location is internal only
timeZone string Time zone of the resource location
readOnly boolean Whether the resource location is read-only
View JSON Schema on GitHub

JSON Schema

citrix-resourcelocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceLocation",
  "title": "ResourceLocation",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the resource location"
    },
    "name": {
      "type": "string",
      "description": "Name of the resource location"
    },
    "internalOnly": {
      "type": "boolean",
      "description": "Whether the location is internal only"
    },
    "timeZone": {
      "type": "string",
      "description": "Time zone of the resource location"
    },
    "readOnly": {
      "type": "boolean",
      "description": "Whether the resource location is read-only"
    }
  }
}