{
  "$Version": "4.0",
  "$EntityContainer": "UiPath.Server.Configuration.OData.Container",
  "UiPath.Orchestrator.Application.Dto.CloudResources": {
    "CloudServiceSubscriptionDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Key"
      ],
      "Key": {
        "$Type": "Edm.Guid"
      },
      "Name": {
        "$Nullable": true
      },
      "Description": {
        "$Nullable": true
      }
    },
    "AzureSubscriptionDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
      "SubscriptionId": {
        "$Nullable": true
      },
      "TenantId": {
        "$Nullable": true
      },
      "ClientId": {
        "$Nullable": true
      }
    },
    "AWSSubscriptionDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
      "AccessKey": {
        "$Nullable": true
      },
      "RoleARNId": {
        "$Nullable": true
      }
    },
    "GCPSubscriptionDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
      "ProjectId": {
        "$Nullable": true
      }
    },
    "ResourceGroupDto": {
      "$Kind": "ComplexType",
      "Name": {
        "$Nullable": true
      }
    },
    "ImageDto": {
      "$Kind": "ComplexType",
      "Id": {
        "$Nullable": true
      },
      "Name": {
        "$Nullable": true
      },
      "LicenseRequirement": {
        "$Type": "UiPath.Server.Configuration.OData.LicenseRequirement",
        "$Nullable": true
      }
    },
    "RegionDto": {
      "$Kind": "ComplexType",
      "Name": {
        "$Nullable": true
      },
      "Location": {
        "$Nullable": true
      }
    },
    "VirtualMachineInfoDto": {
      "$Kind": "ComplexType",
      "Name": {
        "$Nullable": true
      },
      "ResourceId": {
        "$Nullable": true
      },
      "HostMachineName": {
        "$Nullable": true
      },
      "Available": {
        "$Type": "Edm.Boolean"
      }
    },
    "NetworkDto": {
      "$Kind": "ComplexType",
      "Subnets": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.SubnetDto"
      },
      "Id": {
        "$Nullable": true
      },
      "Name": {
        "$Nullable": true
      }
    },
    "SubnetDto": {
      "$Kind": "ComplexType",
      "Id": {
        "$Nullable": true
      },
      "Name": {
        "$Nullable": true
      },
      "Network": {
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.NetworkDto",
        "$Nullable": true
      }
    },
    "CloudMachineDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Key"
      ],
      "Key": {
        "$Type": "Edm.Guid"
      },
      "PoolId": {
        "$Type": "Edm.Int64"
      },
      "Alias": {
        "$Nullable": true
      },
      "HostMachineName": {
        "$Nullable": true
      },
      "IpAddress": {
        "$Nullable": true
      },
      "PrivateIPAddress": {
        "$Nullable": true
      },
      "State": {
        "$Nullable": true
      },
      "Username": {
        "$Nullable": true
      },
      "Password": {
        "$Nullable": true
      },
      "SizeText": {
        "$Nullable": true
      },
      "Features": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.MachineFeature",
        "$Nullable": true
      },
      "Freezing": {
        "$Type": "UiPath.Server.Configuration.OData.FreezingMetadata",
        "$Nullable": true
      },
      "Aliases": {
        "$Collection": true,
        "$Nullable": true
      },
      "InsertedDateTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "Image": {
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.ImageDto",
        "$Nullable": true
      },
      "ResourceId": {
        "$Nullable": true
      }
    },
    "CloudPoolDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Key"
      ],
      "Key": {
        "$Type": "Edm.Guid"
      },
      "MachineId": {
        "$Type": "Edm.Int64"
      },
      "PoolSizeCap": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "ResourceGroup": {
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.ResourceGroupDto",
        "$Nullable": true
      },
      "MachineImage": {
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.ImageDto",
        "$Nullable": true
      },
      "MachineSize": {
        "$Nullable": true
      },
      "MachineSizeGroup": {
        "$Type": "UiPath.Server.Configuration.OData.SizeGroup",
        "$Nullable": true
      },
      "MachineSubnet": {
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.SubnetDto",
        "$Nullable": true
      },
      "Region": {
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.RegionDto",
        "$Nullable": true
      },
      "Provisioning": {
        "$Type": "UiPath.Server.Configuration.OData.Provisioning"
      },
      "Hosting": {
        "$Type": "UiPath.Server.Configuration.OData.Hosting"
      },
      "VirtualMachines": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.VirtualMachineInfoDto",
        "$Nullable": true
      },
      "PublicIpType": {
        "$Type": "UiPath.Server.Configuration.OData.PublicIpType",
        "$Nullable": true
      },
      "SnapshotKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "VpnGatewayKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "VpnGatewayConnectionState": {
        "$Type": "UiPath.Server.Configuration.OData.VpnGatewayConnectionState",
        "$Nullable": true
      },
      "VnetAddressSpace": {
        "$Nullable": true
      },
      "MaintenanceWindow": {
        "$Type": "UiPath.Server.Configuration.OData.MaintenanceWindowDto",
        "$Nullable": true
      },
      "State": {
        "$Nullable": true
      },
      "VirtualMachineSize": {
        "$Type": "UiPath.Server.Configuration.OData.MachineSize",
        "$Nullable": true
      },
      "Freezing": {
        "$Type": "UiPath.Server.Configuration.OData.FreezingMetadata",
        "$Nullable": true
      },
      "PoolEnvironment": {
        "$Type": "UiPath.Server.Configuration.OData.MachinePoolEnvironment",
        "$Nullable": true
      },
      "ClientId": {
        "$Nullable": true
      },
      "ClientSecret": {
        "$Nullable": true
      },
      "IsLicenseRequirementAccepted": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "ImageSource": {
        "$Type": "UiPath.Server.Configuration.OData.ImageSource",
        "$Nullable": true
      },
      "ScalingProfiles": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ScalingProfileDto",
        "$Nullable": true
      },
      "AutomationCloudTestAutomationSlots": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "AutomationCloudSlots": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "UnattendedSlots": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "TestingSlots": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "HostingSlots": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "DomainInfo": {
        "$Type": "UiPath.Server.Configuration.OData.DomainInfo",
        "$Nullable": true
      },
      "RobotUpdateOption": {
        "$Type": "UiPath.Server.Configuration.OData.RobotUpdateOption",
        "$Nullable": true
      },
      "PublicIpEnabled": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "IsCreatingWorkstationVM": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "WorkstationVMCreationRequest": {
        "$Type": "UiPath.Server.Configuration.OData.MachineCreationRequest",
        "$Nullable": true
      },
      "Subscription": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto"
      }
    },
    "CloudPoolRobotUnitPropertiesDto": {
      "$Kind": "ComplexType",
      "Multiplier": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "ExistingMachines": {
        "$Type": "Edm.Int32"
      },
      "NewMachine": {
        "$Type": "Edm.Int32"
      }
    },
    "SnapshotDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Key"
      ],
      "Key": {
        "$Type": "Edm.Guid"
      },
      "Name": {
        "$Nullable": true
      },
      "Description": {
        "$Nullable": true
      },
      "State": {
        "$Nullable": true
      },
      "InsertedDateTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "LicenseRequirement": {
        "$Type": "UiPath.Server.Configuration.OData.LicenseRequirement",
        "$Nullable": true
      }
    },
    "CloudMachineRobotUnitPropertiesDto": {
      "$Kind": "ComplexType",
      "Multiplier": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "ExistingMachine": {
        "$Type": "Edm.Int32"
      }
    },
    "CloudMachineEventDto": {
      "$Kind": "ComplexType",
      "EventSeverity": {
        "$Type": "UiPath.Server.Configuration.OData.MachineEventSeverity"
      },
      "EventType": {
        "$Nullable": true
      },
      "Message": {
        "$Nullable": true
      },
      "DetailedMessage": {
        "$Nullable": true
      },
      "InsertedDateTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "RetryCount": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      }
    },
    "RobotUnitUsageDto": {
      "$Kind": "ComplexType",
      "Used": {
        "$Type": "Edm.Int32"
      },
      "Reusable": {
        "$Type": "Edm.Int32"
      },
      "Available": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      }
    },
    "RobotUnitPricingDto": {
      "$Kind": "ComplexType",
      "Size": {
        "$Type": "UiPath.Server.Configuration.OData.SizeGroup"
      },
      "Unit": {
        "$Type": "Edm.Int32"
      },
      "Description": {
        "$Nullable": true
      },
      "SizeText": {
        "$Nullable": true
      },
      "PoolEnvironment": {
        "$Type": "UiPath.Server.Configuration.OData.MachinePoolEnvironment",
        "$Nullable": true
      }
    },
    "VpnGatewayDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Key"
      ],
      "Key": {
        "$Type": "Edm.Guid"
      },
      "Name": {
        "$Nullable": true
      },
      "Description": {
        "$Nullable": true
      },
      "VnetAddressSpace": {
        "$Nullable": true
      },
      "VnetGatewaySubnetAddressSpace": {
        "$Nullable": true
      },
      "PublicIp": {
        "$Nullable": true
      },
      "ResourceId": {
        "$Nullable": true
      },
      "Location": {
        "$Nullable": true
      },
      "State": {
        "$Type": "UiPath.Server.Configuration.OData.VpnGatewayState"
      },
      "Sku": {
        "$Type": "UiPath.Server.Configuration.OData.VpnGatewaySku"
      },
      "DnsServers": {
        "$Collection": true,
        "$Nullable": true
      },
      "Connections": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.VpnGatewayConnectionDto",
        "$Nullable": true
      },
      "Peerings": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.VpnGatewayPeeringDto",
        "$Nullable": true
      },
      "MaxUserConnections": {
        "$Type": "Edm.Int32"
      },
      "Freezing": {
        "$Type": "UiPath.Server.Configuration.OData.FreezingMetadata",
        "$Nullable": true
      },
      "InsertedDateTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      }
    },
    "CloudRobotFeatureDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Name"
      ],
      "Name": {},
      "Value": {
        "$Nullable": true
      }
    }
  },
  "UiPath.Orchestrator.CloudRobots.Model": {
    "SubscriptionEditOrAddRequest": {
      "$Kind": "ComplexType",
      "$Abstract": true,
      "Name": {},
      "Description": {
        "$Nullable": true
      },
      "CredentialStoreId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      }
    },
    "AzureSubscriptionEditOrAddRequest": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Orchestrator.CloudRobots.Model.SubscriptionEditOrAddRequest",
      "SubscriptionId": {
        "$Nullable": true
      },
      "TenantId": {
        "$Nullable": true
      },
      "ClientId": {
        "$Nullable": true
      },
      "ClientSecret": {
        "$Nullable": true
      }
    },
    "AWSSubscriptionEditOrAddRequest": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Orchestrator.CloudRobots.Model.SubscriptionEditOrAddRequest",
      "AccessKey": {
        "$Nullable": true
      },
      "SecretKey": {
        "$Nullable": true
      },
      "RoleARNId": {
        "$Nullable": true
      }
    },
    "GCPSubscriptionEditOrAddRequest": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Orchestrator.CloudRobots.Model.SubscriptionEditOrAddRequest",
      "ProjectId": {},
      "PrivateKey": {
        "$Nullable": true
      }
    },
    "CloudAddOrEditAzureSubscriptionRequest": {
      "$Kind": "ComplexType",
      "request": {
        "$Type": "UiPath.Orchestrator.CloudRobots.Model.AzureSubscriptionEditOrAddRequest"
      }
    },
    "CloudAddOrEditAWSSubscriptionRequest": {
      "$Kind": "ComplexType",
      "request": {
        "$Type": "UiPath.Orchestrator.CloudRobots.Model.AWSSubscriptionEditOrAddRequest"
      }
    },
    "CloudAddOrEditGCPSubscriptionRequest": {
      "$Kind": "ComplexType",
      "request": {
        "$Type": "UiPath.Orchestrator.CloudRobots.Model.GCPSubscriptionEditOrAddRequest"
      }
    },
    "HypervisorAlertCreateRequest": {
      "$Kind": "ComplexType",
      "PoolKey": {
        "$Type": "Edm.Guid"
      },
      "Severity": {
        "$Type": "UiPath.Server.Configuration.OData.NotificationSeverity"
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "MessageResourceName": {},
      "MessageInserts": {
        "$Collection": true,
        "$Nullable": true
      },
      "ErrorDetailedMessage": {
        "$Nullable": true
      }
    },
    "HypervisorRaiseAlertRequest": {
      "$Kind": "ComplexType",
      "request": {
        "$Type": "UiPath.Orchestrator.CloudRobots.Model.HypervisorAlertCreateRequest"
      }
    },
    "HypervisorMaintenance": {
      "$Kind": "ComplexType",
      "PoolKey": {
        "$Type": "Edm.Guid"
      },
      "HostMachineNames": {
        "$Collection": true,
        "$Nullable": true
      },
      "Shutdown": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "JobStopStrategy": {
        "$Type": "UiPath.Server.Configuration.OData.JobStopStrategy",
        "$Nullable": true
      }
    },
    "HypervisorMaintenanceRequest": {
      "$Kind": "ComplexType",
      "request": {
        "$Type": "UiPath.Orchestrator.CloudRobots.Model.HypervisorMaintenance"
      }
    },
    "CloudPoolAndTemplateRequest": {
      "$Kind": "ComplexType",
      "request": {
        "$Type": "UiPath.Server.Configuration.OData.PoolAndTemplateRequest"
      }
    },
    "CloudPoolEditRequest": {
      "$Kind": "ComplexType",
      "request": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudPoolDto"
      }
    },
    "CloudTemplateAndDeployWorkstationRequest": {
      "$Kind": "ComplexType",
      "request": {
        "$Type": "UiPath.Server.Configuration.OData.TemplateAndWorkstationRequest"
      }
    },
    "CloudMachineSetRdpRequest": {
      "$Kind": "ComplexType",
      "request": {
        "$Type": "UiPath.Server.Configuration.OData.MachineSetRdpRequest"
      }
    },
    "CloudMachineResetAdminCredRequest": {
      "$Kind": "ComplexType",
      "request": {
        "$Type": "UiPath.Server.Configuration.OData.MachineResetAdminCredRequest"
      }
    },
    "CloudMachineRobotConnectionRequest": {
      "$Kind": "ComplexType",
      "request": {
        "$Type": "UiPath.Server.Configuration.OData.MachineRobotConnectionRequest"
      }
    },
    "CloudSnapshotsAddRequest": {
      "$Kind": "ComplexType",
      "request": {
        "$Type": "UiPath.Server.Configuration.OData.SnapshotEditOrAddRequest"
      }
    },
    "CloudSnapshotsEditRequest": {
      "$Kind": "ComplexType",
      "request": {
        "$Type": "UiPath.Server.Configuration.OData.SnapshotEditOrAddRequest"
      }
    }
  },
  "UiPath.Hypervisor.Client.Models": {
    "MachineSku": {
      "$Kind": "ComplexType",
      "Name": {
        "$Nullable": true
      },
      "MachineSizes": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.MachineSize",
        "$Nullable": true
      }
    },
    "DeployWorkstationResponse": {
      "$Kind": "ComplexType",
      "MachinePoolKey": {
        "$Type": "Edm.Guid"
      },
      "LicenseKey": {
        "$Nullable": true
      },
      "UnattendedRuntimes": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "TestingRuntimes": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "DeleteCurrentWorkstationPool": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      }
    },
    "RobotInfo": {
      "$Kind": "ComplexType",
      "LatestVersion": {
        "$Nullable": true
      },
      "DelayedVersion": {
        "$Nullable": true
      }
    },
    "CloudRobotPricing": {
      "$Kind": "ComplexType",
      "ScalingProfilePricings": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ScalingProfileRobotUnitPricing",
        "$Nullable": true
      },
      "RobotUnitPricings": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.RobotUnitPricing",
        "$Nullable": true
      }
    },
    "TenantRobotUnitProperties": {
      "$Kind": "ComplexType",
      "Expired": {
        "$Type": "Edm.Boolean"
      },
      "Total": {
        "$Type": "Edm.Int32"
      },
      "Used": {
        "$Type": "Edm.Int32"
      },
      "Reusable": {
        "$Type": "Edm.Int32"
      },
      "Available": {
        "$Type": "Edm.Int32"
      }
    }
  },
  "UiPath.Server.Configuration.OData": {
    "MachineDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "ServerlessLicensingModel": {
        "$Type": "UiPath.Server.Configuration.OData.MachineServerlessLicensingModel",
        "$Nullable": true
      },
      "LicenseKey": {
        "$Nullable": true
      },
      "Name": {
        "$MaxLength": 450
      },
      "Description": {
        "$Nullable": true
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.MachineType"
      },
      "Scope": {
        "$Type": "UiPath.Server.Configuration.OData.MachineScope"
      },
      "NonProductionSlots": {
        "$Type": "Edm.Int32"
      },
      "UnattendedSlots": {
        "$Type": "Edm.Int32"
      },
      "HeadlessSlots": {
        "$Type": "Edm.Int32"
      },
      "TestAutomationSlots": {
        "$Type": "Edm.Int32"
      },
      "HostingSlots": {
        "$Type": "Edm.Int32"
      },
      "AppTestSlots": {
        "$Type": "Edm.Int32"
      },
      "PerformanceTestSlots": {
        "$Type": "Edm.Int32"
      },
      "AutomationCloudSlots": {
        "$Type": "Edm.Int32"
      },
      "AutomationCloudTestAutomationSlots": {
        "$Type": "Edm.Int32"
      },
      "Key": {
        "$Type": "Edm.Guid"
      },
      "EndpointDetectionStatus": {
        "$Type": "UiPath.Server.Configuration.OData.EndpointDetectionStatus"
      },
      "RobotVersions": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.MachinesRobotVersionDto",
        "$Nullable": true
      },
      "RobotUsers": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.RobotUserDto",
        "$Nullable": true
      },
      "AutomationType": {
        "$Type": "UiPath.Server.Configuration.OData.AutomationType"
      },
      "TargetFramework": {
        "$Type": "UiPath.Server.Configuration.OData.MachineTargetFramework"
      },
      "UpdatePolicy": {
        "$Type": "UiPath.Server.Configuration.OData.UpdatePolicyDto",
        "$Nullable": true
      },
      "ClientSecret": {
        "$Nullable": true
      },
      "Tags": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TagDto",
        "$Nullable": true
      },
      "MaintenanceWindow": {
        "$Type": "UiPath.Server.Configuration.OData.MaintenanceWindowDto",
        "$Nullable": true
      },
      "VpnSettings": {
        "$Type": "UiPath.Server.Configuration.OData.MachineVpnSettingsDto",
        "$Nullable": true
      },
      "MachineSettings": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "ExportModel": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Id": {
        "$Type": "Edm.Int64"
      },
      "Name": {
        "$Nullable": true
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.ExportType"
      },
      "Status": {
        "$Type": "UiPath.Server.Configuration.OData.ExportStatus"
      },
      "RequestedAt": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "ExecutedAt": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "Size": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      }
    },
    "RobotDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "CredentialType": {
        "$Type": "UiPath.Server.Configuration.OData.CredentialType",
        "$Nullable": true
      },
      "CredentialStoreId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Password": {
        "$Nullable": true
      },
      "LicenseKey": {
        "$Nullable": true
      },
      "MachineName": {
        "$Nullable": true,
        "$MaxLength": 450
      },
      "MachineId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Name": {},
      "Username": {
        "$Nullable": true
      },
      "ExternalName": {
        "$Nullable": true
      },
      "Description": {
        "$Nullable": true
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.RobotType"
      },
      "HostingType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotHostingType"
      },
      "ProvisionType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotProvisionType"
      },
      "UserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Enabled": {
        "$Type": "Edm.Boolean"
      },
      "RobotEnvironments": {
        "$Nullable": true
      },
      "ExecutionSettings": {
        "$Type": "UiPath.Server.Configuration.OData.ExecutionSettingsValues",
        "$Nullable": true
      },
      "IsExternalLicensed": {
        "$Type": "Edm.Boolean"
      },
      "LimitConcurrentExecution": {
        "$Type": "Edm.Boolean"
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModifierUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "Environments": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.EnvironmentDto"
      }
    },
    "Dictionary_2OfString_String": {
      "$Kind": "ComplexType",
      "Keys": {
        "$Collection": true,
        "$Nullable": true
      },
      "Values": {
        "$Collection": true,
        "$Nullable": true
      }
    },
    "ExtendedRobotDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.RobotDto",
      "User": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.UserDto"
      }
    },
    "RobotLicenseDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Id": {
        "$Type": "Edm.Int64"
      },
      "RobotId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Timestamp": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      }
    },
    "RobotDeleteBulkRequest": {
      "$Kind": "ComplexType",
      "robotIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "RobotsConvertToFloatingRequest": {
      "$Kind": "ComplexType",
      "robotId": {
        "$Type": "Edm.Int64"
      }
    },
    "RobotsToggleEnabledStatusRequest": {
      "$Kind": "ComplexType",
      "robotIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "enabled": {
        "$Type": "Edm.Boolean"
      }
    },
    "SettingsDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {
        "$MaxLength": 128
      },
      "Value": {
        "$Nullable": true
      },
      "Scope": {
        "$Type": "UiPath.Server.Configuration.OData.SettingScopes",
        "$Nullable": true
      },
      "Id": {}
    },
    "LicenseFields": {
      "$Kind": "ComplexType",
      "$OpenType": true
    },
    "ResponseDictionaryDto": {
      "$Kind": "ComplexType",
      "Keys": {
        "$Collection": true,
        "$Nullable": true
      },
      "Values": {
        "$Collection": true,
        "$Nullable": true
      }
    },
    "CalendarDto": {
      "$Kind": "ComplexType",
      "TimeZoneId": {
        "$Nullable": true,
        "$MaxLength": 80
      },
      "ExcludedDates": {
        "$Collection": true,
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      }
    },
    "StorageSettingsDto": {
      "$Kind": "ComplexType",
      "Type": {
        "$MaxLength": 128
      },
      "Location": {
        "$MaxLength": 1024
      }
    },
    "UpdateSettingsDto": {
      "$Kind": "ComplexType",
      "UpdateServerSource": {
        "$Type": "UiPath.Server.Configuration.OData.UpdateServerSourceType"
      },
      "UpdateServerUrl": {
        "$Nullable": true
      },
      "PollingInterval": {
        "$Type": "Edm.Int32"
      }
    },
    "ActivitySettingsDto": {
      "$Kind": "ComplexType",
      "ApiVersion": {
        "$Nullable": true
      },
      "SignalR": {
        "$Type": "UiPath.Server.Configuration.OData.SignalRActivitySettingsDto",
        "$Nullable": true
      }
    },
    "AssistantSettingsDto": {
      "$Kind": "ComplexType",
      "ApiVersion": {
        "$Nullable": true
      },
      "BindingsConfigurationUrl": {
        "$Nullable": true
      },
      "EnableEmbeddedAssistantApps": {
        "$Type": "Edm.Boolean"
      }
    },
    "ExecutionSettingsConfiguration": {
      "$Kind": "ComplexType",
      "Scope": {
        "$Type": "UiPath.Server.Configuration.OData.ExecutionSettingsConfigScope"
      },
      "Configuration": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ExecutionSettingDefinition",
        "$Nullable": true
      }
    },
    "ConfigurationEntry": {
      "$Kind": "ComplexType",
      "$Abstract": true,
      "Key": {
        "$Nullable": true
      },
      "DisplayName": {
        "$Nullable": true
      },
      "ValueType": {
        "$Type": "UiPath.Server.Configuration.OData.ConfigurationValueType"
      }
    },
    "ConfigurationSection": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.ConfigurationEntry",
      "Configurations": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ConfigurationEntry",
        "$Nullable": true
      }
    },
    "ConfigurationValue": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.ConfigurationEntry",
      "DefaultValue": {
        "$Nullable": true
      },
      "IsMandatory": {
        "$Type": "Edm.Boolean"
      },
      "PossibleValues": {
        "$Collection": true,
        "$Nullable": true
      }
    },
    "LicenseDto": {
      "$Kind": "ComplexType",
      "Id": {
        "$Type": "Edm.Int64"
      },
      "ExpireDate": {
        "$Type": "Edm.Int64"
      },
      "GracePeriodEndDate": {
        "$Type": "Edm.Int64"
      },
      "GracePeriod": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "VersionControl": {
        "$Nullable": true
      },
      "Allowed": {
        "$Type": "UiPath.Server.Configuration.OData.LicenseFields",
        "$Nullable": true
      },
      "Used": {
        "$Type": "UiPath.Server.Configuration.OData.LicenseFields",
        "$Nullable": true
      },
      "AttendedConcurrent": {
        "$Type": "Edm.Boolean"
      },
      "DevelopmentConcurrent": {
        "$Type": "Edm.Boolean"
      },
      "StudioXConcurrent": {
        "$Type": "Edm.Boolean"
      },
      "StudioProConcurrent": {
        "$Type": "Edm.Boolean"
      },
      "LicensedFeatures": {
        "$Collection": true,
        "$Nullable": true
      },
      "IsRegistered": {
        "$Type": "Edm.Boolean"
      },
      "IsCommunity": {
        "$Type": "Edm.Boolean"
      },
      "IsProOrEnterprise": {
        "$Type": "Edm.Boolean"
      },
      "SubscriptionCode": {
        "$Nullable": true
      },
      "SubscriptionPlan": {
        "$Nullable": true
      },
      "IsExpired": {
        "$Type": "Edm.Boolean"
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Code": {
        "$Nullable": true
      },
      "UserLicensingEnabled": {
        "$Type": "Edm.Boolean"
      }
    },
    "ListResultDto_1OfNameValueDto": {
      "$Kind": "ComplexType",
      "Items": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.NameValueDto",
        "$Nullable": true
      }
    },
    "SettingsDeleteBulkRequest": {
      "$Kind": "ComplexType",
      "settingNames": {
        "$Collection": true,
        "$Nullable": true
      }
    },
    "SettingsUpdateBulkRequest": {
      "$Kind": "ComplexType",
      "settings": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.SettingsDto"
      }
    },
    "UpdateUserSettingRequest": {
      "$Kind": "ComplexType",
      "setting": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.SettingsDto"
      }
    },
    "ListResultDto_1OfLanguageInfo": {
      "$Kind": "ComplexType",
      "Items": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.LanguageInfo",
        "$Nullable": true
      }
    },
    "VerifySmtpSettingRequest": {
      "$Kind": "ComplexType",
      "sendTo": {},
      "smtpSettingModel": {
        "$Type": "UiPath.Server.Configuration.OData.SmtpSettingModel",
        "$Nullable": true
      }
    },
    "LicenseRequest": {
      "$Kind": "ComplexType",
      "licenseKey": {},
      "environment": {},
      "email": {
        "$Nullable": true
      }
    },
    "ExtendedCalendarDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "TimeZoneId": {
        "$Nullable": true,
        "$MaxLength": 80
      },
      "ExcludedDates": {
        "$Collection": true,
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Name": {
        "$Nullable": true,
        "$MaxLength": 150
      },
      "Key": {
        "$Type": "Edm.Guid"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "CalendarExistsRequest": {
      "$Kind": "ComplexType",
      "calendarName": {}
    },
    "UpdateInfoDto": {
      "$Kind": "EntityType",
      "UpdateStatus": {
        "$Type": "UiPath.Server.Configuration.OData.AutomationBundleProductUpdateStatus"
      },
      "Reason": {
        "$Type": "UiPath.Server.Configuration.OData.AutomationBundleProductUpdateStatusReason",
        "$Nullable": true
      },
      "TargetUpdateVersion": {
        "$Nullable": true
      },
      "IsCommunity": {
        "$Type": "Edm.Boolean"
      },
      "StatusInfo": {
        "$Nullable": true
      }
    },
    "SessionDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "HostMachineName": {
        "$Nullable": true
      },
      "MachineId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "MachineName": {
        "$Nullable": true
      },
      "State": {
        "$Type": "UiPath.Server.Configuration.OData.RobotState"
      },
      "ReportingTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Info": {
        "$Nullable": true
      },
      "IsUnresponsive": {
        "$Type": "Edm.Boolean"
      },
      "LicenseErrorCode": {
        "$Type": "UiPath.Server.Configuration.OData.LicenseErrorCode",
        "$Nullable": true
      },
      "OrganizationUnitId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "FolderName": {
        "$Nullable": true
      },
      "RobotSessionType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotSessionType"
      },
      "Version": {
        "$Nullable": true
      },
      "Source": {
        "$Type": "UiPath.Server.Configuration.OData.SessionSource",
        "$Nullable": true
      },
      "DebugModeExpirationDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "InstallationId": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "Platform": {
        "$Type": "UiPath.Server.Configuration.OData.PlatformType"
      },
      "EndpointDetection": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "Robot": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.RobotWithLicenseDto"
      },
      "Job": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.JobDto"
      },
      "UpdateInfo": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.UpdateInfoDto"
      }
    },
    "UserRobotsDto": {
      "$Kind": "ComplexType",
      "UserName": {
        "$Nullable": true
      },
      "RobotNames": {
        "$Collection": true,
        "$Nullable": true
      }
    },
    "MachineSessionDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.SessionDto",
      "ServiceUserName": {
        "$Nullable": true
      }
    },
    "MachineSessionRuntimeDto": {
      "$Kind": "ComplexType",
      "SessionId": {
        "$Type": "Edm.Int64"
      },
      "MachineId": {
        "$Type": "Edm.Int64"
      },
      "MachineKey": {
        "$Type": "Edm.Guid"
      },
      "MachineName": {
        "$Nullable": true
      },
      "MaintenanceMode": {
        "$Type": "UiPath.Server.Configuration.OData.SessionMaintenanceMode"
      },
      "HostMachineName": {
        "$Nullable": true
      },
      "RuntimeType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotType"
      },
      "MachineType": {
        "$Type": "UiPath.Server.Configuration.OData.MachineType"
      },
      "MachineScope": {
        "$Type": "UiPath.Server.Configuration.OData.MachineScope"
      },
      "Status": {
        "$Type": "UiPath.Server.Configuration.OData.RobotState"
      },
      "IsUnresponsive": {
        "$Type": "Edm.Boolean"
      },
      "Runtimes": {
        "$Type": "Edm.Int64"
      },
      "UsedRuntimes": {
        "$Type": "Edm.Int64"
      },
      "ServiceUserName": {
        "$Nullable": true
      },
      "ReportingTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Version": {
        "$Nullable": true
      },
      "DebugModeExpirationDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "Platform": {
        "$Type": "UiPath.Server.Configuration.OData.PlatformType"
      },
      "EndpointDetection": {
        "$Nullable": true
      },
      "TriggersCount": {
        "$Type": "Edm.Int32"
      }
    },
    "SessionsToggleMachineSessionDebugModeRequest": {
      "$Kind": "ComplexType",
      "enabled": {
        "$Type": "Edm.Boolean"
      },
      "minutes": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      }
    },
    "DeleteInactiveSessionsParameters": {
      "$Kind": "ComplexType",
      "sessionIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "SessionMaintenanceModeParameters": {
      "$Kind": "ComplexType",
      "SessionId": {
        "$Type": "Edm.Int64"
      },
      "MaintenanceMode": {
        "$Type": "UiPath.Server.Configuration.OData.SessionMaintenanceMode"
      },
      "StopJobsStrategy": {
        "$Type": "UiPath.Server.Configuration.OData.StopStrategy",
        "$Nullable": true
      }
    },
    "MachineDeleteBulkRequest": {
      "$Kind": "ComplexType",
      "machineIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "MachineAssignedEntitiesDto": {
      "$Kind": "ComplexType",
      "$OpenType": true,
      "MachineId": {
        "$Type": "Edm.Int64"
      },
      "ExecutingJobsCount": {
        "$Type": "Edm.Int32"
      },
      "RunnableJobsCount": {
        "$Type": "Edm.Int32"
      }
    },
    "MachineRuntimeDto": {
      "$Kind": "ComplexType",
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.RobotType"
      },
      "Total": {
        "$Type": "Edm.Int64"
      },
      "Connected": {
        "$Type": "Edm.Int64"
      },
      "Available": {
        "$Type": "Edm.Int64"
      },
      "IsAutomationEdge": {
        "$Type": "Edm.Boolean"
      }
    },
    "LicenseNamedUserDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Key"
      ],
      "Key": {},
      "UserName": {
        "$Nullable": true
      },
      "LastLoginDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "MachinesCount": {
        "$Type": "Edm.Int32"
      },
      "IsLicensed": {
        "$Type": "Edm.Boolean"
      },
      "IsExternalLicensed": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "ActiveRobotId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "MachineNames": {
        "$Collection": true,
        "$Nullable": true
      },
      "ActiveMachineNames": {
        "$Collection": true,
        "$Nullable": true
      }
    },
    "LicenseRuntimeDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Key"
      ],
      "Key": {},
      "MachineId": {
        "$Type": "Edm.Int64"
      },
      "MachineName": {
        "$Nullable": true
      },
      "HostMachineName": {
        "$Nullable": true
      },
      "ServiceUserName": {
        "$Nullable": true
      },
      "MachineType": {
        "$Type": "UiPath.Server.Configuration.OData.MachineType"
      },
      "Runtimes": {
        "$Type": "Edm.Int32"
      },
      "RobotsCount": {
        "$Type": "Edm.Int32"
      },
      "ExecutingCount": {
        "$Type": "Edm.Int32"
      },
      "IsOnline": {
        "$Type": "Edm.Boolean"
      },
      "IsLicensed": {
        "$Type": "Edm.Boolean"
      },
      "Enabled": {
        "$Type": "Edm.Boolean"
      },
      "MachineScope": {
        "$Type": "UiPath.Server.Configuration.OData.MachineScope"
      }
    },
    "LicensesToggleEnabledRequest": {
      "$Kind": "ComplexType",
      "key": {},
      "robotType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotType"
      },
      "enabled": {
        "$Type": "Edm.Boolean"
      }
    },
    "ReleaseDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "TargetRuntime": {
        "$Nullable": true
      },
      "IsConversational": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "ProcessVersion": {
        "$Nullable": true
      },
      "ProjectKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "PublisherLicense": {
        "$Type": "UiPath.Server.Configuration.OData.PublisherLicenseType"
      },
      "EnvironmentId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Key": {
        "$Nullable": true
      },
      "ProcessKey": {},
      "IsLatestVersion": {
        "$Type": "Edm.Boolean"
      },
      "IsProcessDeleted": {
        "$Type": "Edm.Boolean"
      },
      "Description": {
        "$Nullable": true
      },
      "Name": {},
      "EnvironmentName": {
        "$Nullable": true
      },
      "EntryPointId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "EntryPointPath": {
        "$Nullable": true
      },
      "InputArguments": {
        "$Nullable": true,
        "$MaxLength": 10000
      },
      "EnvironmentVariables": {
        "$Nullable": true,
        "$MaxLength": 4000
      },
      "ProcessType": {
        "$Type": "UiPath.Server.Configuration.OData.ProcessType"
      },
      "SupportsMultipleEntryPoints": {
        "$Type": "Edm.Boolean"
      },
      "RequiresUserInteraction": {
        "$Type": "Edm.Boolean"
      },
      "MinRequiredRobotVersion": {
        "$Nullable": true
      },
      "IsAttended": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "IsCompiled": {
        "$Type": "Edm.Boolean"
      },
      "AutomationHubIdeaUrl": {
        "$Nullable": true
      },
      "Arguments": {
        "$Type": "UiPath.Server.Configuration.OData.ArgumentMetadata",
        "$Nullable": true
      },
      "ProcessSettings": {
        "$Type": "UiPath.Server.Configuration.OData.ProcessSettingsDto",
        "$Nullable": true
      },
      "VideoRecordingSettings": {
        "$Type": "UiPath.Server.Configuration.OData.VideoRecordingSettingsDto",
        "$Nullable": true
      },
      "AutoUpdate": {
        "$Type": "Edm.Boolean"
      },
      "HiddenForAttendedUser": {
        "$Type": "Edm.Boolean"
      },
      "FeedId": {
        "$Type": "Edm.Guid"
      },
      "JobPriority": {
        "$Type": "UiPath.Server.Configuration.OData.JobPriority",
        "$Nullable": true
      },
      "SpecificPriorityValue": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "FolderKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "OrganizationUnitId": {
        "$Type": "Edm.Int64"
      },
      "OrganizationUnitFullyQualifiedName": {
        "$Nullable": true
      },
      "TargetFramework": {
        "$Type": "UiPath.Server.Configuration.OData.TargetFramework"
      },
      "RobotSize": {
        "$Type": "UiPath.Server.Configuration.OData.RobotSize",
        "$Nullable": true
      },
      "Tags": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TagDto",
        "$Nullable": true
      },
      "ResourceOverwrites": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ResourceOverwriteDto",
        "$Nullable": true
      },
      "AutoCreateConnectedTriggers": {
        "$Type": "Edm.Boolean"
      },
      "RemoteControlAccess": {
        "$Type": "UiPath.Server.Configuration.OData.RemoteControlAccess"
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModifierUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "Environment": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.EnvironmentDto"
      },
      "EntryPoint": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.EntryPointDto"
      },
      "CurrentVersion": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.ReleaseVersionDto"
      },
      "ReleaseVersions": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ReleaseVersionDto"
      }
    },
    "ReleasesUpdateToSpecificPackageVersionRequest": {
      "$Kind": "ComplexType",
      "packageVersion": {}
    },
    "ResourceOverwriteDto": {
      "$Kind": "ComplexType",
      "Properties2": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.NameValueDto",
        "$Nullable": true
      },
      "ResourceType": {
        "$Type": "UiPath.Server.Configuration.OData.PackageResourceType"
      },
      "ResourceKey": {},
      "EntityId": {
        "$Nullable": true,
        "$MaxLength": 50
      },
      "EntityKey": {
        "$Nullable": true,
        "$MaxLength": 50
      },
      "Source": {
        "$Type": "UiPath.Server.Configuration.OData.Source"
      },
      "Properties": {
        "$Type": "UiPath.Server.Configuration.OData.ResourceOverwritePropertiesDto",
        "$Nullable": true
      },
      "EntityDisplayName": {
        "$Nullable": true
      },
      "EntityFolderId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      }
    },
    "ExtendedResourceOverwriteDto": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.ResourceOverwriteDto",
      "ResourceName": {
        "$Nullable": true
      }
    },
    "ReleaseUserOverwritesDto": {
      "$Kind": "ComplexType",
      "UserId": {
        "$Type": "Edm.Int64"
      },
      "Name": {
        "$Nullable": true
      },
      "Surname": {
        "$Nullable": true
      },
      "Username": {
        "$Nullable": true
      },
      "OverwritesCount": {
        "$Type": "Edm.Int32"
      },
      "Status": {
        "$Type": "UiPath.Server.Configuration.OData.ReleaseUserOverwritesStatus"
      }
    },
    "GetReleasesBindingsRequest": {
      "$Kind": "ComplexType",
      "processKeys": {
        "$Collection": true,
        "$Type": "Edm.Guid"
      },
      "includeResourceOverwrites": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      }
    },
    "ReleaseTrayBindingsModel": {
      "$Kind": "ComplexType",
      "Key": {
        "$Type": "Edm.Guid"
      },
      "Name": {
        "$Nullable": true
      },
      "PackageId": {
        "$Nullable": true
      },
      "PackageVersion": {
        "$Nullable": true
      },
      "BindingsJson": {
        "$Nullable": true
      },
      "ResourceOverwrites": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ResourceOverwriteDto",
        "$Nullable": true
      }
    },
    "ReleasesUpdateToLatestPackageVersionBulkRequest": {
      "$Kind": "ComplexType",
      "releaseIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "mergePackageTags": {
        "$Type": "Edm.Boolean"
      }
    },
    "BulkOperationResponseDto_1OfInt64": {
      "$Kind": "ComplexType",
      "Success": {
        "$Type": "Edm.Boolean"
      },
      "Message": {
        "$Nullable": true
      },
      "FailedItems": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "ReleasesUpdateToLatestPackageVersionBulkRequestByKey": {
      "$Kind": "ComplexType",
      "releaseKeys": {
        "$Collection": true,
        "$Type": "Edm.Guid"
      },
      "mergePackageTags": {
        "$Type": "Edm.Boolean"
      }
    },
    "BulkOperationResponseDto_1OfGuid": {
      "$Kind": "ComplexType",
      "Success": {
        "$Type": "Edm.Boolean"
      },
      "Message": {
        "$Nullable": true
      },
      "FailedItems": {
        "$Collection": true,
        "$Type": "Edm.Guid"
      }
    },
    "PackageResourceDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "ResourceId": {
        "$Nullable": true
      },
      "ResourceName": {
        "$Nullable": true
      },
      "ResourceType": {
        "$Type": "UiPath.Server.Configuration.OData.PackageResourceType"
      },
      "Comment": {
        "$Nullable": true
      },
      "ResourceKey": {
        "$Nullable": true
      },
      "Properties": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.PackageResourcePropertyDto",
        "$Nullable": true
      },
      "FolderFullyQualifiedName": {
        "$Nullable": true
      },
      "FolderId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "FolderType": {
        "$Type": "UiPath.Server.Configuration.OData.FolderType",
        "$Nullable": true
      },
      "FolderProvisionType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotProvisionType",
        "$Nullable": true
      },
      "ValidationResult": {
        "$Type": "UiPath.Server.Configuration.OData.ResourceValidationResult"
      },
      "ValidationError": {
        "$Nullable": true
      },
      "IsOverwritable": {
        "$Type": "Edm.Boolean"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "ReleasesValidateResourcesRequest": {
      "$Kind": "ComplexType",
      "processKey": {},
      "userId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      }
    },
    "PackageResourceValidationDto": {
      "$Kind": "ComplexType",
      "SuccessCount": {
        "$Type": "Edm.Int32"
      },
      "UnknownCount": {
        "$Type": "Edm.Int32"
      },
      "ErrorCount": {
        "$Type": "Edm.Int32"
      }
    },
    "ReleasesUpdateByKeyRequest": {
      "$Kind": "ComplexType",
      "ReleaseKey": {},
      "ProcessVersion": {
        "$Nullable": true
      },
      "EntryPointPath": {
        "$Nullable": true
      },
      "InputArgs": {
        "$Nullable": true
      }
    },
    "ReleaseGetModel": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.ReleaseDto",
      "RetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction"
      },
      "RetentionPeriod": {
        "$Type": "Edm.Int32"
      },
      "RetentionBucketId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "RetentionBucketName": {
        "$Nullable": true
      },
      "StaleRetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction",
        "$Nullable": true
      },
      "StaleRetentionPeriod": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "SupportsJsonSchemaEntryPoints": {
        "$Type": "Edm.Boolean"
      },
      "StaleRetentionBucketId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "StaleRetentionBucketName": {
        "$Nullable": true
      },
      "ArgumentsV2": {
        "$Type": "UiPath.Server.Configuration.OData.ArgumentMetadata",
        "$Nullable": true
      },
      "EntryPointV2": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.EntryPointV2Dto"
      }
    },
    "SetUserOverwritesRequest": {
      "$Kind": "ComplexType",
      "processKey": {
        "$Type": "Edm.Guid"
      },
      "userKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "userId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "overwrites": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ResourceOverwriteDto",
        "$Nullable": true
      }
    },
    "PatchResourceOverwritesRequest": {
      "$Kind": "ComplexType",
      "ProcessKeys": {
        "$Collection": true,
        "$Type": "Edm.Guid"
      },
      "Overwrites": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ExtendedResourceOverwriteDto",
        "$Nullable": true
      },
      "Replace": {
        "$Type": "Edm.Boolean"
      }
    },
    "IEnumerable_1OfResourceOverwriteDto": {
      "$Kind": "ComplexType",
      "$Abstract": true
    },
    "IEnumerable_1OfReleaseUserOverwritesDto": {
      "$Kind": "ComplexType",
      "$Abstract": true
    },
    "IEnumerable_1OfReleaseTrayBindingsModel": {
      "$Kind": "ComplexType",
      "$Abstract": true
    },
    "ReleaseRetentionSettingDto": {
      "$Kind": "EntityType",
      "$Key": [
        "ReleaseId"
      ],
      "ReleaseId": {
        "$Type": "Edm.Int64"
      },
      "Action": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction"
      },
      "Period": {
        "$Type": "Edm.Int32"
      },
      "BucketId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionType",
        "$Nullable": true
      }
    },
    "ReleaseListModel": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.ReleaseDto",
      "OrganizationUnitType": {
        "$Type": "UiPath.Server.Configuration.OData.FolderType"
      },
      "RetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction"
      },
      "RetentionPeriod": {
        "$Type": "Edm.Int32"
      },
      "StaleRetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction",
        "$Nullable": true
      },
      "StaleRetentionPeriod": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "ArgumentsV2": {
        "$Type": "UiPath.Server.Configuration.OData.ArgumentMetadata",
        "$Nullable": true
      },
      "EntryPointV2": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.EntryPointV2Dto"
      }
    },
    "ProcessSetEnabledRequest": {
      "$Kind": "ComplexType",
      "enabled": {
        "$Type": "Edm.Boolean"
      },
      "multistatusEnabled": {
        "$Type": "Edm.Boolean"
      },
      "scheduleIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "ProcessScheduleDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Key": {
        "$Type": "Edm.Guid"
      },
      "Enabled": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "Name": {
        "$MaxLength": 255
      },
      "ReleaseId": {
        "$Type": "Edm.Int64"
      },
      "ReleaseKey": {
        "$Nullable": true
      },
      "ReleaseName": {
        "$Nullable": true
      },
      "EntryPointPath": {
        "$Nullable": true
      },
      "PackageName": {
        "$Nullable": true
      },
      "EnvironmentName": {
        "$Nullable": true
      },
      "EnvironmentId": {
        "$Nullable": true
      },
      "JobPriority": {
        "$Type": "UiPath.Server.Configuration.OData.JobPriority",
        "$Nullable": true
      },
      "SpecificPriorityValue": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "RuntimeType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotType",
        "$Nullable": true
      },
      "StartProcessCron": {
        "$Nullable": true
      },
      "StartProcessCronDetails": {
        "$Nullable": true
      },
      "StartProcessCronSummary": {
        "$Nullable": true
      },
      "StartProcessNextOccurrence": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "StartStrategy": {
        "$Type": "Edm.Int32"
      },
      "StopProcessExpression": {
        "$Nullable": true
      },
      "StopStrategy": {
        "$Type": "UiPath.Server.Configuration.OData.StopStrategy",
        "$Nullable": true
      },
      "KillProcessExpression": {
        "$Nullable": true
      },
      "ExternalJobKey": {
        "$Nullable": true
      },
      "ExternalJobKeyScheduler": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "TimeZoneId": {
        "$MaxLength": 80
      },
      "TimeZoneIana": {
        "$Nullable": true
      },
      "UseCalendar": {
        "$Type": "Edm.Boolean"
      },
      "CalendarId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CalendarName": {
        "$Nullable": true
      },
      "CalendarKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "StopProcessDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "InputArguments": {
        "$Nullable": true,
        "$MaxLength": 10000
      },
      "InputFile": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "QueueDefinitionId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "QueueDefinitionName": {
        "$Nullable": true
      },
      "ActivateOnJobComplete": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "ItemsActivationThreshold": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "ItemsPerJobActivationTarget": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "MaxJobsForActivation": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "ResumeOnSameContext": {
        "$Type": "Edm.Boolean"
      },
      "Description": {
        "$Nullable": true,
        "$MaxLength": 512
      },
      "MachineRobots": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.MachineRobotSessionDto",
        "$Nullable": true
      },
      "Tags": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TagDto",
        "$Nullable": true
      },
      "AlertPendingExpression": {
        "$Nullable": true
      },
      "AlertRunningExpression": {
        "$Nullable": true
      },
      "RunAsMe": {
        "$Type": "Edm.Boolean"
      },
      "ConsecutiveJobFailuresThreshold": {
        "$Type": "Edm.Int32"
      },
      "JobFailuresGracePeriodInHours": {
        "$Type": "Edm.Int32"
      },
      "IsConnected": {
        "$Type": "Edm.Boolean"
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "ExecutorRobots": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.RobotExecutorDto"
      }
    },
    "ValidateProcessScheduleRequest": {
      "$Kind": "ComplexType",
      "processSchedule": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.ProcessScheduleDto"
      }
    },
    "ValidationResultDto": {
      "$Kind": "ComplexType",
      "IsValid": {
        "$Type": "Edm.Boolean"
      },
      "Errors": {
        "$Collection": true,
        "$Nullable": true
      },
      "ErrorCodes": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.JobPendingReasons"
      }
    },
    "List_1OfInt64": {
      "$Kind": "ComplexType",
      "Capacity": {
        "$Type": "Edm.Int32"
      }
    },
    "AssetDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Key": {
        "$Type": "Edm.Guid"
      },
      "Name": {
        "$MaxLength": 256
      },
      "CanBeDeleted": {
        "$Type": "Edm.Boolean"
      },
      "ValueScope": {
        "$Type": "UiPath.Server.Configuration.OData.AssetValueScope"
      },
      "ValueType": {
        "$Type": "UiPath.Server.Configuration.OData.AssetValueType"
      },
      "Value": {
        "$Nullable": true
      },
      "StringValue": {
        "$Nullable": true,
        "$MaxLength": 1000000
      },
      "BoolValue": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "IntValue": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "CredentialUsername": {
        "$Nullable": true,
        "$MaxLength": 512
      },
      "CredentialPassword": {
        "$Nullable": true,
        "$MaxLength": 25000
      },
      "SecretValue": {
        "$Nullable": true,
        "$MaxLength": 25000
      },
      "ExternalName": {
        "$Nullable": true
      },
      "CredentialStoreId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "KeyValueList": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.CustomKeyValuePair",
        "$Nullable": true
      },
      "HasDefaultValue": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "Description": {
        "$Nullable": true,
        "$MaxLength": 250
      },
      "Tags": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TagDto",
        "$Nullable": true
      },
      "FoldersCount": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModifierUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "RobotValues": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.AssetRobotValueDto"
      },
      "UserValues": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.AssetUserValueDto"
      }
    },
    "AssetFoldersShareDto": {
      "$Kind": "ComplexType",
      "AssetIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "ToAddFolderIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "ToRemoveFolderIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "AssetsGetRobotByNameAndKeyRequest": {
      "$Kind": "ComplexType",
      "robotKey": {
        "$Nullable": true
      },
      "assetName": {},
      "supportsCredentialsProxyDisconnected": {
        "$Type": "Edm.Boolean"
      }
    },
    "UserAssetDto": {
      "$Kind": "ComplexType",
      "Name": {
        "$MaxLength": 128
      },
      "ValueType": {
        "$Type": "UiPath.Server.Configuration.OData.AssetValueType"
      },
      "Value": {
        "$Nullable": true
      },
      "StringValue": {
        "$Nullable": true,
        "$MaxLength": 1000000
      },
      "BoolValue": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "IntValue": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "SecretValue": {
        "$Nullable": true
      },
      "CredentialUsername": {
        "$Nullable": true
      },
      "CredentialPassword": {
        "$Nullable": true
      },
      "ExternalName": {
        "$Nullable": true
      },
      "CredentialStoreId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "KeyValueList": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.CustomKeyValuePair",
        "$Nullable": true
      },
      "ConnectionData": {
        "$Type": "UiPath.Server.Configuration.OData.CredentialsConnectionData",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "AssetsSetRobotAssetsByKeyRequest": {
      "$Kind": "ComplexType",
      "robotKey": {},
      "robotAsset": {
        "$Type": "UiPath.Server.Configuration.OData.UserAssetDto"
      }
    },
    "BusinessRuleDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {
        "$Nullable": true,
        "$MaxLength": 100
      },
      "Description": {
        "$Nullable": true,
        "$MaxLength": 250
      },
      "CurrentVersion": {
        "$Type": "UiPath.Server.Configuration.OData.BusinessRuleVersionDto",
        "$Nullable": true
      },
      "FoldersCount": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "Tags": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TagDto",
        "$Nullable": true
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModifierUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Guid"
      }
    },
    "BusinessRuleVersionDownloadResponse": {
      "$Kind": "ComplexType",
      "VersionNumber": {
        "$Nullable": true
      },
      "BusinessRuleName": {
        "$Nullable": true
      },
      "DownloadUri": {
        "$Type": "UiPath.Server.Configuration.OData.BlobFileAccessDto",
        "$Nullable": true
      }
    },
    "BusinessRuleVersionDto": {
      "$Kind": "ComplexType",
      "BusinessRuleKey": {
        "$Type": "Edm.Guid"
      },
      "VersionNumber": {
        "$Nullable": true
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "IsActive": {
        "$Type": "Edm.Boolean"
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Id": {
        "$Type": "Edm.Guid"
      }
    },
    "BusinessRuleFolderShareRequest": {
      "$Kind": "ComplexType",
      "BusinessRuleKeys": {
        "$Collection": true,
        "$Type": "Edm.Guid"
      },
      "ToAddFolderIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "ToRemoveFolderIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "Void": {
      "$Kind": "ComplexType"
    },
    "AttachmentDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {
        "$MaxLength": 256
      },
      "JobKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "AttachmentCategory": {
        "$Nullable": true,
        "$MaxLength": 128
      },
      "BlobFileAccess": {
        "$Type": "UiPath.Server.Configuration.OData.BlobFileAccessDto",
        "$Nullable": true
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModifierUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Guid"
      }
    },
    "LibraryDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Created": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "LastUpdated": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Owners": {
        "$Nullable": true
      },
      "IconUrl": {
        "$Nullable": true
      },
      "Summary": {
        "$Nullable": true
      },
      "PackageSize": {
        "$Type": "Edm.Int64"
      },
      "IsPrerelease": {
        "$Type": "Edm.Boolean"
      },
      "Title": {
        "$Nullable": true
      },
      "Version": {
        "$Nullable": true
      },
      "Key": {
        "$Nullable": true
      },
      "Description": {
        "$Nullable": true
      },
      "Published": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "IsLatestVersion": {
        "$Type": "Edm.Boolean"
      },
      "OldVersion": {
        "$Nullable": true
      },
      "ReleaseNotes": {
        "$Nullable": true
      },
      "Authors": {
        "$Nullable": true
      },
      "ProjectType": {
        "$Type": "UiPath.Server.Configuration.OData.ProjectType"
      },
      "Tags": {
        "$Nullable": true
      },
      "IsCompiled": {
        "$Type": "Edm.Boolean"
      },
      "LicenseUrl": {
        "$Nullable": true
      },
      "ProjectUrl": {
        "$Nullable": true
      },
      "ResourceTags": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TagDto",
        "$Nullable": true
      },
      "Id": {}
    },
    "BulkItemDto_1OfString": {
      "$Kind": "ComplexType",
      "Key": {
        "$Nullable": true
      },
      "Status": {
        "$Type": "UiPath.Server.Configuration.OData.HttpStatusCode"
      },
      "Body": {
        "$Nullable": true
      }
    },
    "ProcessDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "PackageType": {
        "$Type": "UiPath.Server.Configuration.OData.PackageType",
        "$Nullable": true
      },
      "TargetRuntime": {
        "$Nullable": true
      },
      "IsActive": {
        "$Type": "Edm.Boolean"
      },
      "Arguments": {
        "$Type": "UiPath.Server.Configuration.OData.ArgumentMetadata"
      },
      "SupportsMultipleEntryPoints": {
        "$Type": "Edm.Boolean"
      },
      "MainEntryPointPath": {
        "$Nullable": true
      },
      "RequiresUserInteraction": {
        "$Type": "Edm.Boolean"
      },
      "IsAttended": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "SupportsJsonSchemaEntryPoints": {
        "$Type": "Edm.Boolean"
      },
      "TargetFramework": {
        "$Type": "UiPath.Server.Configuration.OData.TargetFramework"
      },
      "OldVersion": {
        "$Nullable": true
      },
      "ReleaseNotes": {
        "$Nullable": true
      },
      "IsCompiled": {
        "$Type": "Edm.Boolean"
      },
      "LicenseUrl": {
        "$Nullable": true
      },
      "ProjectUrl": {
        "$Nullable": true
      },
      "Description": {
        "$Nullable": true
      },
      "Authors": {
        "$Nullable": true
      },
      "Title": {
        "$Nullable": true
      },
      "RobotVersion": {
        "$Nullable": true
      },
      "Version": {
        "$Nullable": true
      },
      "Key": {
        "$Nullable": true
      },
      "Published": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "IsLatestVersion": {
        "$Type": "Edm.Boolean"
      },
      "ProjectType": {
        "$Type": "UiPath.Server.Configuration.OData.ProjectType"
      },
      "Tags": {
        "$Nullable": true
      },
      "ResourceTags": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TagDto",
        "$Nullable": true
      },
      "Id": {},
      "EntryPoints": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.EntryPointDto"
      }
    },
    "EntryPointDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "UniqueId": {
        "$Type": "Edm.Guid"
      },
      "Path": {
        "$Nullable": true
      },
      "InputArguments": {
        "$Nullable": true
      },
      "OutputArguments": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "DataVariation": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.EntryPointDataVariationDto"
      }
    },
    "EntryPointV2Dto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "ContentRoot": {
        "$Nullable": true
      },
      "UniqueId": {
        "$Type": "Edm.Guid"
      },
      "Path": {
        "$Nullable": true
      },
      "DisplayName": {
        "$Nullable": true
      },
      "InputArguments": {
        "$Nullable": true
      },
      "OutputArguments": {
        "$Nullable": true
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.EntryPointType",
        "$Nullable": true
      },
      "TargetRuntime": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "DataVariation": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.EntryPointDataVariationDto"
      }
    },
    "FeedEntryDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Title": {
        "$Nullable": true
      },
      "Version": {
        "$Nullable": true
      },
      "Key": {
        "$Nullable": true
      },
      "Description": {
        "$Nullable": true
      },
      "Published": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "Id": {}
    },
    "FeedEntryVersionDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.FeedEntryDto",
      "IsMetadataImported": {
        "$Type": "Edm.Boolean"
      }
    },
    "OkResult": {
      "$Kind": "ComplexType"
    },
    "ArgumentMetadata": {
      "$Kind": "ComplexType",
      "Input": {
        "$Nullable": true
      },
      "Output": {
        "$Nullable": true
      }
    },
    "ProcessesSetArgumentsRequest": {
      "$Kind": "ComplexType",
      "key": {},
      "arguments": {
        "$Type": "UiPath.Server.Configuration.OData.ArgumentMetadata"
      }
    },
    "EntryPointDataVariationDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Content": {
        "$Nullable": true
      },
      "ContentType": {
        "$Type": "UiPath.Server.Configuration.OData.DataVariationContentType"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "LogDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Level": {
        "$Type": "UiPath.Server.Configuration.OData.LogLevel"
      },
      "WindowsIdentity": {
        "$Nullable": true
      },
      "ProcessName": {
        "$Nullable": true
      },
      "TimeStamp": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Message": {
        "$Nullable": true
      },
      "JobKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "RawMessage": {
        "$Nullable": true
      },
      "RobotName": {
        "$Nullable": true
      },
      "HostMachineName": {
        "$Nullable": true
      },
      "MachineId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "MachineKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "RuntimeType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotType",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "LogReportableDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "TimeStampAbs": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "RobotName": {
        "$Nullable": true
      },
      "ProcessName": {
        "$Nullable": true
      },
      "HostMachineName": {
        "$Nullable": true
      },
      "WindowsIdentity": {
        "$Nullable": true
      },
      "Message": {
        "$Nullable": true
      },
      "JobKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "RawMessage": {
        "$Nullable": true
      },
      "MachineId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "RuntimeType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotType",
        "$Nullable": true
      },
      "MachineKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "TimeStamp": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Level": {
        "$Type": "UiPath.Server.Configuration.OData.LogLevel"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "QueueDefinitionDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "OrganizationUnitFullyQualifiedName": {
        "$Nullable": true
      },
      "Key": {
        "$Type": "Edm.Guid"
      },
      "Name": {},
      "Description": {
        "$Nullable": true
      },
      "MaxNumberOfRetries": {
        "$Type": "Edm.Int32"
      },
      "AcceptAutomaticallyRetry": {
        "$Type": "Edm.Boolean"
      },
      "RetryAbandonedItems": {
        "$Type": "Edm.Boolean"
      },
      "EnforceUniqueReference": {
        "$Type": "Edm.Boolean"
      },
      "Encrypted": {
        "$Type": "Edm.Boolean"
      },
      "SpecificDataJsonSchema": {
        "$Nullable": true
      },
      "OutputDataJsonSchema": {
        "$Nullable": true
      },
      "AnalyticsDataJsonSchema": {
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "ProcessScheduleId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "SlaInMinutes": {
        "$Type": "Edm.Int32"
      },
      "RiskSlaInMinutes": {
        "$Type": "Edm.Int32"
      },
      "ReleaseId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "IsProcessInCurrentFolder": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "FoldersCount": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "OrganizationUnitId": {
        "$Type": "Edm.Int64"
      },
      "Tags": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TagDto",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "QueueItemSpecificContent": {
      "$Kind": "ComplexType",
      "$OpenType": true
    },
    "QueueItemDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "OrganizationUnitFullyQualifiedName": {
        "$Nullable": true
      },
      "AncestorUniqueKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "ManualAncestorUniqueKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "CreatorJobKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "ExecutorJobKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "RobotId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "ParentOperationId": {
        "$Nullable": true
      },
      "OperationId": {
        "$Nullable": true
      },
      "FpsContext": {
        "$Nullable": true
      },
      "OutputData": {
        "$Nullable": true
      },
      "AnalyticsData": {
        "$Nullable": true
      },
      "ReviewerUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Key": {
        "$Type": "Edm.Guid"
      },
      "Reference": {
        "$Nullable": true
      },
      "DueDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "RiskSlaDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "DeferDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "StartProcessing": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "EndProcessing": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "SecondsInPreviousAttempts": {
        "$Type": "Edm.Int32"
      },
      "AncestorId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "ManualAncestorId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "RetryNumber": {
        "$Type": "Edm.Int32"
      },
      "ManualRetryNumber": {
        "$Type": "Edm.Int32"
      },
      "UniqueKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "SpecificData": {
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Progress": {
        "$Nullable": true
      },
      "RowVersion": {
        "$Type": "Edm.Binary",
        "$Nullable": true
      },
      "OrganizationUnitId": {
        "$Type": "Edm.Int64"
      },
      "QueueDefinitionId": {
        "$Type": "Edm.Int64"
      },
      "ProcessingException": {
        "$Type": "UiPath.Server.Configuration.OData.ProcessingExceptionDto",
        "$Nullable": true
      },
      "Error": {
        "$Type": "UiPath.Server.Configuration.OData.QueueItemErrorDto",
        "$Nullable": true
      },
      "Encrypted": {
        "$Type": "Edm.Boolean"
      },
      "SpecificContent": {
        "$Type": "UiPath.Server.Configuration.OData.QueueItemSpecificContent",
        "$Nullable": true
      },
      "Output": {
        "$Type": "UiPath.Server.Configuration.OData.QueueItemOutput",
        "$Nullable": true
      },
      "Analytics": {
        "$Type": "UiPath.Server.Configuration.OData.QueueItemAnalytics",
        "$Nullable": true
      },
      "Status": {
        "$Type": "UiPath.Server.Configuration.OData.ProcessingStatus"
      },
      "ReviewStatus": {
        "$Type": "UiPath.Server.Configuration.OData.ReviewStatus"
      },
      "ProcessingExceptionType": {
        "$Type": "UiPath.Server.Configuration.OData.ProcessingExceptionType",
        "$Nullable": true
      },
      "Priority": {
        "$Type": "UiPath.Server.Configuration.OData.Priority"
      },
      "HasVideoRecorded": {
        "$Type": "Edm.Boolean"
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "QueueDefinition": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto"
      },
      "ReviewerUser": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.SimpleUserDto"
      },
      "Robot": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.SimpleRobotDto"
      }
    },
    "QueueItemReportableDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "QueueDefinitionId": {
        "$Type": "Edm.Int64"
      },
      "Status": {
        "$Type": "UiPath.Server.Configuration.OData.ProcessingStatus"
      },
      "ReviewStatus": {
        "$Type": "UiPath.Server.Configuration.OData.ReviewStatus"
      },
      "Reference": {
        "$Nullable": true
      },
      "ProcessingExceptionType": {
        "$Type": "UiPath.Server.Configuration.OData.ProcessingExceptionType",
        "$Nullable": true
      },
      "DueDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "DueDateAbs": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "Priority": {
        "$Type": "UiPath.Server.Configuration.OData.Priority"
      },
      "RobotName": {
        "$Nullable": true
      },
      "DeferDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "DeferDateAbs": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "StartProcessing": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "StartProcessingAbs": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "EndProcessing": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "EndProcessingAbs": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "SecondsInPreviousAttempts": {
        "$Type": "Edm.Int32"
      },
      "AncestorId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "AncestorUniqueKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "RetryNumber": {
        "$Type": "Edm.Int32"
      },
      "ManualAncestorId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "ManualAncestorUniqueKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "ManualRetryNumber": {
        "$Type": "Edm.Int32"
      },
      "UniqueKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "SpecificData": {
        "$Nullable": true
      },
      "Key": {
        "$Type": "Edm.Guid"
      },
      "ReviewerName": {
        "$Nullable": true
      },
      "ProcessingExceptionReason": {
        "$Nullable": true
      },
      "ProcessingExceptionDetails": {
        "$Nullable": true
      },
      "Output": {
        "$Nullable": true
      },
      "Analytics": {
        "$Nullable": true
      },
      "RobotId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "ReviewerUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreationTimeAbs": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Progress": {
        "$Nullable": true
      },
      "QueueItemId": {
        "$Type": "Edm.Int64"
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "Robot": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.SimpleRobotDto"
      },
      "ReviewerUser": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.SimpleUserDto"
      }
    },
    "FailedQueueItemDto": {
      "$Kind": "ComplexType",
      "Ordinal": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "ErrorCode": {
        "$Type": "UiPath.Server.Configuration.OData.ErrorCode"
      },
      "ErrorMessage": {
        "$Nullable": true
      }
    },
    "GetItemHasVideoRecordedResponseDto": {
      "$Kind": "ComplexType",
      "HasVideoRecorded": {
        "$Type": "Edm.Boolean"
      }
    },
    "QueueSetItemReviewStatusRequest": {
      "$Kind": "ComplexType",
      "status": {},
      "queueItems": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.LongVersionedEntity"
      }
    },
    "QueueItemDeleteBulkRequest": {
      "$Kind": "ComplexType",
      "queueItems": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.LongVersionedEntity"
      }
    },
    "QueueProcessingRecordDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "QueueDefinitionId": {
        "$Type": "Edm.Int64"
      },
      "ProcessingTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "ReportType": {
        "$Type": "UiPath.Server.Configuration.OData.ReportingUnit"
      },
      "NumberOfRemainingTransactions": {
        "$Type": "Edm.Int32"
      },
      "NumberOfInProgressTransactions": {
        "$Type": "Edm.Int32"
      },
      "NumberOfApplicationExceptions": {
        "$Type": "Edm.Int32"
      },
      "NumberOfBusinessExceptions": {
        "$Type": "Edm.Int32"
      },
      "NumberOfSuccessfulTransactions": {
        "$Type": "Edm.Int32"
      },
      "NumberOfRetriedItems": {
        "$Type": "Edm.Int32"
      },
      "ApplicationExceptionsProcessingTime": {
        "$Type": "Edm.Decimal"
      },
      "BusinessExceptionsProcessingTime": {
        "$Type": "Edm.Decimal"
      },
      "SuccessfulTransactionsProcessingTime": {
        "$Type": "Edm.Decimal"
      },
      "TotalNumberOfTransactions": {
        "$Type": "Edm.Int32"
      },
      "TenantId": {
        "$Type": "Edm.Int32"
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "UiQueueMetadata": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto"
      }
    },
    "QueueProcessingStatusDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "ItemsToProcess": {
        "$Type": "Edm.Int32"
      },
      "ItemsInProgress": {
        "$Type": "Edm.Int32"
      },
      "QueueDefinitionId": {
        "$Type": "Edm.Int64"
      },
      "QueueDefinitionKey": {
        "$Type": "Edm.Guid"
      },
      "QueueDefinitionName": {
        "$Nullable": true
      },
      "QueueDefinitionDescription": {
        "$Nullable": true
      },
      "QueueDefinitionAcceptAutomaticallyRetry": {
        "$Type": "Edm.Boolean"
      },
      "QueueDefinitionRetryAbandonedItems": {
        "$Type": "Edm.Boolean"
      },
      "QueueDefinitionMaxNumberOfRetries": {
        "$Type": "Edm.Int32"
      },
      "QueueDefinitionEnforceUniqueReference": {
        "$Type": "Edm.Boolean"
      },
      "ProcessingMeanTime": {
        "$Type": "Edm.Decimal"
      },
      "SuccessfulTransactionsNo": {
        "$Type": "Edm.Int32"
      },
      "ApplicationExceptionsNo": {
        "$Type": "Edm.Int32"
      },
      "BusinessExceptionsNo": {
        "$Type": "Edm.Int32"
      },
      "SuccessfulTransactionsProcessingTime": {
        "$Type": "Edm.Decimal"
      },
      "ApplicationExceptionsProcessingTime": {
        "$Type": "Edm.Decimal"
      },
      "BusinessExceptionsProcessingTime": {
        "$Type": "Edm.Decimal"
      },
      "TotalNumberOfTransactions": {
        "$Type": "Edm.Int32"
      },
      "LastProcessed": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "ReleaseName": {
        "$Nullable": true
      },
      "ReleaseId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "IsProcessInCurrentFolder": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "SpecificDataJsonSchemaExists": {
        "$Type": "Edm.Boolean"
      },
      "OutputDataJsonSchemaExists": {
        "$Type": "Edm.Boolean"
      },
      "AnalyticsDataJsonSchemaExists": {
        "$Type": "Edm.Boolean"
      },
      "ProcessScheduleId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "QueueFoldersCount": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "Tags": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TagDto",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "QueuesStartTransactionRequest": {
      "$Kind": "ComplexType",
      "transactionData": {
        "$Type": "UiPath.Server.Configuration.OData.TransactionDataDto"
      }
    },
    "AddQueueItemRequest": {
      "$Kind": "ComplexType",
      "itemData": {
        "$Type": "UiPath.Server.Configuration.OData.QueueItemDataDto"
      }
    },
    "BulkAddQueueItemsRequest": {
      "$Kind": "ComplexType",
      "queueName": {},
      "commitType": {
        "$Type": "UiPath.Server.Configuration.OData.CommitType"
      },
      "queueItems": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.QueueItemDataDto",
        "$Nullable": true
      }
    },
    "BulkOperationResponseDto_1OfFailedQueueItemDto": {
      "$Kind": "ComplexType",
      "Success": {
        "$Type": "Edm.Boolean"
      },
      "Message": {
        "$Nullable": true
      },
      "FailedItems": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.FailedQueueItemDto",
        "$Nullable": true
      }
    },
    "QueueSetTransactionResultRequest": {
      "$Kind": "ComplexType",
      "transactionResult": {
        "$Type": "UiPath.Server.Configuration.OData.TransactionResultDto"
      }
    },
    "QueueSetTransactionProgressRequest": {
      "$Kind": "ComplexType",
      "progress": {
        "$Nullable": true
      }
    },
    "QueueSetItemReviewerRequest": {
      "$Kind": "ComplexType",
      "userId": {
        "$Type": "Edm.Int64"
      },
      "queueItems": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.LongVersionedEntity"
      }
    },
    "QueueUnsetItemReviewerRequest": {
      "$Kind": "ComplexType",
      "queueItems": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.LongVersionedEntity"
      }
    },
    "UserDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "DirectoryIdentifier": {
        "$Nullable": true
      },
      "Name": {
        "$Nullable": true
      },
      "Surname": {
        "$Nullable": true
      },
      "UserName": {
        "$Nullable": true
      },
      "Domain": {
        "$Nullable": true
      },
      "FullName": {
        "$Nullable": true
      },
      "EmailAddress": {
        "$Nullable": true
      },
      "LastLoginTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "IsActive": {
        "$Type": "Edm.Boolean"
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "AuthenticationSource": {
        "$Nullable": true
      },
      "Password": {
        "$Nullable": true
      },
      "IsExternalLicensed": {
        "$Type": "Edm.Boolean"
      },
      "RolesList": {
        "$Collection": true,
        "$Nullable": true
      },
      "ExternalRoles": {
        "$Collection": true,
        "$Nullable": true
      },
      "LoginProviders": {
        "$Collection": true,
        "$Nullable": true
      },
      "TenantId": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "TenancyName": {
        "$Nullable": true
      },
      "TenantDisplayName": {
        "$Nullable": true
      },
      "TenantKey": {
        "$Nullable": true
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.UserType"
      },
      "ProvisionType": {
        "$Type": "UiPath.Server.Configuration.OData.UserProvisionType"
      },
      "LicenseType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotType",
        "$Nullable": true
      },
      "RobotProvision": {
        "$Type": "UiPath.Server.Configuration.OData.AttendedRobotDto",
        "$Nullable": true
      },
      "UnattendedRobot": {
        "$Type": "UiPath.Server.Configuration.OData.UnattendedRobotDto",
        "$Nullable": true
      },
      "NotificationSubscription": {
        "$Type": "UiPath.Server.Configuration.OData.UserNotificationSubscription",
        "$Nullable": true
      },
      "Key": {
        "$Type": "Edm.Guid"
      },
      "MayHaveUserSession": {
        "$Type": "Edm.Boolean"
      },
      "MayHaveRobotSession": {
        "$Type": "Edm.Boolean"
      },
      "MayHaveUnattendedSession": {
        "$Type": "Edm.Boolean"
      },
      "MayHavePersonalWorkspace": {
        "$Type": "Edm.Boolean"
      },
      "RestrictToPersonalWorkspace": {
        "$Type": "Edm.Boolean"
      },
      "UpdatePolicy": {
        "$Type": "UiPath.Server.Configuration.OData.UpdatePolicyDto",
        "$Nullable": true
      },
      "AccountId": {
        "$Nullable": true
      },
      "HasOnlyInheritedPrivileges": {
        "$Type": "Edm.Boolean"
      },
      "ExplicitMayHaveUserSession": {
        "$Type": "Edm.Boolean"
      },
      "ExplicitMayHaveRobotSession": {
        "$Type": "Edm.Boolean"
      },
      "ExplicitMayHavePersonalWorkspace": {
        "$Type": "Edm.Boolean"
      },
      "ExplicitRestrictToPersonalWorkspace": {
        "$Type": "Edm.Boolean"
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModifierUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "OrganizationUnits": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.OrganizationUnitDto"
      },
      "UserRoles": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.UserRoleDto"
      }
    },
    "QueueItemCommentDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Text": {},
      "QueueItemId": {
        "$Type": "Edm.Int64"
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "UserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "UserName": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "QueueItemEventDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "QueueItemId": {
        "$Type": "Edm.Int64"
      },
      "Timestamp": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Action": {
        "$Type": "UiPath.Server.Configuration.OData.QueueItemAction"
      },
      "Data": {
        "$Nullable": true
      },
      "UserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "UserName": {
        "$Nullable": true
      },
      "Status": {
        "$Type": "UiPath.Server.Configuration.OData.ProcessingStatus"
      },
      "ReviewStatus": {
        "$Type": "UiPath.Server.Configuration.OData.ReviewStatus"
      },
      "ReviewerUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "ReviewerUserName": {
        "$Nullable": true
      },
      "ExternalClientId": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "QueueFoldersShareDto": {
      "$Kind": "ComplexType",
      "QueueIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "ToAddFolderIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "ToRemoveFolderIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "QueueRetentionSettingDto": {
      "$Kind": "EntityType",
      "$Key": [
        "QueueDefinitionId"
      ],
      "QueueDefinitionId": {
        "$Type": "Edm.Int64"
      },
      "Action": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction"
      },
      "Period": {
        "$Type": "Edm.Int32"
      },
      "BucketId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionType",
        "$Nullable": true
      }
    },
    "QueueListModel": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.QueueProcessingStatusDto",
      "RetentionPeriod": {
        "$Type": "Edm.Int32"
      },
      "RetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction"
      },
      "StaleRetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction",
        "$Nullable": true
      },
      "StaleRetentionPeriod": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      }
    },
    "QueueGetModel": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
      "RetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction"
      },
      "RetentionPeriod": {
        "$Type": "Edm.Int32"
      },
      "RetentionBucketId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "RetentionBucketName": {
        "$Nullable": true
      },
      "StaleRetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction",
        "$Nullable": true
      },
      "StaleRetentionPeriod": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "StaleRetentionBucketId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "StaleRetentionBucketName": {
        "$Nullable": true
      }
    },
    "JobDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "FolderKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "Key": {
        "$Type": "Edm.Guid"
      },
      "StartTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "EndTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "State": {
        "$Type": "UiPath.Server.Configuration.OData.JobState"
      },
      "SubState": {
        "$Nullable": true
      },
      "JobPriority": {
        "$Type": "UiPath.Server.Configuration.OData.JobPriority",
        "$Nullable": true
      },
      "SpecificPriorityValue": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "ResourceOverwrites": {
        "$Nullable": true
      },
      "Source": {
        "$Nullable": true
      },
      "SourceType": {
        "$Type": "UiPath.Server.Configuration.OData.JobSourceType"
      },
      "BatchExecutionKey": {
        "$Type": "Edm.Guid"
      },
      "Info": {
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "StartingScheduleId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "ReleaseName": {
        "$Nullable": true
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.JobType"
      },
      "InputArguments": {
        "$Nullable": true
      },
      "InputFile": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "EnvironmentVariables": {
        "$Nullable": true
      },
      "OutputArguments": {
        "$Nullable": true
      },
      "OutputFile": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "HostMachineName": {
        "$Nullable": true
      },
      "HasMediaRecorded": {
        "$Type": "Edm.Boolean"
      },
      "HasVideoRecorded": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "PersistenceId": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "ResumeVersion": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "StopStrategy": {
        "$Type": "UiPath.Server.Configuration.OData.StopStrategy",
        "$Nullable": true
      },
      "RuntimeType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotType",
        "$Nullable": true
      },
      "RequiresUserInteraction": {
        "$Type": "Edm.Boolean"
      },
      "ReleaseVersionId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "EntryPointPath": {
        "$Nullable": true,
        "$MaxLength": 512
      },
      "OrganizationUnitId": {
        "$Type": "Edm.Int64"
      },
      "OrganizationUnitFullyQualifiedName": {
        "$Nullable": true
      },
      "Reference": {
        "$Nullable": true
      },
      "ProcessType": {
        "$Type": "UiPath.Server.Configuration.OData.ProcessType"
      },
      "TargetRuntime": {
        "$Nullable": true,
        "$MaxLength": 512
      },
      "ProfilingOptions": {
        "$Nullable": true
      },
      "ResumeOnSameContext": {
        "$Type": "Edm.Boolean"
      },
      "LocalSystemAccount": {
        "$Nullable": true
      },
      "OrchestratorUserIdentity": {
        "$Nullable": true
      },
      "RemoteControlAccess": {
        "$Type": "UiPath.Server.Configuration.OData.RemoteControlAccess"
      },
      "StartingTriggerId": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "MaxExpectedRunningTimeSeconds": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "ServerlessJobType": {
        "$Type": "UiPath.Server.Configuration.OData.ServerlessJobType",
        "$Nullable": true
      },
      "ParentJobKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "ResumeTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "JobError": {
        "$Type": "UiPath.Server.Configuration.OData.JobErrorDto",
        "$Nullable": true
      },
      "ErrorCode": {
        "$Nullable": true
      },
      "FpsProperties": {
        "$Nullable": true
      },
      "TraceId": {
        "$Nullable": true
      },
      "ParentSpanId": {
        "$Nullable": true
      },
      "RootSpanId": {
        "$Nullable": true
      },
      "ParentContext": {
        "$Nullable": true
      },
      "ProjectKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "CreatorUserKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "ParentOperationId": {
        "$Nullable": true
      },
      "AutopilotForRobots": {
        "$Type": "UiPath.Server.Configuration.OData.AutopilotForRobotsSettingsDto",
        "$Nullable": true
      },
      "EnableAutopilotHealing": {
        "$Type": "Edm.Boolean"
      },
      "FpsContext": {
        "$Nullable": true
      },
      "AutoHealStatus": {
        "$Type": "UiPath.Server.Configuration.OData.JobAutoHealStatus",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "Robot": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.SimpleRobotDto"
      },
      "Release": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.SimpleReleaseDto"
      },
      "Machine": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.MachineDto"
      }
    },
    "StartJobsRequest": {
      "$Kind": "ComplexType",
      "startInfo": {
        "$Type": "UiPath.Server.Configuration.OData.StartProcessDto"
      }
    },
    "StopJobRequest": {
      "$Kind": "ComplexType",
      "strategy": {
        "$Type": "UiPath.Server.Configuration.OData.StopStrategy"
      }
    },
    "StopJobsRequest": {
      "$Kind": "ComplexType",
      "strategy": {
        "$Type": "UiPath.Server.Configuration.OData.StopStrategy"
      },
      "jobIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "ForceStopJobsRequest": {
      "$Kind": "ComplexType",
      "jobKeys": {
        "$Collection": true,
        "$Type": "Edm.Guid"
      },
      "info": {
        "$Nullable": true
      },
      "runtimeErrorCode": {
        "$Nullable": true
      },
      "error": {
        "$Type": "UiPath.Server.Configuration.OData.JobErrorDto",
        "$Nullable": true
      },
      "setFaulted": {
        "$Type": "Edm.Boolean",
        "$DefaultValue": "False"
      }
    },
    "ResumeJobRequest": {
      "$Kind": "ComplexType",
      "jobKey": {
        "$Type": "Edm.Guid"
      },
      "FpsProperties": {
        "$Nullable": true
      },
      "InputArguments": {
        "$Nullable": true
      }
    },
    "RestartJobRequest": {
      "$Kind": "ComplexType",
      "jobId": {
        "$Type": "Edm.Int64"
      },
      "enableAutopilotHealing": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      }
    },
    "FireTriggersForTasksRequest": {
      "$Kind": "ComplexType",
      "Identifiers": {
        "$Collection": true,
        "$Type": "Edm.Guid"
      }
    },
    "JobArgumentsSchemaDto": {
      "$Kind": "ComplexType",
      "InputArguments": {
        "$Nullable": true
      },
      "OutputArguments": {
        "$Nullable": true
      },
      "InputArgumentsJsonSchema": {
        "$Nullable": true
      },
      "OutputArgumentsJsonSchema": {
        "$Nullable": true
      }
    },
    "JobReportableDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Key": {
        "$Type": "Edm.Guid"
      },
      "ReleaseName": {
        "$Nullable": true
      },
      "RobotName": {
        "$Nullable": true
      },
      "MachineScope": {
        "$Type": "UiPath.Server.Configuration.OData.MachineScope",
        "$Nullable": true
      },
      "MachineName": {
        "$Nullable": true
      },
      "HostMachineName": {
        "$Nullable": true
      },
      "EnvironmentName": {
        "$Nullable": true
      },
      "LocalSystemAccount": {
        "$Nullable": true
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.JobType"
      },
      "RuntimeType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotType",
        "$Nullable": true
      },
      "JobPriority": {
        "$Type": "UiPath.Server.Configuration.OData.JobPriority",
        "$Nullable": true
      },
      "SpecificPriorityValue": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "StartTimeAbs": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "EndTimeAbs": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "ProcessType": {
        "$Type": "UiPath.Server.Configuration.OData.ProcessType"
      },
      "SourceType": {
        "$Type": "UiPath.Server.Configuration.OData.JobSourceType"
      },
      "Source": {
        "$Nullable": true
      },
      "CreationTimeAbs": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "ServerlessJobType": {
        "$Type": "UiPath.Server.Configuration.OData.ServerlessJobType",
        "$Nullable": true
      },
      "StartingScheduleId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "State": {
        "$Type": "UiPath.Server.Configuration.OData.JobState"
      },
      "StartTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "EndTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "Release": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.SimpleReleaseDto"
      },
      "Machine": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.MachineDto"
      },
      "Robot": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.SimpleRobotDto"
      }
    },
    "RunningJobForSessisonDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "FolderKey": {
        "$Type": "Edm.Guid"
      },
      "FullyQualifiedFolderName": {
        "$Nullable": true
      },
      "ReleaseName": {
        "$Nullable": true
      },
      "RobotName": {
        "$Nullable": true
      },
      "HostMachineName": {
        "$Nullable": true
      },
      "State": {
        "$Type": "UiPath.Server.Configuration.OData.JobState"
      },
      "RuntimeType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotType"
      },
      "JobKey": {
        "$Type": "Edm.Guid"
      },
      "OrganizationUnitId": {
        "$Type": "Edm.Int64"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "JobTriggerDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "JobId": {
        "$Type": "Edm.Int64"
      },
      "TriggerType": {
        "$Type": "UiPath.Server.Configuration.OData.JobTriggerType"
      },
      "Status": {
        "$Type": "UiPath.Server.Configuration.OData.JobTriggerStatus"
      },
      "ItemKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "ItemId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Timer": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "TriggerMessage": {
        "$Nullable": true
      },
      "TriggerConfiguration": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "JobTriggerWithWaitEventsDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Id": {
        "$Type": "Edm.Int64"
      },
      "JobId": {
        "$Type": "Edm.Int64"
      },
      "TriggerType": {
        "$Type": "UiPath.Server.Configuration.OData.JobTriggerType"
      },
      "Status": {
        "$Type": "UiPath.Server.Configuration.OData.JobTriggerStatus"
      },
      "ItemKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "ItemId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Timer": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "TriggerMessage": {
        "$Nullable": true
      },
      "ItemName": {
        "$Nullable": true
      },
      "AssignedToUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Name": {
        "$Nullable": true
      },
      "Surname": {
        "$Nullable": true
      },
      "UserName": {
        "$Nullable": true
      },
      "EmailAddress": {
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "ModifiedTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      }
    },
    "RoleDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Key": {
        "$Type": "Edm.Guid"
      },
      "Name": {
        "$Nullable": true,
        "$MaxLength": 64
      },
      "DisplayName": {
        "$Nullable": true,
        "$MaxLength": 64
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.RoleType",
        "$Nullable": true
      },
      "Groups": {
        "$Nullable": true
      },
      "IsStatic": {
        "$Type": "Edm.Boolean"
      },
      "IsEditable": {
        "$Type": "Edm.Boolean"
      },
      "Id": {
        "$Type": "Edm.Int32"
      },
      "Permissions": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.Permissions.PermissionDto"
      }
    },
    "SetUsersRequest": {
      "$Kind": "ComplexType",
      "addedUserIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "removedUserIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "UserPermissionsCollection": {
      "$Kind": "ComplexType",
      "UserId": {
        "$Type": "Edm.Int64"
      },
      "Permissions": {
        "$Collection": true,
        "$Nullable": true
      }
    },
    "UserPermissionsExtended": {
      "$Kind": "ComplexType",
      "UserId": {
        "$Type": "Edm.Int64"
      },
      "FolderKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "FolderName": {
        "$Nullable": true
      },
      "FolderType": {
        "$Type": "UiPath.Server.Configuration.OData.FolderType",
        "$Nullable": true
      },
      "FolderPath": {
        "$Nullable": true
      },
      "FolderCode": {
        "$Nullable": true
      },
      "IsPersonalWorkspace": {
        "$Type": "Edm.Boolean"
      },
      "Path": {
        "$Nullable": true
      },
      "Permissions": {
        "$Collection": true,
        "$Nullable": true
      }
    },
    "IEnumerable_1OfUserPermissionsExtended": {
      "$Kind": "ComplexType",
      "$Abstract": true
    },
    "Dictionary_2OfInt64_Boolean": {
      "$Kind": "ComplexType",
      "Keys": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "Values": {
        "$Collection": true,
        "$Type": "Edm.Boolean"
      }
    },
    "TokenInfo": {
      "$Kind": "ComplexType",
      "AccessToken": {
        "$Nullable": true
      },
      "ExpireDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      }
    },
    "UsersToggleRoleRequest": {
      "$Kind": "ComplexType",
      "role": {},
      "toggle": {
        "$Type": "Edm.Boolean"
      }
    },
    "UserChangeCultureRequest": {
      "$Kind": "ComplexType",
      "culture": {}
    },
    "ExtendedUserDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.UserDto",
      "PersonalWorskpaceFeedId": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "VirtualFolderId": {
        "$Type": "Edm.Int64"
      },
      "VirtualFolderPath": {
        "$Nullable": true
      },
      "Preferences": {
        "$Type": "UiPath.Server.Configuration.OData.UserPreferencesDto",
        "$Nullable": true
      },
      "PersonalWorkspace": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.FolderDto"
      }
    },
    "UserAssignRolesRequest": {
      "$Kind": "ComplexType",
      "roleIds": {
        "$Collection": true,
        "$Type": "Edm.Int32"
      }
    },
    "AuditLogDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "OperationText": {
        "$Nullable": true
      },
      "UserIsActive": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "ServiceName": {
        "$Nullable": true
      },
      "MethodName": {
        "$Nullable": true
      },
      "Parameters": {
        "$Nullable": true
      },
      "ExecutionTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Action": {
        "$Type": "UiPath.Server.Configuration.OData.AuditAction"
      },
      "Component": {
        "$Type": "UiPath.Server.Configuration.OData.AuditComponent"
      },
      "DisplayName": {
        "$Nullable": true
      },
      "EntityId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "UserName": {
        "$Nullable": true
      },
      "UserType": {
        "$Type": "UiPath.Server.Configuration.OData.UserType",
        "$Nullable": true
      },
      "Entities": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.AuditLogEntityDto",
        "$Nullable": true
      },
      "ExternalClientId": {
        "$Nullable": true
      },
      "UserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "UserIsDeleted": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "AuditLogEntityDto": {
      "$Kind": "ComplexType",
      "AuditLogId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CustomData": {
        "$Nullable": true
      },
      "CustomDataCompressed": {
        "$Type": "Edm.Binary",
        "$Nullable": true
      },
      "EntityId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "EntityName": {
        "$Nullable": true
      },
      "Action": {
        "$Type": "UiPath.Server.Configuration.OData.AuditAction"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "AuditLogReportableDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Parameters": {
        "$Nullable": true
      },
      "DisplayName": {
        "$Nullable": true
      },
      "Action": {
        "$Type": "UiPath.Server.Configuration.OData.AuditAction"
      },
      "Component": {
        "$Type": "UiPath.Server.Configuration.OData.AuditComponent"
      },
      "UserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "OperationText": {
        "$Nullable": true
      },
      "ExecutionTimeAbs": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "ServiceName": {
        "$Nullable": true
      },
      "MethodName": {
        "$Nullable": true
      },
      "EntityId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "UserType": {
        "$Type": "UiPath.Server.Configuration.OData.UserType",
        "$Nullable": true
      },
      "UserIsDeleted": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "ExternalClientId": {
        "$Nullable": true
      },
      "UserName": {
        "$Nullable": true
      },
      "ExecutionTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Entities": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.AuditLogEntityDto",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "AlertDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "NotificationName": {
        "$Nullable": true
      },
      "Data": {
        "$Nullable": true
      },
      "Component": {
        "$Type": "UiPath.Server.Configuration.OData.NotificationComponent"
      },
      "Severity": {
        "$Type": "UiPath.Server.Configuration.OData.NotificationSeverity"
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "State": {
        "$Type": "UiPath.Server.Configuration.OData.UserNotificationState"
      },
      "UserNotificationId": {
        "$Type": "Edm.Guid"
      },
      "DeepLinkRelativeUrl": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Guid"
      }
    },
    "AlertsMarkAsReadRequest": {
      "$Kind": "ComplexType",
      "ids": {
        "$Collection": true,
        "$Type": "Edm.Guid"
      }
    },
    "RaiseProcessAlertRequest": {
      "$Kind": "ComplexType",
      "processAlert": {
        "$Type": "UiPath.Server.Configuration.OData.ProcessAlertDto"
      }
    },
    "ProcessAlertDto": {
      "$Kind": "ComplexType",
      "Message": {},
      "Severity": {
        "$Type": "UiPath.Server.Configuration.OData.NotificationSeverity"
      },
      "RobotName": {},
      "ProcessName": {},
      "Id": {
        "$Type": "Edm.Guid"
      }
    },
    "CreateAlertRequest": {
      "$Kind": "ComplexType",
      "alert": {
        "$Type": "UiPath.Server.Configuration.OData.AlertRequestDto"
      },
      "type": {
        "$Type": "UiPath.Server.Configuration.OData.AlertType"
      },
      "userIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "AlertRequestDto": {
      "$Kind": "ComplexType",
      "Severity": {
        "$Type": "UiPath.Server.Configuration.OData.NotificationSeverity"
      },
      "ReportingTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Message": {
        "$Nullable": true
      },
      "MessageResourceName": {
        "$Nullable": true
      },
      "MessageErrorCode": {
        "$Type": "UiPath.Server.Configuration.OData.ErrorCode",
        "$Nullable": true
      }
    },
    "TenantLicenseDto": {
      "$Kind": "ComplexType",
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Code": {
        "$Nullable": true
      },
      "Allowed": {
        "$Type": "UiPath.Server.Configuration.OData.LicenseFields",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "TenantDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {
        "$Nullable": true
      },
      "Key": {
        "$Nullable": true
      },
      "DisplayName": {
        "$Nullable": true
      },
      "AdminEmailAddress": {
        "$Nullable": true
      },
      "AdminName": {
        "$Nullable": true
      },
      "AdminSurname": {
        "$Nullable": true
      },
      "AdminUserKey": {
        "$Nullable": true
      },
      "AdminPassword": {
        "$Nullable": true
      },
      "LastLoginTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "IsActive": {
        "$Type": "Edm.Boolean"
      },
      "License": {
        "$Type": "UiPath.Server.Configuration.OData.TenantLicenseDto",
        "$Nullable": true
      },
      "AccountId": {
        "$Nullable": true
      },
      "OrganizationName": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int32"
      }
    },
    "CredentialStoreDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Key": {
        "$Type": "Edm.Guid"
      },
      "ProxyId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "ProxyType": {
        "$Type": "UiPath.Server.Configuration.OData.CredentialsProxyType",
        "$Nullable": true
      },
      "HostName": {
        "$Nullable": true
      },
      "Name": {},
      "Type": {},
      "AdditionalConfiguration": {
        "$Nullable": true
      },
      "Details": {
        "$Type": "UiPath.Server.Configuration.OData.CredentialStoreDetailsDto",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "DefaultCredentialStores": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.DefaultCredentialStoreDto"
      }
    },
    "CredentialSetDefaultStoreForResourceTypeRequest": {
      "$Kind": "ComplexType",
      "resourceType": {
        "$Type": "UiPath.Server.Configuration.OData.CredentialStoreResourceType"
      }
    },
    "CredentialStoreTestRequestDto": {
      "$Kind": "ComplexType",
      "EntityType": {
        "$Type": "UiPath.Server.Configuration.OData.SecureStoreEntityType"
      },
      "ExternalName": {},
      "CredentialStore": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.CredentialStoreDto"
      }
    },
    "CredentialStoreResourceDto": {
      "$Kind": "ComplexType",
      "Name": {},
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.CredentialStoreResourceType"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "CredentialsProxyResourceDto": {
      "$Kind": "ComplexType",
      "Name": {},
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.CredentialsProxyResourceType"
      },
      "CredentialStoreId": {
        "$Type": "Edm.Int64"
      },
      "CredentialStoreName": {},
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "CredentialsProxyDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Secret": {
        "$Nullable": true,
        "$MaxLength": 102400
      },
      "Name": {
        "$MaxLength": 50
      },
      "Url": {},
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.CredentialsProxyType"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "ExecutionMediaDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "StorageLocation": {
        "$Nullable": true
      },
      "Name": {
        "$Nullable": true
      },
      "JobId": {
        "$Type": "Edm.Int64"
      },
      "ReleaseName": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "ExecutionMediaDeleteMediaByJobIdRequest": {
      "$Kind": "ComplexType",
      "jobId": {
        "$Type": "Edm.Int64"
      }
    },
    "FeatureDefinitionDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Id": {}
    },
    "FolderDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Key": {
        "$Type": "Edm.Guid"
      },
      "DisplayName": {
        "$MaxLength": 115
      },
      "FullyQualifiedName": {
        "$Nullable": true
      },
      "FullyQualifiedNameOrderable": {
        "$Nullable": true
      },
      "Description": {
        "$Nullable": true,
        "$MaxLength": 500
      },
      "FolderType": {
        "$Type": "UiPath.Server.Configuration.OData.FolderType"
      },
      "ProvisionType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotProvisionType",
        "$Nullable": true
      },
      "PermissionModel": {
        "$Type": "UiPath.Server.Configuration.OData.FolderPermissionModel",
        "$Nullable": true
      },
      "ParentId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "ParentKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "IsActive": {
        "$Type": "Edm.Boolean"
      },
      "FeedType": {
        "$Type": "UiPath.Server.Configuration.OData.FeedType"
      },
      "ReservedOptions": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "FolderAssignUsersRequest": {
      "$Kind": "ComplexType",
      "assignments": {
        "$Type": "UiPath.Server.Configuration.OData.UserAssignmentsDto"
      }
    },
    "FolderAssignDomainUserRequest": {
      "$Kind": "ComplexType",
      "assignment": {
        "$Type": "UiPath.Server.Configuration.OData.DomainUserAssignmentDto"
      }
    },
    "BaseRoleDto": {
      "$Kind": "ComplexType",
      "Name": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int32"
      }
    },
    "SimpleRoleDto": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.BaseRoleDto",
      "Origin": {
        "$Type": "UiPath.Server.Configuration.OData.RoleOrigin"
      },
      "RoleType": {
        "$Type": "UiPath.Server.Configuration.OData.RoleType",
        "$Nullable": true
      },
      "InheritedFromFolder": {
        "$Type": "UiPath.Server.Configuration.OData.SimpleFolderDto",
        "$Nullable": true
      }
    },
    "SimpleFolderDto": {
      "$Kind": "ComplexType",
      "DisplayName": {
        "$Nullable": true
      },
      "FullyQualifiedName": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "UserRolesDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "UserEntity": {
        "$Type": "UiPath.Server.Configuration.OData.UserEntityDto",
        "$Nullable": true
      },
      "Roles": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.SimpleRoleDto",
        "$Nullable": true
      },
      "HasAlertsEnabled": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "SearchUserDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "UserName": {
        "$Nullable": true
      },
      "RolesList": {
        "$Collection": true,
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "UserRoles": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.UserRoleDto"
      }
    },
    "RemoveUserFromFolderRequest": {
      "$Kind": "ComplexType",
      "userId": {
        "$Type": "Edm.Int64"
      }
    },
    "RemoveUserByKeyFromFolderRequest": {
      "$Kind": "ComplexType",
      "userKey": {
        "$Type": "Edm.Guid"
      }
    },
    "ExtendedFolderDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.FolderDto",
      "IsSelectable": {
        "$Type": "Edm.Boolean"
      },
      "HasChildren": {
        "$Type": "Edm.Boolean"
      },
      "Level": {
        "$Type": "Edm.Int32"
      }
    },
    "RoleUsersDto": {
      "$Kind": "ComplexType",
      "Name": {
        "$Nullable": true
      },
      "Users": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.SimpleUserEntityDto",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int32"
      }
    },
    "SimpleUserEntityDto": {
      "$Kind": "ComplexType",
      "IsActive": {
        "$Type": "Edm.Boolean"
      },
      "Key": {
        "$Type": "Edm.Guid"
      },
      "UserName": {
        "$Nullable": true
      },
      "IsInherited": {
        "$Type": "Edm.Boolean"
      },
      "MayHaveAttended": {
        "$Type": "Edm.Boolean"
      },
      "MayHaveUnattended": {
        "$Type": "Edm.Boolean"
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.UserType"
      },
      "Source": {
        "$Type": "UiPath.Server.Configuration.OData.SourceType"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "UserEntityDto": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.SimpleUserEntityDto",
      "FullName": {
        "$Nullable": true
      },
      "AuthenticationSource": {
        "$Nullable": true
      }
    },
    "UserRoleAssignmentsDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "TenantRoles": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.RoleUsersDto",
        "$Nullable": true
      },
      "PageItems": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.FolderAssignmentsDto",
        "$Nullable": true
      },
      "Count": {
        "$Type": "Edm.Int32"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "MachineFolderDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.MachineDto",
      "IsAssignedToFolder": {
        "$Type": "Edm.Boolean"
      },
      "HasMachineRobots": {
        "$Type": "Edm.Boolean"
      },
      "IsInherited": {
        "$Type": "Edm.Boolean"
      },
      "PropagateToSubFolders": {
        "$Type": "Edm.Boolean"
      },
      "InheritedFromFolderName": {
        "$Nullable": true
      },
      "UpdateInfo": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.UpdateInfoDto"
      }
    },
    "FolderAssignMachinesRequest": {
      "$Kind": "ComplexType",
      "assignments": {
        "$Type": "UiPath.Server.Configuration.OData.MachineAssignmentsDto"
      }
    },
    "UpdateMachinesToFolderAssociationsRequest": {
      "$Kind": "ComplexType",
      "associations": {
        "$Type": "UiPath.Server.Configuration.OData.MachinesFolderAssociationsDto"
      }
    },
    "RemoveMachinesFromFolderRequest": {
      "$Kind": "ComplexType",
      "machineIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "UserRolesChangesDto": {
      "$Kind": "ComplexType",
      "UserName": {
        "$Nullable": true
      },
      "OldRoles": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.BaseRoleDto",
        "$Nullable": true
      },
      "NewRoles": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.BaseRoleDto",
        "$Nullable": true
      }
    },
    "EntitySummaryDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "DeletableEntities": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.EntityCountDto",
        "$Nullable": true
      },
      "StoppableJobs": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.EntityCountDto",
        "$Nullable": true
      },
      "PersonalWorkspaceStatus": {
        "$Type": "Edm.Boolean"
      },
      "IsPwOrphan": {
        "$Type": "Edm.Boolean"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "FolderMachineRobotsDto": {
      "$Kind": "ComplexType",
      "MachineId": {
        "$Type": "Edm.Int64"
      },
      "FolderId": {
        "$Type": "Edm.Int64"
      },
      "AddedRobotIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "RemovedRobotIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "RobotUserDto": {
      "$Kind": "ComplexType",
      "UserName": {
        "$Nullable": true
      },
      "RobotId": {
        "$Type": "Edm.Int64"
      },
      "HasTriggers": {
        "$Type": "Edm.Boolean"
      }
    },
    "MoveFolderMachineChange": {
      "$Kind": "ComplexType",
      "MachineId": {
        "$Type": "Edm.Int64"
      },
      "MachineName": {
        "$Nullable": true
      },
      "OldMachineFolderState": {
        "$Type": "UiPath.Server.Configuration.OData.MachineFolderState"
      },
      "NewMachineFolderState": {
        "$Type": "UiPath.Server.Configuration.OData.MachineFolderState"
      }
    },
    "BucketDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {},
      "Description": {
        "$Nullable": true
      },
      "Identifier": {
        "$Type": "Edm.Guid"
      },
      "StorageProvider": {
        "$Nullable": true
      },
      "StorageParameters": {
        "$Nullable": true
      },
      "StorageContainer": {
        "$Nullable": true
      },
      "Options": {
        "$Type": "UiPath.Server.Configuration.OData.BucketOptions"
      },
      "CredentialStoreId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "ExternalName": {
        "$Nullable": true
      },
      "Password": {
        "$Nullable": true
      },
      "FoldersCount": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "Tags": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TagDto",
        "$Nullable": true
      },
      "Encrypted": {
        "$Type": "Edm.Boolean"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "BucketFoldersShareDto": {
      "$Kind": "ComplexType",
      "BucketIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "ToAddFolderIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "ToRemoveFolderIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "BlobFileAccessDto": {
      "$Kind": "ComplexType",
      "Uri": {
        "$Nullable": true
      },
      "Verb": {
        "$Nullable": true
      },
      "RequiresAuth": {
        "$Type": "Edm.Boolean"
      },
      "Headers": {
        "$Type": "UiPath.Server.Configuration.OData.ResponseDictionaryDto",
        "$Nullable": true
      }
    },
    "BlobFileDto": {
      "$Kind": "ComplexType",
      "FullPath": {
        "$Nullable": true
      },
      "ContentType": {
        "$Nullable": true
      },
      "Size": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "IsDirectory": {
        "$Type": "Edm.Boolean"
      },
      "Id": {
        "$Nullable": true
      }
    },
    "PersonalWorkspaceDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Key": {
        "$Type": "Edm.Guid"
      },
      "Name": {
        "$Nullable": true
      },
      "IsActive": {
        "$Type": "Edm.Boolean"
      },
      "OwnerId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "OwnerKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "OwnerName": {
        "$Nullable": true
      },
      "LastLogin": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "ExploringUserIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "ExtendedPersonalWorkspaceDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.PersonalWorkspaceDto",
      "FolderType": {
        "$Type": "UiPath.Server.Configuration.OData.FolderType"
      }
    },
    "PersonalWorkspacesConvertToFolderRequest": {
      "$Kind": "ComplexType",
      "folderName": {}
    },
    "TenantDecommissionDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "TenantId": {
        "$Type": "Edm.Int32"
      },
      "TenantKey": {
        "$Nullable": true
      },
      "State": {
        "$Type": "UiPath.Server.Configuration.OData.TenantDecommissionState"
      },
      "Priority": {
        "$Type": "UiPath.Server.Configuration.OData.TenantDecommissionPriority"
      },
      "DeletionTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "DaysSinceDeletion": {
        "$Type": "Edm.Int32"
      },
      "RemainingGraceDays": {
        "$Type": "Edm.Int32"
      },
      "NumberOfRetries": {
        "$Type": "Edm.Int32"
      },
      "Enforced": {
        "$Type": "Edm.Boolean"
      },
      "DeletionSource": {
        "$Type": "UiPath.Server.Configuration.OData.TenantDeletionSource",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "TenantDecommissionsRequest": {
      "$Kind": "ComplexType",
      "tenantKeys": {
        "$Collection": true,
        "$Nullable": true
      },
      "priority": {
        "$Type": "UiPath.Server.Configuration.OData.TenantDecommissionPriority"
      },
      "enforced": {
        "$Type": "Edm.Boolean"
      }
    },
    "UpdateTenantDecommissionsPriorityRequest": {
      "$Kind": "ComplexType",
      "tenantKeys": {
        "$Collection": true,
        "$Nullable": true
      },
      "priority": {
        "$Type": "UiPath.Server.Configuration.OData.TenantDecommissionPriority"
      }
    },
    "CancelTenantDecommissionsRequest": {
      "$Kind": "ComplexType",
      "tenantKeys": {
        "$Collection": true,
        "$Nullable": true
      }
    },
    "AnonymizationResult": {
      "$Kind": "ComplexType",
      "Id": {
        "$Type": "Edm.Int64"
      },
      "TenantId": {
        "$Type": "Edm.Int32"
      },
      "OldName": {
        "$Nullable": true
      },
      "OldSurname": {
        "$Nullable": true
      },
      "OldUsername": {
        "$Nullable": true
      },
      "OldEmailAddress": {
        "$Nullable": true
      },
      "OldKey": {
        "$Type": "Edm.Guid"
      },
      "NewName": {
        "$Nullable": true
      },
      "NewSurname": {
        "$Nullable": true
      },
      "NewUsername": {
        "$Nullable": true
      },
      "NewEmailAddress": {
        "$Nullable": true
      },
      "NewKey": {
        "$Type": "Edm.Guid"
      }
    },
    "TagDto": {
      "$Kind": "ComplexType",
      "Name": {},
      "DisplayName": {
        "$Nullable": true
      },
      "Value": {
        "$Nullable": true
      },
      "DisplayValue": {
        "$Nullable": true
      }
    },
    "TriggerDto": {
      "$Kind": "EntityType",
      "$Abstract": true,
      "$Key": [
        "Id"
      ],
      "Release": {
        "$Type": "UiPath.Server.Configuration.OData.TriggerReleaseDto"
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.TriggerType"
      },
      "OrganizationUnitId": {
        "$Type": "Edm.Int64"
      },
      "OrganizationUnitFullyQualifiedName": {
        "$Nullable": true
      },
      "Enabled": {
        "$Type": "Edm.Boolean"
      },
      "ReleaseKey": {
        "$Type": "Edm.Guid"
      },
      "Name": {
        "$Nullable": true
      },
      "ExternalReference": {
        "$Nullable": true
      },
      "Description": {
        "$Nullable": true
      },
      "JobCount": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "JobPriority": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "RunAsMe": {
        "$Type": "Edm.Boolean"
      },
      "RuntimeType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotType",
        "$Nullable": true
      },
      "TargetFramework": {
        "$Type": "UiPath.Server.Configuration.OData.TargetFramework",
        "$Nullable": true
      },
      "ResumeOnSameContext": {
        "$Type": "Edm.Boolean"
      },
      "RequiresUserInteraction": {
        "$Type": "Edm.Boolean"
      },
      "StopStrategy": {
        "$Type": "UiPath.Server.Configuration.OData.StopStrategy",
        "$Nullable": true
      },
      "StopJobAfterSeconds": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "KillJobAfterSeconds": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "AlertPendingJobAfterSeconds": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "AlertRunningJobAfterSeconds": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "RemoteControlAccess": {
        "$Type": "UiPath.Server.Configuration.OData.RemoteControlAccess"
      },
      "ConsecutiveJobFailuresThreshold": {
        "$Type": "Edm.Int32"
      },
      "JobFailuresGracePeriodInHours": {
        "$Type": "Edm.Int32"
      },
      "InputArguments": {
        "$Nullable": true
      },
      "Visible": {
        "$Type": "Edm.Boolean"
      },
      "Properties": {
        "$Type": "UiPath.Server.Configuration.OData.TriggerPropertiesDto",
        "$Nullable": true
      },
      "MachineRobots": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.MachineRobotSessionDto",
        "$Nullable": true
      },
      "Tags": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TagDto",
        "$Nullable": true
      },
      "AuditEntityId": {
        "$Type": "Edm.Int64"
      },
      "EntryPointPath": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Guid"
      }
    },
    "TriggerReleaseDto": {
      "$Kind": "ComplexType",
      "Id": {
        "$Type": "Edm.Int64"
      },
      "Name": {
        "$Nullable": true
      }
    },
    "ApiTriggerDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.TriggerDto",
      "ApiTriggerType": {
        "$Type": "UiPath.Server.Configuration.OData.ApiTriggerType"
      },
      "IsConnected": {
        "$Type": "Edm.Boolean"
      },
      "TriggerActionId": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "EventId": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "ConnectorKey": {
        "$Nullable": true,
        "$MaxLength": 512
      },
      "ConnectionId": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "ConnectionFolderId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Operation": {
        "$Nullable": true,
        "$MaxLength": 512
      },
      "ObjectName": {
        "$Nullable": true,
        "$MaxLength": 512
      },
      "FilterContext": {
        "$Nullable": true,
        "$MaxLength": 4096
      },
      "FilterExpression": {
        "$Nullable": true,
        "$MaxLength": 16384
      },
      "IsDeleted": {
        "$Type": "Edm.Boolean"
      }
    },
    "CreateEventTriggerRequest": {
      "$Kind": "ComplexType",
      "eventParams": {
        "$Type": "UiPath.Server.Configuration.OData.EventTriggerPropertiesDto",
        "$Nullable": true
      },
      "IsConnected": {
        "$Type": "Edm.Boolean"
      },
      "UserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "jobParams": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.ApiTriggerDto"
      }
    },
    "UpdateEventTriggerRequest": {
      "$Kind": "ComplexType",
      "eventParams": {
        "$Type": "UiPath.Server.Configuration.OData.EventTriggerPropertiesDto",
        "$Nullable": true
      },
      "jobParams": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.ApiTriggerDto"
      }
    },
    "ReleaseUserEventTriggerStatusDto": {
      "$Kind": "ComplexType",
      "UserId": {
        "$Type": "Edm.Int64"
      },
      "Name": {
        "$Nullable": true
      },
      "Surname": {
        "$Nullable": true
      },
      "Username": {
        "$Nullable": true
      },
      "TriggerId": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "Status": {
        "$Type": "UiPath.Server.Configuration.OData.ReleaseUserOverwritesStatus"
      }
    },
    "IEnumerable_1OfReleaseUserEventTriggerStatusDto": {
      "$Kind": "ComplexType",
      "$Abstract": true
    },
    "HttpTriggerDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.TriggerDto",
      "CallingMode": {
        "$Type": "UiPath.Server.Configuration.OData.HttpTriggerCallingMode"
      },
      "Method": {
        "$Type": "UiPath.Server.Configuration.OData.HttpTriggerMethod"
      },
      "Slug": {
        "$Nullable": true
      },
      "SuccessCallbackUrl": {
        "$Nullable": true,
        "$MaxLength": 2000
      },
      "FailureCallbackUrl": {
        "$Nullable": true,
        "$MaxLength": 2000
      },
      "Secret": {
        "$Nullable": true,
        "$MaxLength": 100
      },
      "CallbackMode": {
        "$Type": "UiPath.Server.Configuration.OData.HttpTriggerCallbackMode"
      },
      "AllowInsecureSsl": {
        "$Type": "Edm.Boolean"
      }
    },
    "HttpTriggersSetEnabledRequest": {
      "$Kind": "ComplexType",
      "enabled": {
        "$Type": "Edm.Boolean"
      },
      "triggerIds": {
        "$Collection": true,
        "$Type": "Edm.Guid"
      }
    },
    "WebhookEventDto": {
      "$Kind": "ComplexType",
      "EventType": {}
    },
    "WebhookEventTypeDto": {
      "$Kind": "ComplexType",
      "Name": {
        "$Nullable": true
      },
      "Group": {
        "$Nullable": true
      }
    },
    "WebhookDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Events": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.WebhookEventDto"
      },
      "Key": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "Name": {},
      "Description": {
        "$Nullable": true
      },
      "Url": {},
      "Enabled": {
        "$Type": "Edm.Boolean"
      },
      "Secret": {
        "$Nullable": true
      },
      "SubscribeToAllEvents": {
        "$Type": "Edm.Boolean"
      },
      "AllowInsecureSsl": {
        "$Type": "Edm.Boolean"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "PingEventDto": {
      "$Kind": "ComplexType",
      "Timestamp": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "EventTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Type": {},
      "EventId": {},
      "EntityKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "TenantId": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "OrganizationUnitId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "OrganizationUnitKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "OrganizationUnitType": {
        "$Type": "UiPath.Server.Configuration.OData.FolderType",
        "$Nullable": true
      },
      "UserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "UserKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      }
    },
    "CustomEventDto": {
      "$Kind": "ComplexType",
      "EventData": {
        "$Type": "UiPath.Server.Configuration.OData.AnyObjectDto",
        "$Nullable": true
      },
      "Timestamp": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "EventTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Type": {},
      "EventId": {},
      "EntityKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "TenantId": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "OrganizationUnitId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "OrganizationUnitKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "OrganizationUnitType": {
        "$Type": "UiPath.Server.Configuration.OData.FolderType",
        "$Nullable": true
      },
      "UserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "UserKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      }
    },
    "TriggerLogDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "TenantId": {
        "$Type": "Edm.Int32"
      },
      "OrganizationUnitId": {
        "$Type": "Edm.Int64"
      },
      "TimeStamp": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "LogEventType": {
        "$Type": "UiPath.Server.Configuration.OData.TriggerLogEventType"
      },
      "LogLevel": {
        "$Type": "UiPath.Server.Configuration.OData.LogLevel"
      },
      "Message": {
        "$Nullable": true
      },
      "TriggerKey": {
        "$Type": "Edm.Guid"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "OrganizationUnitDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "DisplayName": {
        "$MaxLength": 128
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "MachineSize": {
      "$Kind": "ComplexType",
      "Name": {
        "$Nullable": true
      },
      "CpUs": {
        "$Nullable": true
      },
      "MemoryGB": {
        "$Nullable": true
      },
      "MachineSkuName": {
        "$Nullable": true
      }
    },
    "MachinesRobotVersionDto": {
      "$Kind": "ComplexType",
      "Count": {
        "$Type": "Edm.Int64"
      },
      "Version": {
        "$Nullable": true
      }
    },
    "UpdatePolicyDto": {
      "$Kind": "ComplexType",
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.PolicyType"
      },
      "SpecificVersion": {
        "$Nullable": true
      }
    },
    "MaintenanceWindowDto": {
      "$Kind": "ComplexType",
      "Enabled": {
        "$Type": "Edm.Boolean"
      },
      "JobStopStrategy": {
        "$Type": "UiPath.Server.Configuration.OData.JobStopStrategy"
      },
      "CronExpression": {
        "$Nullable": true
      },
      "TimezoneId": {
        "$Nullable": true
      },
      "Duration": {
        "$Type": "Edm.Int32"
      },
      "NextExecutionTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      }
    },
    "MachineVpnSettingsDto": {
      "$Kind": "ComplexType",
      "Cidr": {
        "$Nullable": true
      }
    },
    "PoolAndTemplateRequest": {
      "$Kind": "ComplexType",
      "Pool": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudPoolDto"
      },
      "Template": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Dto.Robots.CloudTemplateDto"
      }
    },
    "FreezingMetadata": {
      "$Kind": "ComplexType",
      "Frozen": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "DaysToFreeze": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "FreezingValidationMessage": {
        "$Nullable": true
      }
    },
    "ScalingProfileDto": {
      "$Kind": "ComplexType",
      "MinMachinesAvailable": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "IdleTimeoutMinutes": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "AllocationScaleFactor": {
        "$Type": "Edm.Double",
        "$Nullable": true
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.ScalingProfileType"
      },
      "StartTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "EndTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      }
    },
    "DomainInfo": {
      "$Kind": "ComplexType",
      "Username": {
        "$Nullable": true
      },
      "Password": {
        "$Nullable": true
      },
      "DomainName": {
        "$Nullable": true
      },
      "DomainType": {
        "$Type": "UiPath.Server.Configuration.OData.DomainType"
      },
      "DomainInfoStatus": {
        "$Type": "UiPath.Server.Configuration.OData.DomainInfoStatus",
        "$Nullable": true
      }
    },
    "MachineCreationRequest": {
      "$Kind": "ComplexType",
      "Alias": {
        "$Nullable": true
      },
      "AdminAccount": {
        "$Type": "UiPath.Server.Configuration.OData.MachineAccount",
        "$Nullable": true
      }
    },
    "MachineAccount": {
      "$Kind": "ComplexType",
      "Username": {
        "$Nullable": true
      },
      "Password": {
        "$Nullable": true
      }
    },
    "MachineFeature": {
      "$Kind": "ComplexType",
      "FeatureType": {
        "$Type": "UiPath.Server.Configuration.OData.FeatureType"
      },
      "State": {
        "$Type": "UiPath.Server.Configuration.OData.MachineFeatureDisplayState",
        "$Nullable": true
      },
      "SourceIp": {
        "$Nullable": true
      }
    },
    "TemplateAndWorkstationRequest": {
      "$Kind": "ComplexType",
      "Workstation": {
        "$Type": "UiPath.Server.Configuration.OData.WorkstationDto"
      },
      "Template": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Dto.Robots.CloudTemplateDto"
      }
    },
    "WorkstationDto": {
      "$Kind": "ComplexType",
      "DeleteWorkstation": {
        "$Type": "Edm.Boolean"
      },
      "MachineKey": {
        "$Type": "Edm.Guid"
      },
      "SizeCap": {
        "$Type": "Edm.Int32"
      },
      "DeleteWorkstationPool": {
        "$Type": "Edm.Boolean"
      },
      "SnapshotName": {
        "$Nullable": true
      },
      "ImplicitUsername": {
        "$Nullable": true
      },
      "UnattendedRuntimes": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "TestingRuntimes": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "VpnGatewayKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "VnetAddressSpace": {
        "$Nullable": true
      },
      "RobotUpdateOption": {
        "$Type": "UiPath.Server.Configuration.OData.RobotUpdateOption",
        "$Nullable": true
      },
      "IsLicenseRequirementAccepted": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "ExistingPoolKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "DomainInfo": {
        "$Type": "UiPath.Server.Configuration.OData.DomainInfo",
        "$Nullable": true
      }
    },
    "MachineSetRdpRequest": {
      "$Kind": "ComplexType",
      "Enable": {
        "$Type": "Edm.Boolean"
      },
      "SourceIp": {
        "$Nullable": true
      }
    },
    "MachineResetAdminCredRequest": {
      "$Kind": "ComplexType",
      "Username": {},
      "Password": {}
    },
    "MachineRobotConnectionRequest": {
      "$Kind": "ComplexType",
      "Connected": {
        "$Type": "Edm.Boolean"
      }
    },
    "SnapshotEditOrAddRequest": {
      "$Kind": "ComplexType",
      "Name": {},
      "Description": {
        "$Nullable": true
      },
      "ImplicitUsername": {
        "$Nullable": true
      },
      "VhdDownloadUrl": {
        "$Nullable": true
      },
      "IsLicenseRequirementAccepted": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      }
    },
    "ScalingProfileRobotUnitPricing": {
      "$Kind": "ComplexType",
      "ScalingProfile": {
        "$Type": "UiPath.Server.Configuration.OData.ScalingProfileType"
      },
      "Unit": {
        "$Type": "Edm.Int32"
      },
      "Description": {
        "$Nullable": true
      },
      "Text": {
        "$Nullable": true
      }
    },
    "RobotUnitPricing": {
      "$Kind": "ComplexType",
      "Size": {
        "$Type": "UiPath.Server.Configuration.OData.SizeGroup"
      },
      "Unit": {
        "$Type": "Edm.Int32"
      },
      "Description": {
        "$Nullable": true
      },
      "SizeText": {
        "$Nullable": true
      },
      "PoolEnvironment": {
        "$Type": "UiPath.Server.Configuration.OData.MachinePoolEnvironment",
        "$Nullable": true
      },
      "ConsumptionUnitCode": {
        "$Nullable": true
      }
    },
    "VpnGatewayConnectionDto": {
      "$Kind": "ComplexType",
      "Key": {
        "$Type": "Edm.Guid"
      },
      "Name": {
        "$Nullable": true
      },
      "Description": {
        "$Nullable": true
      },
      "TargetIPAddress": {
        "$Nullable": true
      },
      "TargetAddressSpaces": {
        "$Collection": true,
        "$Nullable": true
      },
      "Internal": {
        "$Type": "Edm.Boolean"
      },
      "State": {
        "$Type": "UiPath.Server.Configuration.OData.VpnGatewayConnectionState"
      },
      "InsertedDateTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      }
    },
    "VpnGatewayPeeringDto": {
      "$Kind": "ComplexType",
      "Key": {
        "$Type": "Edm.Guid"
      },
      "Name": {
        "$Nullable": true
      },
      "TargetResourceId": {
        "$Nullable": true
      },
      "TargetAddressSpaces": {
        "$Collection": true,
        "$Nullable": true
      },
      "State": {
        "$Type": "UiPath.Server.Configuration.OData.VpnGatewayConnectionState"
      },
      "InsertedDateTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      }
    },
    "TaskSlaDetailDto": {
      "$Kind": "ComplexType",
      "ExpiryTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "StartCriteria": {
        "$Type": "UiPath.Server.Configuration.OData.TaskSlaTriggerCriteria"
      },
      "EndCriteria": {
        "$Type": "UiPath.Server.Configuration.OData.TaskSlaTriggerCriteria"
      },
      "Status": {
        "$Type": "UiPath.Server.Configuration.OData.TaskSlaStatus"
      }
    },
    "TaskAssignmentDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Id": {
        "$Type": "Edm.Int64"
      },
      "Assignee": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Sessions.Dto.UserLoginInfoDto"
      },
      "Task": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto"
      }
    },
    "TaskAssignmentRequest": {
      "$Kind": "ComplexType",
      "TaskId": {
        "$Type": "Edm.Int64"
      },
      "UserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "UserNameOrEmail": {
        "$Nullable": true,
        "$MaxLength": 256
      },
      "AssignmentCriteria": {
        "$Type": "UiPath.Server.Configuration.OData.TaskAssignmentCriteria"
      },
      "AssigneeNamesOrEmails": {
        "$Collection": true,
        "$Nullable": true
      },
      "AssigneeUserIds": {
        "$Type": "UiPath.Server.Configuration.OData.List_1OfInt64",
        "$Nullable": true
      },
      "ExcludeEmails": {
        "$Collection": true,
        "$Nullable": true
      }
    },
    "TaskSaveAndReassignmentRequest": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.TaskAssignmentRequest",
      "SaveData": {
        "$Type": "Edm.Boolean"
      },
      "Data": {
        "$Type": "UiPath.Server.Configuration.OData.JObject",
        "$Nullable": true
      },
      "NoteText": {
        "$Nullable": true,
        "$MaxLength": 512
      }
    },
    "TaskAssignmentRequestWithFolderAdminInfo": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.TaskAssignmentRequest",
      "IsAssignerAdminForTaskOrganizationUnitId": {
        "$Type": "Edm.Boolean"
      },
      "OperationPerformedByUserName": {
        "$Nullable": true
      },
      "IsSelfTaskAssignNotificationApplicable": {
        "$Type": "Edm.Boolean"
      },
      "CanSelfAssignTask": {
        "$Type": "Edm.Boolean"
      }
    },
    "JToken": {
      "$Kind": "ComplexType",
      "$Abstract": true,
      "Parent": {
        "$Type": "UiPath.Server.Configuration.OData.JContainer",
        "$Nullable": true
      },
      "Root": {
        "$Type": "UiPath.Server.Configuration.OData.JToken"
      },
      "Next": {
        "$Type": "UiPath.Server.Configuration.OData.JToken",
        "$Nullable": true
      },
      "Previous": {
        "$Type": "UiPath.Server.Configuration.OData.JToken",
        "$Nullable": true
      },
      "First": {
        "$Type": "UiPath.Server.Configuration.OData.JToken",
        "$Nullable": true
      },
      "Last": {
        "$Type": "UiPath.Server.Configuration.OData.JToken",
        "$Nullable": true
      }
    },
    "JValue": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.JToken",
      "Value": {
        "$Type": "Edm.Untyped",
        "$Nullable": true
      }
    },
    "JRaw": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.JValue"
    },
    "JContainer": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.JToken",
      "$Abstract": true
    },
    "JProperty": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.JContainer",
      "Value": {
        "$Type": "UiPath.Server.Configuration.OData.JToken"
      }
    },
    "JObject": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.JContainer"
    },
    "JConstructor": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.JContainer",
      "Name": {
        "$Nullable": true
      }
    },
    "JArray": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.JContainer"
    },
    "SelectableFolderDto": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.SimpleFolderDto",
      "IsSelectable": {
        "$Type": "Edm.Boolean"
      }
    },
    "TaskDefintionAssociatedVersionsDto": {
      "$Kind": "ComplexType",
      "Version": {
        "$Type": "Edm.Int32"
      },
      "CreationDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "UserName": {
        "$Nullable": true
      }
    },
    "TestEnvironmentDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "TestCaseSelectionFilterDto": {
      "$Kind": "ComplexType",
      "TestSetId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "EnvironmentId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "PackagesFilter": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.PackageFilterDto",
        "$Nullable": true
      }
    },
    "PackageFilterDto": {
      "$Kind": "ComplexType",
      "PackageIdentifier": {
        "$Nullable": true
      },
      "VersionMask": {
        "$Nullable": true
      },
      "IncludePrerelease": {
        "$Type": "Edm.Boolean"
      }
    },
    "PackageSelectionFilterDto": {
      "$Kind": "ComplexType",
      "TestSetId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "EnvironmentId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      }
    },
    "EntryPointReleaseVersionDto": {
      "$Kind": "ComplexType",
      "ReleaseId": {
        "$Type": "Edm.Int64"
      },
      "VersionNumber": {
        "$Nullable": true
      },
      "UniqueId": {
        "$Type": "Edm.Guid"
      }
    },
    "TestCaseAssertionDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Message": {
        "$Nullable": true
      },
      "Payload": {
        "$Nullable": true
      },
      "Succeeded": {
        "$Type": "Edm.Boolean"
      },
      "TestCaseExecutionId": {
        "$Type": "Edm.Int64"
      },
      "HasScreenshot": {
        "$Type": "Edm.Boolean"
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "TestCaseExecutionAttachmentDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "TestCaseExecutionId": {
        "$Type": "Edm.Int64"
      },
      "FileName": {
        "$Nullable": true
      },
      "MimeType": {
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Tags": {
        "$Collection": true,
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "TestSetExecutionAttachmentDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "TestSetExecutionId": {
        "$Type": "Edm.Int64"
      },
      "FileName": {
        "$Nullable": true
      },
      "MimeType": {
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Tags": {
        "$Collection": true,
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "WorkflowCoverageFilterDto": {
      "$Kind": "ComplexType",
      "TestSetExecutionId": {
        "$Type": "Edm.Int64"
      }
    },
    "TestCaseCoverageDto": {
      "$Kind": "ComplexType",
      "TestCaseExecutionId": {
        "$Type": "Edm.Int64"
      },
      "Name": {
        "$Nullable": true
      },
      "HostMachineName": {
        "$Nullable": true
      },
      "RobotName": {
        "$Nullable": true
      },
      "CoveragePercentage": {
        "$Type": "Edm.Single"
      },
      "Status": {
        "$Type": "UiPath.Server.Configuration.OData.TestCaseExecutionStatus"
      },
      "DataVariationIdentifier": {
        "$Nullable": true
      },
      "InputArguments": {
        "$Nullable": true
      },
      "OutputArguments": {
        "$Nullable": true
      }
    },
    "EnvironmentDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {},
      "Description": {
        "$Nullable": true
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.EnvironmentType"
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "Robots": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.SimpleRobotDto"
      }
    },
    "SimpleRobotDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.RobotDto"
    },
    "ExecutionSettingsValues": {
      "$Kind": "ComplexType",
      "$OpenType": true
    },
    "RobotsFromFolderModel": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.RobotDto",
      "UserType": {
        "$Type": "UiPath.Server.Configuration.OData.UserType"
      },
      "UserEmail": {
        "$Nullable": true
      },
      "UserFullName": {
        "$Nullable": true
      },
      "UserKey": {
        "$Type": "Edm.Guid"
      }
    },
    "UserRoleDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "UserId": {
        "$Type": "Edm.Int64"
      },
      "RoleId": {
        "$Type": "Edm.Int32"
      },
      "UserName": {
        "$Nullable": true
      },
      "RoleName": {
        "$Nullable": true
      },
      "RoleType": {
        "$Type": "UiPath.Server.Configuration.OData.RoleType",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "AttendedRobotDto": {
      "$Kind": "ComplexType",
      "UserName": {
        "$Nullable": true
      },
      "ExecutionSettings": {
        "$Type": "UiPath.Server.Configuration.OData.ExecutionSettingsValues",
        "$Nullable": true
      },
      "RobotId": {
        "$Type": "Edm.Int64"
      },
      "RobotType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotType"
      }
    },
    "UnattendedRobotDto": {
      "$Kind": "ComplexType",
      "UserName": {
        "$Nullable": true
      },
      "Password": {
        "$Nullable": true
      },
      "CredentialStoreId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CredentialType": {
        "$Type": "UiPath.Server.Configuration.OData.CredentialType",
        "$Nullable": true
      },
      "CredentialExternalName": {
        "$Nullable": true
      },
      "ExecutionSettings": {
        "$Type": "UiPath.Server.Configuration.OData.ExecutionSettingsValues",
        "$Nullable": true
      },
      "LimitConcurrentExecution": {
        "$Type": "Edm.Boolean"
      },
      "RobotId": {
        "$Type": "Edm.Int64"
      },
      "MachineMappingsCount": {
        "$Type": "Edm.Int32"
      }
    },
    "UserNotificationSubscription": {
      "$Kind": "ComplexType",
      "Queues": {
        "$Type": "Edm.Boolean"
      },
      "Robots": {
        "$Type": "Edm.Boolean"
      },
      "Jobs": {
        "$Type": "Edm.Boolean"
      },
      "Schedules": {
        "$Type": "Edm.Boolean"
      },
      "Tasks": {
        "$Type": "Edm.Boolean"
      },
      "QueueItems": {
        "$Type": "Edm.Boolean"
      },
      "Insights": {
        "$Type": "Edm.Boolean"
      },
      "CloudRobots": {
        "$Type": "Edm.Boolean"
      },
      "Serverless": {
        "$Type": "Edm.Boolean"
      },
      "Export": {
        "$Type": "Edm.Boolean"
      },
      "RateLimitsDaily": {
        "$Type": "Edm.Boolean"
      },
      "RateLimitsRealTime": {
        "$Type": "Edm.Boolean"
      },
      "AutopilotForRobotsDetectedIssues": {
        "$Type": "Edm.Boolean"
      },
      "Webhooks": {
        "$Type": "Edm.Boolean"
      }
    },
    "PathAwareExtendedFolderDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.ExtendedFolderDto"
    },
    "PathAwareFolderDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.FolderDto"
    },
    "SolutionFolderDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.FolderDto",
      "SolutionFullyQualifiedName": {
        "$Nullable": true
      },
      "SubFolders": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.SolutionFolderDto"
      }
    },
    "UserPreferencesDto": {
      "$Kind": "ComplexType",
      "RedesignPreference": {
        "$Type": "UiPath.Server.Configuration.OData.UserRedesignPreference"
      },
      "RemoteControlPreference": {
        "$Type": "UiPath.Server.Configuration.OData.UserRemoteControlPreference"
      }
    },
    "SimpleUserDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.UserDto"
    },
    "RobotWithLicenseDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.ExtendedRobotDto",
      "License": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.RobotLicenseDto"
      }
    },
    "ContextProperties": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.Dictionary_2OfString_String",
      "TraceId": {
        "$Nullable": true
      },
      "SpanId": {
        "$Nullable": true
      },
      "ParentSpanId": {
        "$Nullable": true
      }
    },
    "LedgerMessageContext": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.Dictionary_2OfString_String",
      "TraceParent": {
        "$Nullable": true
      },
      "TraceState": {
        "$Nullable": true
      }
    },
    "FilterResult": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.Dictionary_2OfString_String",
      "ResourceType": {},
      "ResourceAction": {},
      "Namespace": {},
      "ResourceGroup": {}
    },
    "MaintenanceDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.SettingsDto"
    },
    "SignalRActivitySettingsDto": {
      "$Kind": "ComplexType",
      "Url": {
        "$Nullable": true
      },
      "SkipNegotiation": {
        "$Type": "Edm.Boolean"
      }
    },
    "ExecutionSettingDefinition": {
      "$Kind": "ComplexType",
      "Key": {
        "$Nullable": true
      },
      "DisplayName": {
        "$Nullable": true
      },
      "ValueType": {
        "$Nullable": true
      },
      "DefaultValue": {
        "$Nullable": true
      },
      "PossibleValues": {
        "$Collection": true,
        "$Nullable": true
      }
    },
    "NameValueDto": {
      "$Kind": "ComplexType",
      "Name": {
        "$Nullable": true
      },
      "Value": {
        "$Nullable": true
      }
    },
    "LanguageInfo": {
      "$Kind": "ComplexType",
      "Name": {
        "$Nullable": true
      },
      "DisplayName": {
        "$Nullable": true
      },
      "Icon": {
        "$Nullable": true
      },
      "IsDefault": {
        "$Type": "Edm.Boolean"
      },
      "IsDisabled": {
        "$Type": "Edm.Boolean"
      }
    },
    "SmtpSettingModel": {
      "$Kind": "ComplexType",
      "Host": {},
      "Port": {
        "$Type": "Edm.Int32"
      },
      "UserName": {
        "$Nullable": true
      },
      "Password": {
        "$Nullable": true
      },
      "Domain": {
        "$Nullable": true
      },
      "EnableSsl": {
        "$Type": "Edm.Boolean"
      },
      "UseDefaultCredentials": {
        "$Type": "Edm.Boolean"
      },
      "DefaultFromAddress": {
        "$Nullable": true
      },
      "DefaultFromDisplayName": {
        "$Nullable": true
      }
    },
    "SimpleReleaseDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.ReleaseDto"
    },
    "ReleaseVersionDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "ReleaseId": {
        "$Type": "Edm.Int64"
      },
      "VersionNumber": {
        "$MaxLength": 50
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "ReleaseName": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "ProcessSettingsDto": {
      "$Kind": "ComplexType",
      "ErrorRecordingEnabled": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "Duration": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "Frequency": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "Quality": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "AutoStartProcess": {
        "$Type": "Edm.Boolean"
      },
      "AlwaysRunning": {
        "$Type": "Edm.Boolean"
      },
      "AutopilotForRobots": {
        "$Type": "UiPath.Server.Configuration.OData.AutopilotForRobotsSettingsDto",
        "$Nullable": true
      },
      "EnableAutopilotHealing": {
        "$Type": "Edm.Boolean"
      },
      "AgentSettings": {
        "$Type": "UiPath.Server.Configuration.OData.AgentSettings",
        "$Nullable": true
      },
      "RunMode": {
        "$Type": "UiPath.Server.Configuration.OData.JobRunMode"
      }
    },
    "AutopilotForRobotsSettingsDto": {
      "$Kind": "ComplexType",
      "Enabled": {
        "$Type": "Edm.Boolean"
      },
      "HealingEnabled": {
        "$Type": "Edm.Boolean"
      }
    },
    "AgentSettings": {
      "$Kind": "ComplexType",
      "Memory": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      }
    },
    "VideoRecordingSettingsDto": {
      "$Kind": "ComplexType",
      "VideoRecordingType": {
        "$Type": "UiPath.Server.Configuration.OData.VideoRecordingType",
        "$DefaultValue": "None"
      },
      "QueueItemVideoRecordingType": {
        "$Type": "UiPath.Server.Configuration.OData.VideoRecordingType",
        "$DefaultValue": "None"
      },
      "MaxDurationSeconds": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      }
    },
    "ResourceOverwritePropertiesDto": {
      "$Kind": "ComplexType",
      "$OpenType": true
    },
    "ExtendedMachineDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.MachineDto",
      "UpdateInfo": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.UpdateInfoDto"
      }
    },
    "JobErrorDto": {
      "$Kind": "ComplexType",
      "Code": {
        "$Nullable": true
      },
      "Title": {
        "$Nullable": true
      },
      "Detail": {
        "$Nullable": true
      },
      "Category": {
        "$Nullable": true
      },
      "Status": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "Timestamp": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      }
    },
    "ReleaseCreateCommand": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.ReleaseDto",
      "RetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction"
      },
      "RetentionPeriod": {
        "$Type": "Edm.Int32"
      },
      "RetentionBucketId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "StaleRetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction",
        "$Nullable": true
      },
      "StaleRetentionPeriod": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "StaleRetentionBucketId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      }
    },
    "ReleaseUpdateCommand": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.ReleaseDto",
      "RetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction"
      },
      "RetentionPeriod": {
        "$Type": "Edm.Int32"
      },
      "RetentionBucketId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "StaleRetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction",
        "$Nullable": true
      },
      "StaleRetentionPeriod": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "StaleRetentionBucketId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      }
    },
    "PackageResourcePropertyDto": {
      "$Kind": "ComplexType",
      "$OpenType": true,
      "Name": {
        "$Nullable": true
      },
      "Value": {
        "$Nullable": true
      },
      "DefaultValue": {
        "$Nullable": true
      },
      "IsExpression": {
        "$Type": "Edm.Boolean"
      }
    },
    "ConnectionPackageResourceDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.PackageResourceDto",
      "Purpose": {
        "$Nullable": true
      },
      "Metadata": {
        "$Type": "UiPath.Server.Configuration.OData.ConnectionMetadata",
        "$Nullable": true
      }
    },
    "ConnectionMetadata": {
      "$Kind": "ComplexType",
      "$OpenType": true,
      "Connector": {
        "$Nullable": true
      },
      "UseConnectionService": {
        "$Nullable": true
      },
      "ActivityName": {
        "$Nullable": true
      },
      "BindingsVersion": {
        "$Nullable": true
      },
      "SolutionsSupport": {
        "$Nullable": true
      }
    },
    "EntityPackageResourceDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.PackageResourceDto",
      "Metadata": {
        "$Type": "UiPath.Server.Configuration.OData.EntityMetadata",
        "$Nullable": true
      }
    },
    "EntityMetadata": {
      "$Kind": "ComplexType",
      "$OpenType": true,
      "Scope": {
        "$Nullable": true
      },
      "ActivityName": {
        "$Nullable": true
      },
      "BindingsVersion": {
        "$Nullable": true
      },
      "SolutionsSupport": {
        "$Nullable": true
      }
    },
    "EventTriggerPackageResourceDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.PackageResourceDto",
      "Purpose": {
        "$Nullable": true
      },
      "Metadata": {
        "$Type": "UiPath.Server.Configuration.OData.EventTriggerMetadata",
        "$Nullable": true
      }
    },
    "EventTriggerMetadata": {
      "$Kind": "ComplexType",
      "$OpenType": true,
      "Connector": {
        "$Nullable": true
      },
      "Operation": {
        "$Nullable": true
      },
      "ObjectName": {
        "$Nullable": true
      },
      "FilterExpression": {
        "$Nullable": true
      },
      "ChildResources": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.PackageResource_1OfPropertyMetadata",
        "$Nullable": true
      },
      "ActivityName": {
        "$Nullable": true
      },
      "BindingsVersion": {
        "$Nullable": true
      },
      "SolutionsSupport": {
        "$Nullable": true
      }
    },
    "PackageResource": {
      "$Kind": "ComplexType",
      "DynamicValues": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.KeyValuePair_2OfString_PackageResourceProperty",
        "$Nullable": true
      }
    },
    "PackageResource_1OfPropertyMetadata": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.PackageResource"
    },
    "KeyValuePair_2OfString_PackageResourceProperty": {
      "$Kind": "ComplexType"
    },
    "ProcessExecutionSettingsDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.PackageResourceDto",
      "Metadata": {
        "$Type": "UiPath.Server.Configuration.OData.ProcessExecutionSettingsMetadata",
        "$Nullable": true
      }
    },
    "ProcessExecutionSettingsMetadata": {
      "$Kind": "ComplexType",
      "$OpenType": true,
      "ParentResourceKey": {
        "$Nullable": true
      },
      "ActivityName": {
        "$Nullable": true
      },
      "BindingsVersion": {
        "$Nullable": true
      },
      "SolutionsSupport": {
        "$Nullable": true
      }
    },
    "PropertyPackageResourceDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.PackageResourceDto",
      "Metadata": {
        "$Type": "UiPath.Server.Configuration.OData.PropertyMetadata",
        "$Nullable": true
      }
    },
    "PropertyMetadata": {
      "$Kind": "ComplexType",
      "$OpenType": true,
      "Overwritable": {
        "$Type": "Edm.Boolean"
      },
      "ParentResourceKey": {
        "$Nullable": true
      },
      "ObjectName": {
        "$Nullable": true
      },
      "TriggerCreateParameters": {
        "$Nullable": true
      },
      "ParentResource": {
        "$Type": "UiPath.Server.Configuration.OData.PackageResource",
        "$Nullable": true
      },
      "ActivityName": {
        "$Nullable": true
      },
      "BindingsVersion": {
        "$Nullable": true
      },
      "SolutionsSupport": {
        "$Nullable": true
      }
    },
    "PackageResource_1OfT": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.PackageResource"
    },
    "ExtendedPackageResource": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.PackageResource",
      "Overwrites": {
        "$Type": "UiPath.Server.Configuration.OData.Dictionary_2OfString_String",
        "$Nullable": true
      }
    },
    "ExtendedPackageResource_1OfT": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.ExtendedPackageResource"
    },
    "QueueTriggerPackageResourceDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.PackageResourceDto",
      "Metadata": {
        "$Type": "UiPath.Server.Configuration.OData.QueueTriggerMetadata",
        "$Nullable": true
      }
    },
    "QueueTriggerMetadata": {
      "$Kind": "ComplexType",
      "$OpenType": true,
      "ItemsActivationThreshold": {
        "$Type": "Edm.Int32"
      },
      "ItemsPerJobActivationTarget": {
        "$Type": "Edm.Int32"
      },
      "MaxJobsForActivation": {
        "$Type": "Edm.Int32"
      },
      "ActivityName": {
        "$Nullable": true
      },
      "BindingsVersion": {
        "$Nullable": true
      },
      "SolutionsSupport": {
        "$Nullable": true
      }
    },
    "SubtypedPackageResourceDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.PackageResourceDto",
      "Metadata": {
        "$Type": "UiPath.Server.Configuration.OData.SubtypedMetadata",
        "$Nullable": true
      }
    },
    "SubtypedMetadata": {
      "$Kind": "ComplexType",
      "$OpenType": true,
      "SubType": {
        "$Nullable": true
      },
      "ActivityName": {
        "$Nullable": true
      },
      "BindingsVersion": {
        "$Nullable": true
      },
      "SolutionsSupport": {
        "$Nullable": true
      }
    },
    "TimeTriggerPackageResourceDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.PackageResourceDto",
      "Metadata": {
        "$Type": "UiPath.Server.Configuration.OData.TimeTriggerMetadata",
        "$Nullable": true
      }
    },
    "TimeTriggerMetadata": {
      "$Kind": "ComplexType",
      "$OpenType": true,
      "TimeZone": {
        "$Nullable": true
      },
      "CronExpression": {
        "$Nullable": true
      },
      "ActivityName": {
        "$Nullable": true
      },
      "BindingsVersion": {
        "$Nullable": true
      },
      "SolutionsSupport": {
        "$Nullable": true
      }
    },
    "RobotExecutorDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "MachineName": {
        "$Nullable": true
      },
      "Name": {
        "$Nullable": true
      },
      "Description": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "MachineRobotSessionDto": {
      "$Kind": "ComplexType",
      "MachineId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "MachineName": {
        "$Nullable": true
      },
      "RobotId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "RobotUserName": {
        "$Nullable": true
      },
      "SessionId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "SessionName": {
        "$Nullable": true
      }
    },
    "CustomKeyValuePair": {
      "$Kind": "ComplexType",
      "Key": {
        "$Nullable": true
      },
      "Value": {
        "$Nullable": true
      }
    },
    "AssetRobotValueDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {
        "$Nullable": true
      },
      "RobotId": {
        "$Type": "Edm.Int64"
      },
      "RobotName": {
        "$Nullable": true
      },
      "KeyTrail": {
        "$Nullable": true
      },
      "ValueType": {
        "$Type": "UiPath.Server.Configuration.OData.AssetValueType"
      },
      "StringValue": {
        "$Nullable": true,
        "$MaxLength": 1000000
      },
      "BoolValue": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "IntValue": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "SecretValue": {
        "$Nullable": true
      },
      "Value": {
        "$Nullable": true
      },
      "CredentialUsername": {
        "$Nullable": true
      },
      "CredentialPassword": {
        "$Nullable": true
      },
      "ExternalName": {
        "$Nullable": true
      },
      "CredentialStoreId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "KeyValueList": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.CustomKeyValuePair",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "AssetUserValueDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {
        "$Nullable": true
      },
      "UserId": {
        "$Type": "Edm.Int64"
      },
      "UserName": {
        "$Nullable": true
      },
      "MachineId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "MachineName": {
        "$Nullable": true
      },
      "ValueType": {
        "$Type": "UiPath.Server.Configuration.OData.AssetValueType"
      },
      "StringValue": {
        "$Nullable": true,
        "$MaxLength": 1000000
      },
      "BoolValue": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "IntValue": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "Value": {
        "$Nullable": true
      },
      "CredentialUsername": {
        "$Nullable": true
      },
      "CredentialPassword": {
        "$Nullable": true
      },
      "SecretValue": {
        "$Nullable": true
      },
      "CredentialStoreId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "ExternalName": {
        "$Nullable": true
      },
      "KeyValueList": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.CustomKeyValuePair",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "CredentialsConnectionData": {
      "$Kind": "ComplexType",
      "Url": {
        "$Nullable": true
      },
      "Body": {
        "$Nullable": true
      },
      "BearerToken": {
        "$Nullable": true
      }
    },
    "QueueCreateCommand": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
      "RetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction"
      },
      "RetentionPeriod": {
        "$Type": "Edm.Int32"
      },
      "RetentionBucketId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "StaleRetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction",
        "$Nullable": true
      },
      "StaleRetentionPeriod": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "StaleRetentionBucketId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      }
    },
    "QueueEditCommand": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
      "RetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction"
      },
      "RetentionPeriod": {
        "$Type": "Edm.Int32"
      },
      "RetentionBucketId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "StaleRetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction",
        "$Nullable": true
      },
      "StaleRetentionPeriod": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "StaleRetentionBucketId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      }
    },
    "ProcessingExceptionDto": {
      "$Kind": "ComplexType",
      "Reason": {
        "$Nullable": true
      },
      "Details": {
        "$Nullable": true
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.ProcessingExceptionType"
      },
      "AssociatedImageFilePath": {
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      }
    },
    "QueueItemErrorDto": {
      "$Kind": "ComplexType",
      "Code": {
        "$Nullable": true
      },
      "Title": {
        "$Nullable": true
      },
      "Detail": {
        "$Nullable": true
      },
      "Category": {
        "$Nullable": true
      },
      "Status": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "Timestamp": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      }
    },
    "QueueItemOutput": {
      "$Kind": "ComplexType",
      "$OpenType": true
    },
    "QueueItemAnalytics": {
      "$Kind": "ComplexType",
      "$OpenType": true
    },
    "LongVersionedEntity": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "RowVersion": {
        "$Type": "Edm.Binary",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "TransactionDataDto": {
      "$Kind": "ComplexType",
      "Name": {
        "$Nullable": true
      },
      "RobotIdentifier": {
        "$Type": "Edm.Guid"
      },
      "SpecificContent": {
        "$Type": "UiPath.Server.Configuration.OData.QueueItemSpecificContent",
        "$Nullable": true
      },
      "DeferDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "DueDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "Reference": {
        "$Nullable": true
      },
      "ReferenceFilterOption": {
        "$Type": "UiPath.Server.Configuration.OData.Strategy"
      },
      "ParentOperationId": {
        "$Nullable": true
      }
    },
    "QueueItemDataDto": {
      "$Kind": "ComplexType",
      "Name": {
        "$Nullable": true
      },
      "Priority": {
        "$Type": "UiPath.Server.Configuration.OData.Priority"
      },
      "SpecificContent": {
        "$Type": "UiPath.Server.Configuration.OData.QueueItemSpecificContent",
        "$Nullable": true
      },
      "DeferDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "DueDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "RiskSlaDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "Reference": {
        "$Nullable": true
      },
      "FpsContext": {
        "$Nullable": true
      },
      "Progress": {
        "$Nullable": true
      },
      "Source": {
        "$Nullable": true
      },
      "ParentOperationId": {
        "$Nullable": true
      }
    },
    "TransactionResultDto": {
      "$Kind": "ComplexType",
      "IsSuccessful": {
        "$Type": "Edm.Boolean"
      },
      "ProcessingException": {
        "$Type": "UiPath.Server.Configuration.OData.ProcessingExceptionDto",
        "$Nullable": true
      },
      "DeferDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "DueDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "Output": {
        "$Type": "UiPath.Server.Configuration.OData.QueueItemOutput",
        "$Nullable": true
      },
      "Analytics": {
        "$Type": "UiPath.Server.Configuration.OData.QueueItemAnalytics",
        "$Nullable": true
      },
      "Progress": {
        "$Nullable": true
      },
      "OperationId": {
        "$Nullable": true,
        "$MaxLength": 128
      },
      "ExternalSource": {
        "$Nullable": true,
        "$MaxLength": 512
      }
    },
    "StartProcessDto": {
      "$Kind": "ComplexType",
      "ReleaseKey": {
        "$Nullable": true
      },
      "ReleaseName": {
        "$Nullable": true
      },
      "Strategy": {
        "$Type": "UiPath.Server.Configuration.OData.StartStrategy"
      },
      "RobotIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "UserKeys": {
        "$Collection": true,
        "$Type": "Edm.Guid"
      },
      "MachineSessionIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "NoOfRobots": {
        "$Type": "Edm.Int32"
      },
      "JobsCount": {
        "$Type": "Edm.Int32"
      },
      "Source": {
        "$Type": "UiPath.Server.Configuration.OData.JobSource"
      },
      "JobPriority": {
        "$Type": "UiPath.Server.Configuration.OData.JobPriority",
        "$Nullable": true
      },
      "SpecificPriorityValue": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "RuntimeType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotType",
        "$Nullable": true
      },
      "InputArguments": {
        "$Nullable": true,
        "$MaxLength": 10000
      },
      "InputFile": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "EnvironmentVariables": {
        "$Nullable": true,
        "$MaxLength": 4000
      },
      "Reference": {
        "$Nullable": true,
        "$MaxLength": 128
      },
      "MachineRobots": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.MachineRobotDto",
        "$Nullable": true
      },
      "TargetFramework": {
        "$Type": "UiPath.Server.Configuration.OData.TargetFramework",
        "$Nullable": true
      },
      "ResumeOnSameContext": {
        "$Type": "Edm.Boolean"
      },
      "BatchExecutionKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "RequiresUserInteraction": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "StopProcessExpression": {
        "$Nullable": true
      },
      "StopStrategy": {
        "$Type": "UiPath.Server.Configuration.OData.StopStrategy",
        "$Nullable": true
      },
      "KillProcessExpression": {
        "$Nullable": true
      },
      "RemoteControlAccess": {
        "$Type": "UiPath.Server.Configuration.OData.RemoteControlAccess",
        "$Nullable": true
      },
      "AlertPendingExpression": {
        "$Nullable": true
      },
      "AlertRunningExpression": {
        "$Nullable": true
      },
      "RunAsMe": {
        "$Type": "Edm.Boolean"
      },
      "ParentOperationId": {
        "$Nullable": true
      },
      "AutopilotForRobots": {
        "$Type": "UiPath.Server.Configuration.OData.AutopilotForRobotsSettingsDto",
        "$Nullable": true
      },
      "EnableAutopilotHealing": {
        "$Type": "Edm.Boolean"
      },
      "TriggerId": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "ApplyUserResourceOverwrites": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "SapPassport": {
        "$Nullable": true
      },
      "ProfilingOptions": {
        "$Nullable": true
      },
      "FpsContext": {
        "$Nullable": true
      },
      "FpsProperties": {
        "$Nullable": true
      },
      "TraceId": {
        "$Nullable": true
      },
      "ParentSpanId": {
        "$Nullable": true
      },
      "RootSpanId": {
        "$Nullable": true
      },
      "EntryPointPath": {
        "$Nullable": true
      },
      "TargetRuntime": {
        "$Nullable": true
      },
      "VideoRecordingSettings": {
        "$Type": "UiPath.Server.Configuration.OData.VideoRecordingSettingsDto",
        "$Nullable": true
      },
      "MachineInfraTarget": {
        "$Type": "UiPath.Server.Configuration.OData.JobMachineInfraTargetDto",
        "$Nullable": true
      },
      "ReleaseVersion": {
        "$Nullable": true
      },
      "Attachments": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.JobAttachmentDto"
      }
    },
    "MachineRobotDto": {
      "$Kind": "ComplexType",
      "MachineId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "MachineName": {
        "$Nullable": true
      },
      "RobotId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "RobotUserName": {
        "$Nullable": true
      }
    },
    "JobAttachmentDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "AttachmentId": {
        "$Type": "Edm.Guid"
      },
      "JobKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "Category": {
        "$Nullable": true,
        "$MaxLength": 128
      },
      "AttachmentName": {
        "$Nullable": true,
        "$MaxLength": 256
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModifierUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Guid"
      }
    },
    "JobMachineInfraTargetDto": {
      "$Kind": "ComplexType",
      "MachineTemplateName": {
        "$Nullable": true
      },
      "HostMachineName": {
        "$Nullable": true
      },
      "ServiceUserName": {
        "$Nullable": true
      }
    },
    "ServerlessStartProcessDto": {
      "$Kind": "ComplexType",
      "$BaseType": "UiPath.Server.Configuration.OData.StartProcessDto",
      "ServerlessJobType": {
        "$Type": "UiPath.Server.Configuration.OData.ServerlessJobType",
        "$Nullable": true
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.JobType"
      }
    },
    "CredentialStoreDetailsDto": {
      "$Kind": "ComplexType",
      "IsReadOnly": {
        "$Type": "Edm.Boolean"
      }
    },
    "DefaultCredentialStoreDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "ResourceType": {
        "$Type": "UiPath.Server.Configuration.OData.CredentialStoreResourceType"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "SimpleCredentialStoreDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.CredentialStoreDto"
    },
    "UserAssignmentsDto": {
      "$Kind": "ComplexType",
      "UserIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "RolesPerFolder": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.FolderRolesDto",
        "$Nullable": true
      }
    },
    "FolderRolesDto": {
      "$Kind": "ComplexType",
      "FolderId": {
        "$Type": "Edm.Int64"
      },
      "RoleIds": {
        "$Collection": true,
        "$Type": "Edm.Int32",
        "$Nullable": true
      }
    },
    "DomainUserAssignmentDto": {
      "$Kind": "ComplexType",
      "Domain": {
        "$Nullable": true
      },
      "UserName": {
        "$Nullable": true
      },
      "DirectoryIdentifier": {
        "$Nullable": true
      },
      "UserType": {
        "$Type": "UiPath.Server.Configuration.OData.UserType"
      },
      "RolesPerFolder": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.FolderRolesDto",
        "$Nullable": true
      }
    },
    "FolderAssignmentsDto": {
      "$Kind": "ComplexType",
      "Folder": {
        "$Type": "UiPath.Server.Configuration.OData.SimpleFolderDto",
        "$Nullable": true
      },
      "Roles": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.RoleUsersDto",
        "$Nullable": true
      }
    },
    "MachineAssignmentsDto": {
      "$Kind": "ComplexType",
      "MachineIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "FolderIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "MachinesFolderAssociationsDto": {
      "$Kind": "ComplexType",
      "FolderId": {
        "$Type": "Edm.Int64"
      },
      "AddedMachineIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "RemovedMachineIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "EntityCountDto": {
      "$Kind": "ComplexType",
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.FolderEntityType"
      },
      "Name": {
        "$Nullable": true
      },
      "Count": {
        "$Type": "Edm.Int32"
      }
    },
    "TriggerPropertiesDto": {
      "$Kind": "ComplexType",
      "$OpenType": true
    },
    "EventTriggerPropertiesDto": {
      "$Kind": "ComplexType",
      "ConnectionId": {
        "$Type": "Edm.Guid"
      },
      "ConnectionFolderId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "ConnectionFolderKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "Operation": {},
      "ConnectorKey": {
        "$Nullable": true
      },
      "ObjectName": {},
      "FilterContext": {
        "$Nullable": true
      },
      "FilterExpression": {
        "$Nullable": true
      },
      "ResourceOverwrites": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ResourceOverwriteDto",
        "$Nullable": true
      },
      "Parameters": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.NameValueDto",
        "$Nullable": true
      }
    },
    "AnyObjectDto": {
      "$Kind": "ComplexType",
      "$OpenType": true
    },
    "MachineServerlessLicensingModel": {
      "$Kind": "EnumType",
      "RobotUnits": 1,
      "LicenseSlots": 2,
      "Hybrid": 3
    },
    "RobotType": {
      "$Kind": "EnumType",
      "NonProduction": 0,
      "Attended": 1,
      "Unattended": 2,
      "Development": 3,
      "StudioX": 4,
      "Headless": 5,
      "StudioPro": 6,
      "TestAutomation": 7,
      "AutomationCloud": 8,
      "Serverless": 9,
      "AutomationKit": 10,
      "ServerlessTestAutomation": 11,
      "AutomationCloudTestAutomation": 12,
      "AttendedStudioWeb": 13,
      "Hosting": 14,
      "AssistantWeb": 15,
      "ProcessOrchestration": 16,
      "AgentService": 17,
      "AppTest": 18,
      "PerformanceTest": 19,
      "BusinessRule": 20,
      "CaseManagement": 21,
      "Flow": 22
    },
    "AlertType": {
      "$Kind": "EnumType",
      "ServerlessVpn": 100
    },
    "CredentialStoreResourceType": {
      "$Kind": "EnumType",
      "AssetCredential": 0,
      "RobotCredential": 1,
      "BucketCredential": 2,
      "Secrets": 3
    },
    "CredentialsProxyResourceType": {
      "$Kind": "EnumType",
      "AssetCredential": 0,
      "RobotCredential": 1,
      "BucketCredential": 2,
      "Secrets": 3,
      "CredentialStore": 4
    },
    "LicenseRequirement": {
      "$Kind": "EnumType",
      "None": 0,
      "Windows10Pro": 1
    },
    "NotificationSeverity": {
      "$Kind": "EnumType",
      "$UnderlyingType": "Edm.Byte",
      "Info": 0,
      "Success": 1,
      "Warn": 2,
      "Error": 3,
      "Fatal": 4
    },
    "JobStopStrategy": {
      "$Kind": "EnumType",
      "None": 0,
      "Kill": 1
    },
    "Hosting": {
      "$Kind": "EnumType",
      "Customer": 0,
      "System": 1
    },
    "MachineType": {
      "$Kind": "EnumType",
      "Standard": 0,
      "Template": 1
    },
    "MachineScope": {
      "$Kind": "EnumType",
      "Default": 0,
      "Shared": 1,
      "PersonalWorkspace": 2,
      "Cloud": 3,
      "Serverless": 4,
      "AutomationCloudRobot": 5,
      "ElasticRobot": 6,
      "ProcessOrchestration": 7,
      "AgentService": 8
    },
    "EndpointDetectionStatus": {
      "$Kind": "EnumType",
      "NotAvailable": 0,
      "Mixed": 1,
      "Enabled": 2
    },
    "AutomationType": {
      "$Kind": "EnumType",
      "Any": 0,
      "Foreground": 1,
      "Background": 2
    },
    "MachineTargetFramework": {
      "$Kind": "EnumType",
      "Any": 0,
      "Windows": 1,
      "Portable": 2
    },
    "PolicyType": {
      "$Kind": "EnumType",
      "None": 0,
      "SpecificVersion": 1,
      "LatestVersion": 2,
      "LatestPatch": 3
    },
    "SizeGroup": {
      "$Kind": "EnumType",
      "XSmall": 0,
      "Small": 1,
      "Medium": 2,
      "Large": 3
    },
    "Provisioning": {
      "$Kind": "EnumType",
      "Auto": 0,
      "Manual": 1,
      "External": 2,
      "Workstation": 3
    },
    "PublicIpType": {
      "$Kind": "EnumType",
      "Dynamic": 0,
      "Static": 1
    },
    "VpnGatewayConnectionState": {
      "$Kind": "EnumType",
      "Connecting": 0,
      "Failed": 1,
      "Connected": 2
    },
    "MachinePoolEnvironment": {
      "$Kind": "EnumType",
      "Production": 0,
      "Testing": 1,
      "Mixed": 2
    },
    "ImageSource": {
      "$Kind": "EnumType",
      "UiPath": 0,
      "External": 1
    },
    "ScalingProfileType": {
      "$Kind": "EnumType",
      "CostEfficient": 0,
      "Balanced": 1,
      "Fast": 2,
      "Always": 3,
      "Custom": 4
    },
    "DomainType": {
      "$Kind": "EnumType",
      "OnPremActiveDirectory": 0,
      "AzureActiveDirectory": 1,
      "AzureActiveDirectoryDomainService": 2
    },
    "DomainInfoStatus": {
      "$Kind": "EnumType",
      "Pending": 0,
      "Verified": 1,
      "Faulted": 2
    },
    "RobotUpdateOption": {
      "$Kind": "EnumType",
      "Latest": 0,
      "Delayed": 1,
      "CustomerManaged": 2
    },
    "FeatureType": {
      "$Kind": "EnumType",
      "Rdp": 0,
      "ResetAdminCredentials": 1,
      "RobotConnection": 2
    },
    "MachineFeatureDisplayState": {
      "$Kind": "EnumType",
      "Enabling": 0,
      "Enabled": 1,
      "Disabled": 2,
      "Disabling": 3,
      "Failed": 4
    },
    "MachineEventSeverity": {
      "$Kind": "EnumType",
      "Success": 0,
      "Failure": 1
    },
    "VpnGatewayState": {
      "$Kind": "EnumType",
      "Provisioning": 0,
      "Failed": 1,
      "Deployed": 2,
      "Deploying": 3
    },
    "VpnGatewaySku": {
      "$Kind": "EnumType",
      "Basic": 0
    },
    "RetentionAction": {
      "$Kind": "EnumType",
      "Delete": 0,
      "Archive": 1,
      "None": 2
    },
    "RetentionType": {
      "$Kind": "EnumType",
      "Final": 1,
      "Stale": 2
    },
    "TaskStatus": {
      "$Kind": "EnumType",
      "Unassigned": 0,
      "Pending": 1,
      "Completed": 2
    },
    "UserType": {
      "$Kind": "EnumType",
      "User": 0,
      "Robot": 1,
      "DirectoryUser": 2,
      "DirectoryGroup": 3,
      "DirectoryRobot": 4,
      "DirectoryExternalApplication": 5
    },
    "TaskAssignmentCriteria": {
      "$Kind": "EnumType",
      "SingleUser": 0,
      "Workload": 1,
      "AllUsers": 2,
      "RoundRobin": 3,
      "Hierarchy": 4
    },
    "TaskActivityType": {
      "$Kind": "EnumType",
      "Created": 1,
      "Assigned": 2,
      "Reassigned": 3,
      "Unassigned": 4,
      "Saved": 5,
      "Forwarded": 6,
      "Completed": 7,
      "Commented": 8,
      "Deleted": 9,
      "BulkSaved": 10,
      "BulkCompleted": 11,
      "FirstOpened": 12,
      "Reopened": 13
    },
    "TaskSlaTriggerCriteria": {
      "$Kind": "EnumType",
      "TaskCreated": 0,
      "TaskAssigned": 1,
      "TaskCompleted": 2
    },
    "TaskSlaStatus": {
      "$Kind": "EnumType",
      "OverdueLater": 0,
      "OverdueSoon": 1,
      "Overdue": 2,
      "CompletedInTime": 3
    },
    "TaskType": {
      "$Kind": "EnumType",
      "FormTask": 0,
      "ExternalTask": 1,
      "DocumentValidationTask": 2,
      "DocumentClassificationTask": 3,
      "DataLabelingTask": 4,
      "AppTask": 5
    },
    "TaskPriority": {
      "$Kind": "EnumType",
      "Low": 0,
      "Medium": 1,
      "High": 2,
      "Critical": 3
    },
    "PermissionScopes": {
      "$Kind": "EnumType",
      "$IsFlags": true,
      "Global": 1,
      "Folder": 2,
      "GlobalOrFolder": 3
    },
    "TestSetSourceType": {
      "$Kind": "EnumType",
      "User": 0,
      "ExternalTool": 1,
      "Transient": 2
    },
    "CoverageTypes": {
      "$Kind": "EnumType",
      "$IsFlags": true,
      "None": 0,
      "Activity": 1,
      "ObjectRepository": 2,
      "Full": 3
    },
    "TestSetExecutionStatus": {
      "$Kind": "EnumType",
      "Pending": 0,
      "Running": 1,
      "Cancelling": 2,
      "Passed": 3,
      "Failed": 4,
      "Cancelled": 5
    },
    "ExecutionTriggerType": {
      "$Kind": "EnumType",
      "Manual": 0,
      "Scheduled": 1,
      "ExternalTool": 2,
      "TestManager": 3
    },
    "CoverageStatus": {
      "$Kind": "EnumType",
      "Disabled": 0,
      "Pending": 1,
      "Processing": 2,
      "Completed": 3
    },
    "TestCaseExecutionStatus": {
      "$Kind": "EnumType",
      "Pending": 0,
      "Running": 1,
      "Cancelling": 2,
      "Passed": 3,
      "Failed": 4,
      "Cancelled": 5
    },
    "TestCaseDefinitionType": {
      "$Kind": "EnumType",
      "TestCase": 0,
      "TestDataSetup": 1
    },
    "ExportType": {
      "$Kind": "EnumType",
      "OrchestratorAudit": 0,
      "TestAutomationAudit": 1,
      "Queues": 2,
      "Logs": 3,
      "Jobs": 4,
      "Privileges": 5,
      "RateLimitsReportQueueItems": 6,
      "RateLimitsReportJobs": 7,
      "AutopilotForRobotsData": 8
    },
    "ExportStatus": {
      "$Kind": "EnumType",
      "New": 0,
      "InProgress": 1,
      "Completed": 2,
      "Failed": 3
    },
    "RobotHostingType": {
      "$Kind": "EnumType",
      "Standard": 0,
      "Floating": 1
    },
    "RobotProvisionType": {
      "$Kind": "EnumType",
      "Manual": 0,
      "Automatic": 1
    },
    "CredentialType": {
      "$Kind": "EnumType",
      "Default": 0,
      "SmartCard": 1,
      "NCipher": 2,
      "SafeNet": 3,
      "NoCredential": 4
    },
    "EnvironmentType": {
      "$Kind": "EnumType",
      "Dev": 0,
      "Test": 1,
      "Prod": 2
    },
    "RoleType": {
      "$Kind": "EnumType",
      "Mixed": 0,
      "Tenant": 1,
      "Folder": 2
    },
    "UserProvisionType": {
      "$Kind": "EnumType",
      "Manual": 0,
      "Automatic": 1
    },
    "FolderType": {
      "$Kind": "EnumType",
      "Standard": 0,
      "Personal": 1,
      "Virtual": 2,
      "Solution": 3,
      "DebugSolution": 4
    },
    "FolderPermissionModel": {
      "$Kind": "EnumType",
      "InheritFromTenant": 0,
      "FineGrained": 1
    },
    "FeedType": {
      "$Kind": "EnumType",
      "Undefined": 0,
      "Processes": 1,
      "Libraries": 2,
      "PersonalWorkspace": 3,
      "FolderHierarchy": 4
    },
    "RootType": {
      "$Kind": "EnumType",
      "Standard": 0,
      "Personal": 1
    },
    "UserRedesignPreference": {
      "$Kind": "EnumType",
      "FirstRun": 0,
      "Ignored": 1,
      "Completed": 2
    },
    "UserRemoteControlPreference": {
      "$Kind": "EnumType",
      "FirstRun": 0,
      "Completed": 1
    },
    "SettingScopes": {
      "$Kind": "EnumType",
      "$IsFlags": true,
      "Application": 1,
      "Tenant": 2,
      "User": 4,
      "All": 7
    },
    "UpdateServerSourceType": {
      "$Kind": "EnumType",
      "Orchestrator": 1
    },
    "ExecutionSettingsConfigScope": {
      "$Kind": "EnumType",
      "Global": 0,
      "Robot": 1
    },
    "ConfigurationValueType": {
      "$Kind": "EnumType",
      "String": 0,
      "Number": 1,
      "Choice": 2,
      "Boolean": 3,
      "Section": 4,
      "Secret": 5,
      "SecretFile": 6
    },
    "AutomationBundleProductUpdateStatus": {
      "$Kind": "EnumType",
      "None": 0,
      "InProgress": 1,
      "Failed": 2,
      "NonCompliant": 3,
      "Compliant": 4,
      "NotApplicable": 5,
      "Scheduled": 6,
      "FailedRescheduled": 7
    },
    "AutomationBundleProductUpdateStatusReason": {
      "$Kind": "EnumType",
      "NonCompliantWithDifferentVersion": 0,
      "NonCompliantWithoutTargetVersion": 1,
      "NotApplicableForOlderSessions": 2,
      "NotApplicableForMachineType": 3,
      "NotApplicableTemplateWithoutRobotSessions": 4,
      "NotApplicableForPlatform": 5,
      "NotApplicableForTargetFramework": 6
    },
    "RobotState": {
      "$Kind": "EnumType",
      "Available": 0,
      "Busy": 1,
      "Disconnected": 2,
      "Unknown": 3
    },
    "JobState": {
      "$Kind": "EnumType",
      "Pending": 0,
      "Running": 1,
      "Stopping": 2,
      "Terminating": 3,
      "Faulted": 4,
      "Successful": 5,
      "Stopped": 6,
      "Suspended": 7,
      "Resumed": 8
    },
    "JobPriority": {
      "$Kind": "EnumType",
      "Normal": 0,
      "High": 1,
      "Low": -1
    },
    "DataVariationContentType": {
      "$Kind": "EnumType",
      "Json": 0
    },
    "ProcessType": {
      "$Kind": "EnumType",
      "Undefined": 0,
      "Process": 1,
      "ProcessOrchestration": 2,
      "WebApp": 3,
      "Agent": 4,
      "TestAutomationProcess": 5,
      "Api": 6,
      "MCPServer": 7,
      "BusinessRules": 8,
      "CaseManagement": 9,
      "Flow": 10,
      "Function": 11
    },
    "JobRunMode": {
      "$Kind": "EnumType",
      "Default": 0,
      "ForceUnattended": 1
    },
    "VideoRecordingType": {
      "$Kind": "EnumType",
      "None": 0,
      "Failed": 1,
      "All": 2
    },
    "TargetFramework": {
      "$Kind": "EnumType",
      "Legacy": 0,
      "Windows": 1,
      "Portable": 2
    },
    "RobotSize": {
      "$Kind": "EnumType",
      "Small": 10,
      "Standard": 20,
      "Medium": 30,
      "Large": 40
    },
    "PackageResourceType": {
      "$Kind": "EnumType",
      "Unknown": 0,
      "Queue": 1,
      "Asset": 2,
      "Bucket": 3,
      "Process": 4,
      "TaskCatalog": 5,
      "Entity": 6,
      "Connection": 7,
      "TimeTrigger": 8,
      "EventTrigger": 9,
      "QueueTrigger": 10,
      "AppsTrigger": 15,
      "Property": 20,
      "BusinessRule": 21,
      "Index": 22,
      "App": 23,
      "IXP": 24,
      "MCPServer": 25,
      "ProcessExecutionSettings": 26,
      "MemorySpace": 27
    },
    "Source": {
      "$Kind": "EnumType",
      "User": 0,
      "Solutions": 1
    },
    "RemoteControlAccess": {
      "$Kind": "EnumType",
      "None": 0,
      "ReadOnly": 1,
      "Full": 2
    },
    "PublisherLicenseType": {
      "$Kind": "EnumType",
      "Undefined": 0,
      "Production": 1,
      "NonProduction": 2
    },
    "JobSourceType": {
      "$Kind": "EnumType",
      "Manual": 0,
      "Schedule": 1,
      "Agent": 2,
      "Queue": 3,
      "StudioWeb": 4,
      "IntegrationTrigger": 5,
      "StudioDesktop": 6,
      "AutomationOpsPipelines": 7,
      "Apps": 8,
      "SAP": 9,
      "HttpTrigger": 10,
      "HttpTriggerCallback": 11,
      "RobotAPI": 12,
      "CommandLine": 13,
      "RobotNetAPI": 14,
      "Autopilot": 15,
      "TestManager": 16,
      "AgentService": 17,
      "ProcessOrchestration": 18,
      "PluginEcosystem": 19,
      "PerformanceTesting": 20,
      "AgentHub": 21,
      "ApiWorkflow": 22,
      "CaseManagement": 23
    },
    "JobType": {
      "$Kind": "EnumType",
      "Unattended": 0,
      "Attended": 1,
      "ServerlessGeneric": 2
    },
    "StopStrategy": {
      "$Kind": "EnumType",
      "SoftStop": 1,
      "Kill": 2
    },
    "ServerlessJobType": {
      "$Kind": "EnumType",
      "RobotJob": 0,
      "WebApp": 10,
      "LoadTest": 20,
      "StudioWebDesigner": 100,
      "PublishStudioProject": 300,
      "JsApi": 500,
      "PythonCodedAgent": 600,
      "MCPServer": 700,
      "PythonCodedSystemAgent": 800,
      "PythonAgent": 900,
      "PythonCodedFunction": 1000,
      "JsCodedFunction": 1100
    },
    "JobAutoHealStatus": {
      "$Kind": "EnumType",
      "None": 0,
      "IssueDetected": 1
    },
    "LicenseErrorCode": {
      "$Kind": "EnumType",
      "NoLicense": 1,
      "LicenseExpired": 2,
      "LicenseUnregistered": 3,
      "NoAvailableLicenses": 4,
      "NotEnoughAvailableSlots": 5,
      "NotEnoughRuntimeLicenses": 6,
      "LicenseIsAlreadyInUse": 7,
      "InvalidRequest": 8,
      "SlotsExceedLicenseLimit": 9,
      "RuntimeDisabled": 10,
      "ExternalNotSupported": 11,
      "UsageExceedsLicenseLimit": 12,
      "LicenseNotCompatible": 13
    },
    "RobotSessionType": {
      "$Kind": "EnumType",
      "LongLived": 0,
      "Ephemeral": 1
    },
    "SessionSource": {
      "$Kind": "EnumType",
      "Assistant": 0,
      "StudioWeb": 1,
      "StudioDesktop": 2
    },
    "PlatformType": {
      "$Kind": "EnumType",
      "Unknown": 0,
      "Windows": 1,
      "Linux": 2,
      "OSX": 3
    },
    "SessionMaintenanceMode": {
      "$Kind": "EnumType",
      "Default": 0,
      "Enabled": 1
    },
    "EntryPointType": {
      "$Kind": "EnumType",
      "Process": 1,
      "ProcessOrchestration": 2,
      "WebApp": 3,
      "Agent": 4,
      "TestAutomationProcess": 5,
      "Api": 6,
      "MCPServer": 7,
      "BusinessRules": 8,
      "CaseManagement": 9,
      "Function": 10
    },
    "ReleaseUserOverwritesStatus": {
      "$Kind": "EnumType",
      "SuccessfullyConfigured": 10,
      "MissingRequirements": 20,
      "Unconfigured": 100
    },
    "ResourceValidationResult": {
      "$Kind": "EnumType",
      "Unknown": 0,
      "Success": 1,
      "FolderNotFound": 2,
      "NotFound": 3,
      "BadType": 4,
      "NotEnoughPermissions": 5
    },
    "JobPendingReasons": {
      "$Kind": "EnumType",
      "RobotNotAssignedToFolder": 1,
      "RobotNotFound": 2,
      "RobotNoCredentials": 3,
      "RobotBusy": 4,
      "RobotConcurrencyLimit": 5,
      "RobotNoMatchingUsernames": 6,
      "RobotVersionTooLow": 7,
      "TemplateNoRuntime": 10,
      "TemplateNoHostsAvailable": 11,
      "TemplateNoLicense": 12,
      "TemplateFullCapacity": 13,
      "TemplateNotAssignedToFolder": 14,
      "TemplateMaintenanceMode": 15,
      "DynamicJobAccountCredentialsInvalid": 20,
      "DynamicJobForegroundAutomationTypeInvalid": 21,
      "DynamicJobBackgroundAutomationTypeInvalid": 22,
      "DynamicJobWindowsTargetFrameworkInvalid": 23,
      "DynamicJobCrossPlatformTargetFrameworkInvalid": 24,
      "DynamicJobConnectedMachinesInvalid": 25,
      "DynamicJobConnectedMachinesUserCredentialsInvalid": 26,
      "DynamicJobConnectedMachinesCrossPlatformRobotVersionInvalid": 27,
      "DynamicJobConnectedMachinesWindowsRobotVersionInvalid": 28
    },
    "AssetValueScope": {
      "$Kind": "EnumType",
      "Global": 0,
      "PerRobot": 1
    },
    "AssetValueType": {
      "$Kind": "EnumType",
      "DBConnectionString": 0,
      "HttpConnectionString": 1,
      "Text": 2,
      "Bool": 3,
      "Integer": 4,
      "Credential": 5,
      "WindowsCredential": 6,
      "KeyValueList": 7,
      "Secret": 8
    },
    "ProjectType": {
      "$Kind": "EnumType",
      "Undefined": 0,
      "Process": 1,
      "ProcessLibrary": 2,
      "BusinessProcess": 3,
      "BusinessProcessLibrary": 4,
      "TestAutomationProcess": 5,
      "ProcessOrchestration": 6,
      "BusinessProcessOrchestration": 7,
      "WebApp": 8,
      "BusinessWebApp": 9,
      "Agent": 10,
      "BusinessAgent": 11,
      "Api": 12,
      "MCPServer": 13,
      "BusinessRules": 14,
      "CaseManagement": 15,
      "Flow": 16,
      "Function": 17
    },
    "HttpStatusCode": {
      "$Kind": "EnumType",
      "Continue": 100,
      "SwitchingProtocols": 101,
      "Processing": 102,
      "EarlyHints": 103,
      "OK": 200,
      "Created": 201,
      "Accepted": 202,
      "NonAuthoritativeInformation": 203,
      "NoContent": 204,
      "ResetContent": 205,
      "PartialContent": 206,
      "MultiStatus": 207,
      "AlreadyReported": 208,
      "IMUsed": 226,
      "MultipleChoices": 300,
      "MovedPermanently": 301,
      "Found": 302,
      "SeeOther": 303,
      "NotModified": 304,
      "UseProxy": 305,
      "Unused": 306,
      "RedirectKeepVerb": 307,
      "PermanentRedirect": 308,
      "BadRequest": 400,
      "Unauthorized": 401,
      "PaymentRequired": 402,
      "Forbidden": 403,
      "NotFound": 404,
      "MethodNotAllowed": 405,
      "NotAcceptable": 406,
      "ProxyAuthenticationRequired": 407,
      "RequestTimeout": 408,
      "Conflict": 409,
      "Gone": 410,
      "LengthRequired": 411,
      "PreconditionFailed": 412,
      "RequestEntityTooLarge": 413,
      "RequestUriTooLong": 414,
      "UnsupportedMediaType": 415,
      "RequestedRangeNotSatisfiable": 416,
      "ExpectationFailed": 417,
      "MisdirectedRequest": 421,
      "UnprocessableEntity": 422,
      "Locked": 423,
      "FailedDependency": 424,
      "UpgradeRequired": 426,
      "PreconditionRequired": 428,
      "TooManyRequests": 429,
      "RequestHeaderFieldsTooLarge": 431,
      "UnavailableForLegalReasons": 451,
      "InternalServerError": 500,
      "NotImplemented": 501,
      "BadGateway": 502,
      "ServiceUnavailable": 503,
      "GatewayTimeout": 504,
      "HttpVersionNotSupported": 505,
      "VariantAlsoNegotiates": 506,
      "InsufficientStorage": 507,
      "LoopDetected": 508,
      "NotExtended": 510,
      "NetworkAuthenticationRequired": 511
    },
    "PackageType": {
      "$Kind": "EnumType",
      "Undefined": 0,
      "Process": 1,
      "ProcessLibrary": 2,
      "ProcessOrchestration": 3,
      "WebApp": 4,
      "Agent": 5,
      "TestAutomationProcess": 6,
      "Api": 7,
      "MCPServer": 8,
      "BusinessRules": 9,
      "CaseManagement": 10,
      "Flow": 11,
      "Function": 12
    },
    "LogLevel": {
      "$Kind": "EnumType",
      "Trace": 0,
      "Debug": 1,
      "Info": 2,
      "Warn": 3,
      "Error": 4,
      "Fatal": 5
    },
    "ProcessingExceptionType": {
      "$Kind": "EnumType",
      "ApplicationException": 0,
      "BusinessException": 1
    },
    "ProcessingStatus": {
      "$Kind": "EnumType",
      "New": 0,
      "InProgress": 1,
      "Failed": 2,
      "Successful": 3,
      "Abandoned": 4,
      "Retried": 5,
      "Deleted": 6
    },
    "ReviewStatus": {
      "$Kind": "EnumType",
      "None": 0,
      "InReview": 1,
      "Verified": 2,
      "Retried": 3
    },
    "Priority": {
      "$Kind": "EnumType",
      "High": 0,
      "Normal": 1,
      "Low": 2
    },
    "ErrorCode": {
      "$Kind": "EnumType",
      "Unknown": 0,
      "MultipleErrors": 10,
      "InvalidODataRequest": 999,
      "InvalidRequest": 1000,
      "NameAlreadyUsed": 1001,
      "ItemNotFound": 1002,
      "StringProtectFailed": 1003,
      "ItemAlreadyExists": 1004,
      "ErrorDeleting": 1005,
      "ErrorInserting": 1006,
      "ErrorUpdating": 1007,
      "ErrorSendingEmail": 1008,
      "InvalidArgument": 1009,
      "SqlAcquireLockFailure": 1010,
      "LibrariesFeedInUse": 1011,
      "HasDependentItems": 1012,
      "ItemIsInUse": 1013,
      "ParameterMissing": 1014,
      "ParameterInvalid": 1015,
      "DuplicateReference": 1016,
      "ForbiddenOperation": 1017,
      "InvalidUser": 1018,
      "FeatureDisabled": 1019,
      "OptimisticConcurrency": 1020,
      "EncryptionException": 1021,
      "TenantIsRequired": 1023,
      "FieldNotEditable": 1024,
      "ServiceUnavailable": 1025,
      "SharedAccessSignatureFailure": 1026,
      "ProviderNotSupported": 1027,
      "EmailAlreadyUsed": 1028,
      "DuplicateKey": 1029,
      "FeatureUnavailable": 1030,
      "InvalidAuditRelationship": 1050,
      "InvalidOrganizationUnit": 1100,
      "RequiredOrganizationUnit": 1101,
      "OrganizationUnitNotEditable": 1102,
      "NoOrganizationUnitWithPermissions": 1103,
      "MultipleOrganizationUnitsOnSession": 1104,
      "InvalidPermissionInCrossFolderRequest": 1105,
      "CannotCreateClassicEntities": 1106,
      "CannotEditClassicEntities": 1107,
      "RequiredPermissions": 1108,
      "CannotEditDuringMigration": 1109,
      "MachineAlreadyPairedWithDifferentLicenseKey": 1200,
      "NoAvailableLicenses": 1201,
      "HasAttachedRobots": 1202,
      "InvalidMachineKey": 1203,
      "MachineNameRequired": 1204,
      "UserNameRequired": 1205,
      "CannotDeleteBusyRobot": 1206,
      "MachineNameCannotChange": 1207,
      "MachineLicenseCannotChange": 1208,
      "CannotUpdateBusyRobot": 1209,
      "MachineTypeCannotChange": 1210,
      "UserNameInvalid": 1212,
      "SessionAlreadyActive": 1213,
      "CannotAssignMachineToFloatingRobot": 1214,
      "CannotUpdateRobotHostingType": 1215,
      "CannotAssignMachineTemplateToStandardRobot": 1216,
      "CannotUpdateActiveSession": 1217,
      "MachineTemplateUniqueLicenseKey": 1218,
      "InvalidMachineId": 1219,
      "InvalidNonProductionMachineSlots": 1220,
      "InvalidUnattendedMachineSlots": 1221,
      "DisconnectedRobot": 1222,
      "UnresponsiveRobot": 1223,
      "UnsupportedFloatingSessionRobotType": 1224,
      "UnsupportedStandardSessionRobotType": 1225,
      "RobotNotFoundUseInteractive": 1226,
      "MachineScopeProtected": 1227,
      "MachineKeyCannotChange": 1228,
      "TenantIdMismatch": 1229,
      "UserDoesNotHaveRobot": 1230,
      "RobotDisabled": 1231,
      "UnattendedRobotNotFound": 1232,
      "CannotPropagateMachineToSubfolders": 1233,
      "MachineRuntimeProtected": 1234,
      "IncompatibleOS": 1235,
      "IncompatibleRobotVersion": 1236,
      "MachineMaintenanceWindowDuration": 1237,
      "MachineMaintenanceTimeZoneId": 1238,
      "InvalidSlots": 1246,
      "RobotNotFoundByKey": 1247,
      "InvalidJobKey": 1248,
      "MachineSessionNotFound": 1249,
      "EnvironmentDeploymentConflict": 1250,
      "UnattendedRobotCredentialsNotFound": 1251,
      "PartiallyCreatedJobs": 1252,
      "ServerConflict": 1300,
      "ActionAlreadyPerformed": 1301,
      "UnavailableResources": 1302,
      "UserIsDeleted": 1400,
      "UserIsLockedOut": 1401,
      "ChangePassword": 1403,
      "PasswordExpired": 1404,
      "InvalidPassword": 1405,
      "CannotDeleteStaticRole": 1406,
      "UserNotEditable": 1407,
      "DomainUnreachable": 1408,
      "PasswordResetFailed": 1409,
      "ConfirmEmailFailed": 1410,
      "CannotUsePreviousPassword": 1411,
      "RoleIsNotEditable": 1412,
      "UserNotFoundInDomain": 1413,
      "CannotUpdateUsername": 1414,
      "InvalidLoginMethod": 1415,
      "InvalidUsernameOrPassword": 1416,
      "MultipleMatchingUsers": 1417,
      "CannotCallFromHost": 1418,
      "CreateNotAllowed": 1419,
      "ProvisionError": 1420,
      "EmptyDirectoryParam": 1421,
      "NotDirectoryUserOrGroup": 1422,
      "NoUsersFound": 1423,
      "CannotChangeRoleType": 1424,
      "InvalidTenantRole": 1425,
      "InvalidFolderRole": 1426,
      "HostTenantKeyNotFound": 1428,
      "CannotAssignFolderRolesToUser": 1429,
      "CannotAssignTenantRolesToFolder": 1430,
      "InvalidAuthenticationToken": 1431,
      "CannotDeleteLastAdmin": 1432,
      "CannotUnassignLastAdmin": 1433,
      "CannotInactivateLastAdmin": 1434,
      "UserNotInRole": 1435,
      "UserAlreadyInRole": 1436,
      "AdditionalPermissionsNotAllowed": 1437,
      "CreateCustomMixedRoleNotAllowed": 1438,
      "UnclearRolePleaseTenantOrFolder": 1439,
      "MixedRolesUsageBlocked": 1440,
      "NotAllowedByLicensePlanToConfigureRoles": 1441,
      "CannotIssueUserTokenDueToBlockingOrgAccessPolicy": 1442,
      "CannotIssueUserTokenDueToUserNotPartOfOrg": 1443,
      "ActionDeniedByAuthorizationPolicy": 1444,
      "CredentialAssetEmptyPasswordForNewUser": 1500,
      "CredentialAssetEmptyForNewRobot": 1501,
      "AssetTypeNonUpdatable": 1502,
      "AssetNotAvailableForRobot": 1503,
      "AssetNotFound": 1504,
      "SecretAssetEmptyValue": 1505,
      "SecretAssetEmptyValueForUser": 1506,
      "InvalidCron": 1600,
      "ScheduleWillNeverRun": 1601,
      "ScheduleMisfired": 1602,
      "InvalidScheduleKey": 1604,
      "ScheduleIsNotEnabled": 1605,
      "ScheduleNotAssociatedWithAQueue": 1606,
      "ScheduleCannotBeAssociatedWithAQueue": 1607,
      "UserIsAssignedToTriggers": 1608,
      "InvalidCronRecurrence": 1609,
      "DisabledDueToConsecutiveFailures": 1610,
      "MachineRobotHasAttachedTriggers": 1611,
      "UserHasAttachedTriggers": 1612,
      "MachineHasAttachedTriggers": 1613,
      "InvalidTimeZoneId": 1614,
      "DisabledDueToConsecutiveJobFailures": 1615,
      "ScheduleJobsNotCreated": 1616,
      "DisabledDueToMachineDeleted": 1617,
      "ConfigurationChangedDueToSessionDeleted": 1618,
      "QueueTriggerProcessTypeNotAllowed": 1619,
      "ApiTriggerJobsNotCreated": 1620,
      "HttpTriggerJobsNotCreated": 1621,
      "DownloadUnavailable": 1650,
      "CannotConnectToPackagesRepository": 1651,
      "NotSupportedByExternalFeeds": 1652,
      "ErrorDownloading": 1653,
      "InvalidPackageDetails": 1654,
      "TenantFeedInUse": 1655,
      "InvalidProcessKey": 1656,
      "JobTypeCannotBeStopped": 1657,
      "JobCannotBeCancelled": 1658,
      "JobCannotBeTerminated": 1659,
      "VersionNotFound": 1660,
      "ProcessNotFound": 1661,
      "HasAttachedProcesses": 1662,
      "InvalidExtension": 1663,
      "InvalidPackageCount": 1664,
      "PreviousVersionNotFound": 1665,
      "HasRunningJobs": 1666,
      "TenantNotFound": 1667,
      "BusinessRuleNotFound": 1668,
      "InvalidBusinessRuleVersion": 1669,
      "PendingJobsAlreadyExist": 1670,
      "InvalidStartJobRobotIds": 1671,
      "UnregisteredCannotStartJobs": 1672,
      "LicenseExpiredCannotStartJobs": 1673,
      "InvalidReleaseKey": 1674,
      "InvalidPackageVersion": 1675,
      "TenantIsDisabled": 1676,
      "PackageNotFound": 1677,
      "NoRobotsAvailable": 1678,
      "PathTooLong": 1679,
      "JobExecutionFaulted": 1680,
      "InvalidJobIdOrRobotKey": 1681,
      "InvalidJobStateForSuspend": 1682,
      "JobNotFoundByPersistenceId": 1683,
      "SuspendJobStateNotFound": 1684,
      "JobGraphTooLarge": 1685,
      "InvalidPackageDescriptorJsonVersion": 1688,
      "InvalidReleaseKeyAndName": 1689,
      "PackageFieldLimitExceeded": 1690,
      "ErrorPackagePublish": 1691,
      "ErrorSavingPackageDefinition": 1692,
      "MaxNumberJobsAlreadyExist": 1693,
      "HasSlaEnabedQueuesAssociated": 1694,
      "VersionsManagedAutomatically": 1695,
      "InaccessibleFeed": 1696,
      "TestAutomationJobExecutionNotSupported": 1697,
      "TestAutomationProcessAlreadyExists": 1698,
      "CannotRestartUnfinishedJob": 1699,
      "CyberArkEditPasswordNotAllowed": 1700,
      "LogMessageNotFound": 1750,
      "LogRobotNameNotFound": 1751,
      "InvalidElasticQuery": 1752,
      "EncryptionKeyNotFound": 1800,
      "EncryptionKeyIncorrectFormat": 1801,
      "AzureKeyVaultRetrieveIssue": 1802,
      "AzureKeyVaultStoreIssue": 1803,
      "EncryptionKeyUnavailable": 1804,
      "TransactionReferenceRequired": 1850,
      "InvalidTransactionProgressStatus": 1851,
      "TransactionNotStarted": 1852,
      "ReviewerNotAvailable": 1853,
      "QueueDefinitionParametersCannotChange": 1855,
      "QueueProcessingApplicationException": 1856,
      "QueueItemSchemaViolationException": 1857,
      "InvalidQueueSchemaDefinition": 1858,
      "InvalidQueueSchemaDefinitionChange": 1859,
      "InvalidQueueSchemaType": 1860,
      "QueueSchemaDefinitionNotFound": 1861,
      "SlaEnableQueueDefinitionFailure": 1862,
      "QueueSlaAtPredictedRisk": 1863,
      "QueueSlaPredictedBreach": 1864,
      "QueueItemContentSizeExceeded": 1865,
      "QueueItemInvalidTransitionFromFinalStatus": 1866,
      "QueueItemInvalidStatusForRetry": 1867,
      "QueueItemOutputDataSizeExceeded": 1868,
      "QueueItemAnalyticsDataSizeExceeded": 1869,
      "QueueProcessingExceptionFieldSizeExceeded": 1870,
      "QueueItemProgressDataSizeExceeded": 1871,
      "InvalidTransactionExternalResult": 1872,
      "LicenseNotFound": 1900,
      "LicenseExpired": 1901,
      "LicenseAlreadyInUse": 1902,
      "InvalidLicenseFormat": 1903,
      "LicenseLimitExceeded": 1904,
      "UnattendedLicenseLimitExceeded": 1905,
      "NonProductionLicenseLimitExceeded": 1906,
      "AttendedLicenseLimitExceeded": 1907,
      "DevelopmentLicenseLimitExceeded": 1908,
      "RobotFailedToAcquireLicense": 1909,
      "NonProductionSlotsLimitExceeded": 1910,
      "UnattendedSlotsLimitExceeded": 1911,
      "LicenseUnregistered": 1912,
      "LicenseNotAvailable": 1913,
      "NotEnoughAvailableSlots": 1914,
      "NotEnoughRuntimeLicenses": 1915,
      "SlotsExceedLicenseLimit": 1916,
      "NotEnoughAvailableLicenses": 1917,
      "HostLicenseLimitExceeded": 1918,
      "NoHostLicense": 1919,
      "LicenseNewInvalidArguments": 1920,
      "LicenseMachineDisabled": 1921,
      "CannotDisableBusyMachine": 1922,
      "HeadlessSlotsLimitExceeded": 1923,
      "HeadlessLicenseLimitExceeded": 1924,
      "TestAutomationSlotsLimitExceeded": 1925,
      "TestAutomationLicenseLimitExceeded": 1926,
      "LicenseNotCompatible": 1927,
      "AutomationCloudLicenseLimitExceeded": 1928,
      "AutomationExpressNotSupported": 1929,
      "StudioWebLocalRobotNotSupported": 1930,
      "UserLicenseDisabled": 1931,
      "LicenseReleaseFailure": 1932,
      "LicenseRetrieveFailure": 1933,
      "ArgumentMetadataExtract": 2000,
      "ArgumentMetadataValidation": 2001,
      "ArgumentDefinitionExtract": 2002,
      "ArgumentValueExtract": 2003,
      "ArgumentValidation": 2004,
      "PackageMetadataExtract": 2005,
      "PackageMetadataValidation": 2006,
      "ProjectTypeChangedOnUpload": 2007,
      "EntryPointUniqueIdsAlreadyUsed": 2008,
      "EntryPointNotValidForRelease": 2009,
      "EntryPointNotAllowedForTestAutomationRelease": 2010,
      "PublishIsNotAllowedForThisPackageType": 2011,
      "PackageVersionTooLong": 2012,
      "UnknownWebhookEventType": 2100,
      "WebhookQuotaReached": 2101,
      "WebhookDuplicateName": 2102,
      "WebhookAlreadyDisabled": 2103,
      "ExecutionMediaStorageUnavailable": 2200,
      "ExecutionMediaNotAvailableForJob": 2201,
      "ExecutionMediaContentNotAvailable": 2202,
      "JobNotAssignedToRobot": 2203,
      "JobAssignedToDifferentRobot": 2204,
      "JobNotCompleted": 2205,
      "JobVideoRecordingNotEnabled": 2206,
      "QueueItemVideoRecordingNotEnabled": 2207,
      "CannotDeleteDefaultCredentialStore": 2300,
      "CredentialStoreNotFound": 2301,
      "UnknownCredentialStoreType": 2302,
      "InvalidCredentialStoreConfiguration": 2303,
      "FailedToReadFromCredentialStore": 2304,
      "FailedToWriteToCredentialStore": 2305,
      "CannotDeleteNonEmptyCredentialStore": 2306,
      "FailedToDeleteFromCredentialStore": 2307,
      "InvalidCredentialStoreType": 2308,
      "NotAllowedByLicensePlanToRetriveCredentialsFromDisconnectedOCP": 2309,
      "NotAllowedByLicensePlanToConfigureCredentialStores": 2310,
      "NotAllowedByLicensePlanToRetriveCredentials": 2311,
      "TaskAssignmentError": 2400,
      "TaskCompletionError": 2401,
      "TaskAssigneeMismatchError": 2402,
      "TaskFormInvalidFormLayout": 2403,
      "TaskFormInvalidFormPayload": 2404,
      "TaskFormMultipleActions": 2405,
      "TaskFormNoAction": 2406,
      "TaskFormInvalidAction": 2407,
      "TasksNotAllowedInModernFolder": 2408,
      "NoFolderExistAsTaskAdmin": 2409,
      "NoFolderExistAsTaskUser": 2410,
      "TaskAlreadyCompletedBySameUser": 2411,
      "TaskTypeMistmatch": 2412,
      "TaskNotAlreadyAssigned": 2413,
      "TaskAssigneeNotPermitted": 2414,
      "TaskAssignerNotPermitted": 2415,
      "DuplicateTaskAssignment": 2416,
      "TaskAlreadyAssignedToSameUser": 2417,
      "TaskAlreadyAssignedToAnotherUser": 2418,
      "TaskAlreadyCompletedByAnotherUser": 2419,
      "TaskSaveError": 2420,
      "TaskFormNoData": 2421,
      "TaskForwardError": 2422,
      "TaskFormSubmitButtonMissing": 2423,
      "TaskDeletionGenericError": 2424,
      "TaskAlreadyDeletedBySameUser": 2425,
      "TaskAlreadyDeletedByAnotherUser": 2426,
      "TaskDeleterNotPermitted": 2427,
      "DuplicateTaskDelete": 2428,
      "NoFolderExistsWithTaskCatalogView": 2429,
      "TaskCatalogMultipleDistinctColumn": 2430,
      "TaskCatalogDistinctColumnInvalid": 2431,
      "TaskFormLayoutAndIdMissing": 2432,
      "TaskFormDuplicateFormLayoutGuid": 2433,
      "TaskFormFormLayoutGuidNotFound": 2434,
      "TaskFormLayoutOrGuidMissing": 2435,
      "TaskFormLayoutAndIdBothNotSupported": 2436,
      "TaskFormLayoutIdNotFound": 2437,
      "TaskFormLayoutOutOfSize": 2438,
      "TaskCatalogHaveActiveTasks": 2439,
      "TaskMetadataSaveError": 2440,
      "TasksBulkFormLayoutIdsNotSameOrNull": 2441,
      "EmptyTasksBulkOperationRequest": 2442,
      "TaskMaximumBulkOperationLimitExceeded": 2443,
      "TasksBulkOperationError": 2444,
      "TasksBulkOperationInvalidCatalog": 2445,
      "TasksBulkUpdateWithTaskCatalogAndUnsetIsInvalid": 2446,
      "EditTaskNotFound": 2447,
      "TasksEditMetadataWithTaskCatalogAndUnsetIsInvalid": 2448,
      "TasksEditMetadataOperationInvalidCatalog": 2449,
      "TasksEditMetadataCatalogInEncryptedTaskIsInvalid": 2450,
      "TaskCatalogNotFound": 2451,
      "TaskCatalogEncrypted": 2452,
      "TasksSummaryDateDiffOutOfRange": 2453,
      "TasksSummaryEndDateShouldBeGreater": 2454,
      "TaskDefinitionPropertiesRequired": 2455,
      "TaskDefinitionNotFound": 2456,
      "TaskDefinitionVersionNotFound": 2457,
      "AppTaskNoAction": 2458,
      "AppTaskInvalidPayload": 2459,
      "AppTaskNoData": 2460,
      "TaskProviderInvalidModifiedDate": 2461,
      "TaskProviderInvalidTaskUrn": 2462,
      "TaskDefinitionAllowedActionsRequired": 2463,
      "AppTaskDataItemViolatesContentJsonSchema": 2464,
      "TaskDefinitionSchemaNotAnObject": 2465,
      "TaskDefinitionNameIsAlreadyUsed": 2466,
      "TaskDefintionVersionHaveActiveTasks": 2467,
      "TaskDefintionVersionHaveActiveApps": 2468,
      "FailedToRetrieveAssociatedApps": 2469,
      "TaskSlaNotEnabled": 2470,
      "AppTaskDataViolatesAppsActionSchema": 2471,
      "FailedToRetrieveActiondApps": 2472,
      "AppTaskDataViolatesExpectedJsonParsing": 2473,
      "ActionDefinitionReplacedbyActionApps": 2474,
      "TaskAssignmentsRequired": 2475,
      "GroupAssignmentNotEnabled": 2476,
      "AssignmentCriteriaNotSupported": 2477,
      "MultipleGroupAssignmentNotEnabled": 2478,
      "SaveAndReassignNotPermittedForGroupTask": 2479,
      "GroupAssignmentActionNotPermitted": 2480,
      "ReassignOrUnassignNotPermittedForAllUserTasks": 2481,
      "LocalGroupDoesNotExist": 2482,
      "NoUsersFoundInLocalGroup": 2483,
      "TasksUserUnlicensed": 2484,
      "FailedToValidateLicenseTasks": 2485,
      "InvalidAssignmentRequest": 2486,
      "NoEligibleUsersFoundInGroup": 2487,
      "WorkloadRoundRobinNotAllowedForAdGroups": 2488,
      "ExcludeEmailsOnlySupportedForRoundRobinOrWorkloadAssignments": 2489,
      "ExcludeEmailsFeatureNotEnabled": 2490,
      "TaskReopenError": 2491,
      "GroupNotAllowedForSingleUserAssignment": 2492,
      "InvalidSecureStoreContext": 2500,
      "MailSmtpSettingsError": 2600,
      "CannotDeleteCalendarWhenUsedBySchedule": 2601,
      "InvalidExternalUrl": 2602,
      "HostMailSmtpSettingsError": 2603,
      "MandatoryPropertiesForRootFolderNotSpecified": 2801,
      "IncompatibleFolderProperties": 2802,
      "NoHierarchyAllowedForClassicFolders": 2803,
      "MaximumFolderHierarchyDepthReached": 2804,
      "CannotChangeRobotProvisionType": 2805,
      "CannotChangeFolderPermissionModel": 2806,
      "CannotEditFolderParent": 2807,
      "EntitiesRequiredForAssignmentNotFound": 2808,
      "CannotAssignRolesToNonFineGrainedFolders": 2809,
      "InvalidFolderDisplayName": 2810,
      "AssociationAlreadyExists": 2811,
      "UserDoesNotHaveAccessToFolder": 2812,
      "CannotChangeRobotUserFolderAssignments": 2813,
      "CannotAssignMachineToClassicFolder": 2814,
      "StrategyNotAvailableInModernFolder": 2815,
      "StrategyNotAvailableInClassicFolder": 2816,
      "ValidModernFolderIdRequired": 2817,
      "NoMachineAssociatedWithFolder": 2818,
      "ClassicFoldersCannotBeInvolvedInMoveOperation": 2819,
      "CannotMoveToDescendantFolder": 2820,
      "CannotDisableTriggersInHierarchy": 2821,
      "CannotKillJobsInHierarchy": 2822,
      "CannotDeleteEntitiesInHierarchy": 2823,
      "NotInFinalStateJobsExist": 2824,
      "ModernFoldersCannotInheritRolesFromTenant": 2825,
      "CannotChangeFolderFeedType": 2826,
      "CannotCreatePersonalWorkspace": 2827,
      "CannotSetMachineRobots": 2828,
      "FolderNotFound": 2829,
      "CannotUnassignFromFolder": 2830,
      "MachineAssociatedWithFolderConflict": 2831,
      "CannotAssignMachineToFolder": 2832,
      "CannotAssignPersonalWorkspaceMachines": 2833,
      "CannotMoveFolder": 2834,
      "CannotMigrateClassicRelatedObjects": 2835,
      "FolderTypeMismatch": 2837,
      "ActionNotAllowedInClassicFolder": 2838,
      "CannotRenameSolutionFolder": 2839,
      "MaintenanceActive": 2901,
      "TenantMaintenanceActive": 2902,
      "TenantMaintenanceNotActive": 2903,
      "AnalyticsNotAuthorized": 3001,
      "AnalyticsTenantNotProvisioned": 3002,
      "AnalyticsUserIsHostUser": 3003,
      "AnalyticsUserHasNoEmail": 3004,
      "AnalyticsUserNotFound": 3005,
      "AnalyticsAdminEmailProhibited": 3006,
      "AnalyticsDbQueryFailure": 3007,
      "InvalidStorageProvider": 3101,
      "BucketIsReadOnly": 3102,
      "InvalidBlobFilePath": 3103,
      "UnavailableStorageProvider": 3104,
      "BucketDoesNotExists": 3105,
      "BucketSecretNotFoundInCredentialStore": 3106,
      "BucketEncryptedCannotBeChanged": 3107,
      "BlobFileEncryptionKeyNotFound": 3108,
      "BucketEncryptedCannotBeEnabled": 3109,
      "BucketConnectionNotFound": 3110,
      "TestSetNotNewOnCreate": 3201,
      "TestAutomationKeyMismatch": 3202,
      "TestSetNewOnUpdate": 3203,
      "TestSetEmpty": 3204,
      "TestSetDuplicatePackages": 3205,
      "TestSetVersionMaskInvalid": 3206,
      "TestSetDefinitionNotFound": 3207,
      "TestSetTestCaseInvalid": 3208,
      "TestSetTestCaseVersionInvalid": 3209,
      "TestAutomationVersionInvalid": 3210,
      "TestSetExecutionEmptyTestSet": 3211,
      "TestSetExecutionCreateFailed": 3212,
      "TestSetExecutionDuplicateUniqueIds": 3213,
      "TestCaseAssertionScreenshotMimeTypeMissing": 3214,
      "TestCaseAssertionScreenshotMissing": 3215,
      "TestSetExecutionBatchExecutionKeyAlreadyExists": 3216,
      "TestDataQueueContentJsonSchemaInvalid": 3217,
      "TestDataQueueNameChangeNotAllowed": 3218,
      "TestDataQueueItemViolatesContentJsonSchema": 3219,
      "TestDataQueueItemsFromMultipleQueues": 3220,
      "TestDataQueueItemsBulkAddMixed": 3221,
      "TestDataQueueBulkOperationInProgress": 3222,
      "TestSetDuplicateInputArgument": 3223,
      "TestSetExecutionInvalidExecutionTarget": 3224,
      "AttachmentInvalid": 3225,
      "TestCasesReexecuteFailed": 3226,
      "TestSetTestCaseMissingReleaseVersion": 3227,
      "TestCaseDefinitionDuplicateIds": 3228,
      "TestCaseDefinitionInUse": 3229,
      "TestSetScheduleInvalidScheduleKey": 3230,
      "TestSetExecutionTriggerFailed": 3231,
      "ActionNotAllowedOnTestSetMigratedToTestManager": 3232,
      "TestSetExecutionTimedOut": 3233,
      "TestSetScheduleActionNotAllowedForLimitedCapabilityTenant": 3234,
      "MediaFileNotFound": 3401,
      "MediaFileNotFoundForKey": 3402,
      "InvalidMediaFilesUpload": 3403,
      "MediaFileTypeNotSupported": 3404,
      "MediaFileInvalidTenant": 3405,
      "CannotBeExploredByOwner": 3501,
      "AlreadyExploredByCurrentUser": 3502,
      "NotExploredCurrentUser": 3503,
      "CannotRemoveMachineFromPersonalWorkspace": 3504,
      "CannotToggleDebugMode": 3601,
      "CannotStartRemoteControl": 3602,
      "CannotStopRemoteControl": 3603,
      "CheckForUpdatesWithProductDuplicates": 3701,
      "AccountIdMissing": 3702,
      "AccountIdPartitionKeyMismatch": 3703,
      "IdentityKeyMissing": 3704,
      "InvalidDownloadUri": 3705,
      "InstallationIdMissing": 3706,
      "UpdateRequestRetryFailed": 3707,
      "InvalidProductVersion": 3708,
      "ProductVersionUpdateNotAllowed": 3709,
      "HostRetentionPolicyInvalidLicenseType": 3801,
      "TenantRetentionPolicyLicenseTypeNotSupported": 3802,
      "JobStartNotAllowedByPolicy": 3851,
      "JobResumeNotAllowedByPolicy": 3852,
      "SWRobotCreationFailed": 3901,
      "SWRobotCreationNotEnabled": 3902,
      "SWPersonalWorkspaceCreationFailed": 3903,
      "SWPersonalWorkspacesNotEnabled": 3904,
      "SWMachineTemplateCreationFailed": 3905,
      "SWMachineTemplateAssignmentFailed": 3906,
      "SWMachineTemplateAssignmentMissingVirtualFolder": 3907,
      "SWRobotCreationNoLicense": 3908,
      "SWUserDoesNotHaveAnAttendedRobotOrProvisionNotEnabled": 3909,
      "SWUserInactive": 3910,
      "SWUserLicensingEnabledNoRobots": 3911,
      "SWUserLicensingEnabledRobotProvisionFailed": 3912,
      "SWUserLicensingEnabledAttendedLicense": 3913,
      "SWUserLicensingDisabledNoRobots": 3914,
      "SWUserLicensingDisabledRobotProvisionFailed": 3915,
      "SWUserLicensingDisabledAttendedLicense": 3916,
      "ConnectionsAvailableOnlyInPW": 4001,
      "ResourceOverwriteNotSupported": 4002,
      "ResourceNotOverwritable": 4003,
      "ResourceOverwriteNotSupportedInStandardFolders": 4004,
      "MultipleOverwritesForSameResourceKeyNotSupported": 4005,
      "PackageResourceNotFound": 4006,
      "InvalidConnectionId": 4007,
      "ConnectionNotFound": 4008,
      "InvalidConnectionType": 4009,
      "InvalidOverwrite": 4010,
      "AssetsNotFound": 4011,
      "BucketsNotFound": 4012,
      "QueuesNotFound": 4013,
      "ProcessesNotFound": 4014,
      "BusinessRulesNotFound": 4015,
      "TaskCatalogsNotFound": 4016,
      "AppsNotFound": 4017,
      "IndexesNotFound": 4018,
      "IXPProjectNotFound": 4019,
      "IXPProjectVersionNotFound": 4020,
      "McpServersNotFound": 4021,
      "MemorySpacesNotFound": 4022,
      "ConnectedEventTriggerNoConnection": 4100,
      "ConnectedEventTriggerCreateFailed": 4101,
      "ConnectedEventTriggerDeleteFailed": 4102,
      "MissingEventTriggerBinding": 4103,
      "VirtualTriggerCanNotHaveUser": 4104,
      "EventTriggerCreateFailedConnectionNotAvailable": 4105,
      "UserHasNoRobotToFireUserEventTrigger": 4106,
      "ConnectedEventTriggerStateUpstreamFail": 4107,
      "ConnectedEventTriggerOnShellConnectionError": 4108,
      "EventTriggerCreateFailedVendorError": 4109,
      "CredentialsProxyNotFound": 4201,
      "CannotDeleteCredentialsProxyInUse": 4202,
      "CredentialsProxyUrlMustBeHttps": 4203,
      "CredentialsProxyHostUrlUpdateRequiresSecretResubmission": 4204,
      "CredentialsProxyBadSecretFormat": 4205,
      "CredentialsProxyAuthHealthRequestFailed": 4206,
      "CredentialsProxyHealthRequestFailed": 4207,
      "CredentialsProxyRequestFailedInvalidCredentials": 4208,
      "CredentialsProxyConnectionRefused": 4209,
      "CredentialsProxyTypeCannotBeUpdated": 4210,
      "CredentialsProxyRequestFailedForbidden": 4211,
      "CredentialsProxyRequestFailedNotFound": 4212,
      "CredentialsProxyRequestFailedInternalServerError": 4213,
      "CredentialsProxyRequestFailedUnhandledError": 4214,
      "CredentialsProxyRequestFailedBadRequest": 4215,
      "CredentialsProxyTypeCannotBeCreated": 4216,
      "CredentialsProxyGetAssetFromDisconnectedProxyNotAllowedForThisActivityVersion": 4218,
      "CredentialsProxyRequestFailedWithTimeout": 4219,
      "ServerlessCreateMachineTemplateErrorCode": 4301,
      "ServerlessUpdateMachineTemplateErrorCode": 4302,
      "ServerlessDeleteMachineTemplateErrorCode": 4303,
      "ServerlessUnkownActionMachineTemplateErrorCode": 4304,
      "ServerlessVpnInvalidCidr": 4305,
      "ServerlessVpnInvalidState": 4306,
      "ServerlessVpnNotFound": 4307,
      "ServerlessUnknownError": 4308,
      "ServerlessNoMachineTemplate": 4309,
      "ServerlessGenericWorkloadsNotEnabled": 4310,
      "ServerlessJobTypeInvalid": 4311,
      "ServerlessServiceIsDisabledInTenant": 4312,
      "InvalidSolutionArchive": 4401,
      "CompatibilityCheckFail": 4402,
      "RollbackNotSupported": 4403,
      "SolutionsResourceNotFound": 4404,
      "SolutionsResourceNotSupported": 4405,
      "SolutionsResourcesNotFound": 4406,
      "FolderKeyRequired": 4407,
      "SolutionsCannotInstallInClassicFolder": 4408,
      "SolutionsCannotInstallInSolutionFolder": 4409,
      "SolutionIsNotInstalledAtPath": 4410,
      "SolutionFolderNotFound": 4411,
      "SolutionFolderHasJobsNotInFinalState": 4412,
      "SolutionFileNotFound": 4413,
      "SolutionPackageUrlIsInvalid": 4414,
      "SolutionInstallationFolderNotFound": 4415,
      "SolutionPackageNotInScope": 4416,
      "SolutionLibraryUrlIsInvalid": 4417,
      "TenantLibraryFeedNotEnabled": 4418,
      "SolutionsCannotInstallInPWFolder": 4419,
      "InvalidMerge": 4420,
      "SolutionConnectionInfoInvalid": 4421,
      "CannotChangeInstallationFolder": 4422,
      "SolutionInvalidFolderHierarchy": 4423,
      "ExportTimeout": 4501,
      "ExportTenantDailyLimitReached": 4502,
      "InvalidMessageReceived": 4601,
      "IntegrationServiceApiFailure": 4701,
      "JobFaulted": 4801,
      "JobStopped": 4802,
      "JobUnknownFinalStatus": 4803,
      "TriggerBadRequest": 4804,
      "MaxTriggersLimitReached": 4810,
      "CallbackNotEnabledForTrigger": 4820,
      "CallbackIsRequired": 4821,
      "CalendarNotFound": 4901,
      "EntitlementConsumationFailure": 5001,
      "LimitExceeded": 5101,
      "ReportsLimitsExceeded": 5102,
      "AssistantWebProvisioningFailed": 5500,
      "CleanUpMigrationDataFailed": 5600,
      "DebugSolutionProcessCreationRestricted": 5700,
      "AttachmentNotFound": 5800,
      "ContentLengthTooLarge": 10001
    },
    "ReportingUnit": {
      "$Kind": "EnumType",
      "Minute": 0,
      "Hour": 1,
      "Day": 2,
      "All": -1
    },
    "Strategy": {
      "$Kind": "EnumType",
      "Equals": 0,
      "StartsWith": 1
    },
    "CommitType": {
      "$Kind": "EnumType",
      "AllOrNothing": 0,
      "StopOnFirstFailure": 1,
      "ProcessAllIndependently": 2
    },
    "QueueItemAction": {
      "$Kind": "EnumType",
      "Create": 1,
      "Edit": 2,
      "Delete": 3,
      "Status": 4,
      "Retry": 5
    },
    "StartStrategy": {
      "$Kind": "EnumType",
      "All": 0,
      "Specific": 1,
      "RobotCount": 2,
      "JobsCount": 3,
      "ModernJobsCount": 4
    },
    "JobSource": {
      "$Kind": "EnumType",
      "Manual": 0,
      "Schedule": 1,
      "Queue": 2,
      "StudioWeb": 3,
      "IntegrationTrigger": 4,
      "StudioDesktop": 5,
      "AutomationOpsPipelines": 6,
      "Apps": 7,
      "SAP": 8,
      "HttpTrigger": 9,
      "HttpTriggerWithCallback": 10,
      "RobotAPI": 11,
      "Assistant": 12,
      "CommandLine": 13,
      "RobotNetAPI": 14,
      "Autopilot": 15,
      "TestManager": 16,
      "AgentService": 17,
      "ProcessOrchestration": 18,
      "PluginEcosystem": 19,
      "PerformanceTesting": 20,
      "AgentHub": 21,
      "ApiWorkflow": 22,
      "CaseManagement": 23
    },
    "JobTriggerType": {
      "$Kind": "EnumType",
      "None": 0,
      "QueueItem": 1,
      "Job": 2,
      "Task": 3,
      "Timer": 4,
      "Inbox": 5,
      "Api": 6,
      "DeepRag": 7,
      "BatchRag": 8,
      "IxpExtraction": 9,
      "IndexIngestion": 10,
      "IxpVsEscalation": 11
    },
    "JobTriggerStatus": {
      "$Kind": "EnumType",
      "New": 0,
      "Ready": 1,
      "Fired": 2
    },
    "AuditAction": {
      "$Kind": "EnumType",
      "Unknown": 0,
      "Create": 1,
      "Update": 2,
      "Delete": 3,
      "StartJob": 4,
      "StopJob": 5,
      "Associate": 6,
      "Upload": 7,
      "ChangeStatus": 8,
      "Import": 9,
      "ChangePassword": 10,
      "Register": 11,
      "Toggle": 12,
      "ResetPassword": 13,
      "PasswordResetAttempt": 14,
      "Download": 15,
      "Acknowledge": 16,
      "Activate": 17,
      "Assign": 18,
      "BulkUpload": 19,
      "UpdateFeature": 20,
      "ResumeJob": 21,
      "Start": 22,
      "End": 23,
      "Skip": 24,
      "Unassign": 25,
      "Deactivate": 26,
      "CreateBlobFileSas": 27,
      "DeleteBlobFile": 28,
      "Move": 29,
      "Set": 30,
      "StartDelete": 31,
      "ExploreStart": 32,
      "ExploreEnd": 33,
      "Save": 34,
      "Convert": 35,
      "Forward": 36,
      "BulkComplete": 37,
      "BulkSave": 38,
      "ForceStopJob": 39,
      "MigrateFolder": 40,
      "EditTaskMetadata": 41,
      "Archive": 42,
      "StartMigrateFolders": 43,
      "ToggleUserFolderSubscription": 44,
      "StartUninstall": 45,
      "StartInstall": 46,
      "VideoAccess": 47,
      "AutomaticallyExploreEnd": 48,
      "InstallState": 49,
      "FinishInstall": 50,
      "FinishUninstall": 51,
      "Reopen": 52
    },
    "AuditComponent": {
      "$Kind": "EnumType",
      "Unknown": 0,
      "Assets": 1,
      "Environments": 2,
      "Processes": 3,
      "Queues": 4,
      "Robots": 5,
      "Roles": 6,
      "Schedules": 7,
      "Users": 8,
      "Comments": 9,
      "Units": 10,
      "Jobs": 11,
      "Settings": 12,
      "Packages": 13,
      "License": 14,
      "Tenant": 15,
      "Machines": 16,
      "Libraries": 17,
      "Webhooks": 18,
      "ExecutionMedia": 19,
      "Monitoring": 20,
      "CredentialStores": 21,
      "DefaultCredentialStores": 22,
      "TaskCatalogs": 23,
      "Tasks": 24,
      "Maintenance": 25,
      "Folders": 26,
      "DirectoryService": 27,
      "Buckets": 28,
      "Secrets": 31,
      "PersonalWorkspaces": 32,
      "CloudSubscriptions": 33,
      "CloudSnapshots": 34,
      "Sessions": 35,
      "CredentialsProxies": 36,
      "StudioWeb": 37,
      "AutomationSolutions": 38,
      "RemoteControl": 39,
      "TaskSolutions": 40,
      "TaskDefinitions": 41,
      "HttpTriggers": 42,
      "AutopilotForRobotsData": 43,
      "BusinessRules": 44,
      "IntegrationTriggers": 45,
      "JobAttachments": 47,
      "TestSets": 101,
      "TestSetSchedules": 102,
      "TestDataQueues": 103,
      "TestDataQueueItems": 104
    },
    "NotificationComponent": {
      "$Kind": "EnumType",
      "Robots": 0,
      "Transactions": 1,
      "Schedules": 2,
      "Jobs": 3,
      "Process": 4,
      "Tasks": 5,
      "Queues": 6,
      "Folders": 7,
      "PersonalWorkspaces": 8,
      "TestAutomation": 9,
      "Insights": 10,
      "CloudRobots": 11,
      "ConnectedTriggers": 12,
      "Serverless": 13,
      "Export": 14,
      "RateLimits": 15,
      "AutopilotForRobots": 16,
      "Webhooks": 17
    },
    "UserNotificationState": {
      "$Kind": "EnumType",
      "Unread": 0,
      "Read": 1
    },
    "CredentialsProxyType": {
      "$Kind": "EnumType",
      "Connected": 0,
      "Disconnected": 1
    },
    "SecureStoreEntityType": {
      "$Kind": "EnumType",
      "Value": 0,
      "Credential": 1
    },
    "RoleOrigin": {
      "$Kind": "EnumType",
      "Assigned": 0,
      "Inherited": 1
    },
    "SourceType": {
      "$Kind": "EnumType",
      "$IsFlags": true,
      "Orchestrator": 1,
      "Portal": 2,
      "All": 3
    },
    "FolderEntityType": {
      "$Kind": "EnumType",
      "Release": 0,
      "Robot": 1,
      "Asset": 2,
      "QueueDefinition": 3,
      "QueueItem": 4,
      "ProcessSchedule": 5,
      "Task": 6,
      "TaskCatalog": 7,
      "Environment": 8,
      "Job": 9,
      "Bucket": 10,
      "FolderPackage": 11
    },
    "MachineFolderState": {
      "$Kind": "EnumType",
      "Unknown": 0,
      "NotAssigned": 1,
      "Assigned": 2,
      "Inherited": 3,
      "EroAcrError": 4,
      "ServerlessError": 5
    },
    "BucketOptions": {
      "$Kind": "EnumType",
      "$UnderlyingType": "Edm.Int64",
      "$IsFlags": true,
      "None": 0,
      "ReadOnly": 1,
      "AuditReadAccess": 2,
      "AccessDataThroughOrchestrator": 4
    },
    "TenantDecommissionState": {
      "$Kind": "EnumType",
      "Scheduled": 0,
      "DatabaseCleanup": 1,
      "StorageCleanup": 2,
      "Completed": 3,
      "Faulted": 4,
      "Skipped": 5
    },
    "TenantDecommissionPriority": {
      "$Kind": "EnumType",
      "High": 0,
      "Normal": 1,
      "Low": 2
    },
    "TenantDeletionSource": {
      "$Kind": "EnumType",
      "Internal": 0,
      "External": 1,
      "TenantMigration": 2
    },
    "TriggerType": {
      "$Kind": "EnumType",
      "Api": 0,
      "Http": 1
    },
    "ApiTriggerType": {
      "$Kind": "EnumType",
      "Manual": 0,
      "IntegrationTrigger": 4,
      "AutomationOpsPipelines": 6
    },
    "HttpTriggerCallingMode": {
      "$Kind": "EnumType",
      "AsyncRequestReply": 0,
      "AsyncCallback": 1,
      "LongPolling": 2,
      "FireAndForget": 3
    },
    "HttpTriggerMethod": {
      "$Kind": "EnumType",
      "Get": 0,
      "Post": 1,
      "Put": 2,
      "Delete": 3
    },
    "HttpTriggerCallbackMode": {
      "$Kind": "EnumType",
      "$IsFlags": true,
      "Disabled": 0,
      "OnSuccess": 1,
      "OnFailure": 2,
      "OnAny": 3
    },
    "TriggerLogEventType": {
      "$Kind": "EnumType",
      "LicenseMissing": 1,
      "LicenseExpired": 2,
      "DisabledDueToConsecutiveJobFailures": 3,
      "DisabledDueToConsecutiveFailures": 4,
      "PendingJobsAlreadyExist": 5,
      "TriggerExecutionFailed": 6,
      "PartiallyCreatedJobs": 7,
      "TestAutomationJobExecutionNotSupported": 8,
      "RobotNotFoundInCurrentFolder": 9,
      "UserWithUnattendedRobotNotFoundInModernFolder": 10,
      "ScheduleIsNotEnabled": 11,
      "UserHasNoRobotToFireUserEventTrigger": 12,
      "ItemNotFound": 13,
      "NoMachineAssociatedWithFolder": 14,
      "UserDoesNotHaveRobot": 15,
      "UnattendedRobotCredentialsNotFound": 16,
      "CallbackNotEnabledForTrigger": 17,
      "TriggerBadRequest": 19
    },
    "AddAzureSubscription": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
          "$Nullable": true
        }
      }
    ],
    "EditAzureSubscription": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
          "$Nullable": true
        }
      }
    ],
    "AddAWSSubscription": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
          "$Nullable": true
        }
      }
    ],
    "EditAWSSubscription": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
          "$Nullable": true
        }
      }
    ],
    "AddGCPSubscription": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
          "$Nullable": true
        }
      }
    ],
    "EditGCPSubscription": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
          "$Nullable": true
        }
      }
    ],
    "ResourceGroups": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.ResourceGroupDto",
          "$Nullable": true
        }
      }
    ],
    "Images": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.ImageDto",
          "$Nullable": true
        }
      }
    ],
    "Networks": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.NetworkDto",
          "$Nullable": true
        }
      }
    ],
    "Regions": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.RegionDto",
          "$Nullable": true
        }
      }
    ],
    "VirtualMachines": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.VirtualMachineInfoDto",
          "$Nullable": true
        }
      }
    ],
    "MachineSkus": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Hypervisor.Client.Models.MachineSku",
          "$Nullable": true
        }
      }
    ],
    "RaiseHypervisorAlert": [
      {
        "$Kind": "Action"
      }
    ],
    "Machines": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.Robots.CloudTemplateDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineDto",
          "$Nullable": true
        }
      }
    ],
    "CreatePoolAndTemplate": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Robots.CloudTemplateDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.Robots.CloudTemplateDto",
          "$Nullable": true
        }
      }
    ],
    "EditPool": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudPoolDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "RobotUnit": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudPoolDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudPoolRobotUnitPropertiesDto",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineRobotUnitPropertiesDto",
          "$Nullable": true
        }
      }
    ],
    "CloudPools": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudPoolDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudPoolDto",
          "$Nullable": true
        }
      }
    ],
    "DeployWorkstation": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudPoolDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Hypervisor.Client.Models.DeployWorkstationResponse",
          "$Nullable": true
        }
      }
    ],
    "CreateNewMachine": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineDto",
          "$Nullable": true
        }
      }
    ],
    "CreateNewMachines": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineDto",
          "$Nullable": true
        }
      }
    ],
    "SetRdp": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "ResetAdminCred": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "ConnectRobot": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "Start": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "Stop": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "CaptureSnapshot": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.SnapshotDto",
          "$Nullable": true
        }
      }
    ],
    "PublicIp": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Nullable": true
        }
      }
    ],
    "Events": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineEventDto",
          "$Nullable": true
        }
      }
    ],
    "CloudSystemImages": [
      {
        "$Kind": "Function",
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.ImageDto",
          "$Nullable": true
        }
      }
    ],
    "CommunitySystemImages": [
      {
        "$Kind": "Function",
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.ImageDto",
          "$Nullable": true
        }
      }
    ],
    "CloudRobotInfo": [
      {
        "$Kind": "Function",
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Hypervisor.Client.Models.RobotInfo",
          "$Nullable": true
        }
      }
    ],
    "CreateFromVhd": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.SnapshotDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.SnapshotDto",
          "$Nullable": true
        }
      }
    ],
    "Edit": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.SnapshotDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.SnapshotDto",
          "$Nullable": true
        }
      }
    ],
    "CloudRobotUnitUsage": [
      {
        "$Kind": "Function",
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.RobotUnitUsageDto",
          "$Nullable": true
        }
      }
    ],
    "CloudRobotUnitPricing": [
      {
        "$Kind": "Function",
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.RobotUnitPricingDto",
          "$Nullable": true
        }
      }
    ],
    "CloudRobotPricing": [
      {
        "$Kind": "Function",
        "$ReturnType": {
          "$Type": "UiPath.Hypervisor.Client.Models.CloudRobotPricing",
          "$Nullable": true
        }
      }
    ],
    "TenantRobotUnitProperties": [
      {
        "$Kind": "Function",
        "$ReturnType": {
          "$Type": "UiPath.Hypervisor.Client.Models.TenantRobotUnitProperties",
          "$Nullable": true
        }
      }
    ],
    "CloudClientIp": [
      {
        "$Kind": "Function",
        "$ReturnType": {
          "$Nullable": true
        }
      }
    ],
    "AssignTasks": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Tasks.Dto.TaskOperationErrorResponse",
          "$Nullable": true
        }
      }
    ],
    "EditTaskMetadata": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "UpdateCompletedTaskData": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "ReopenTask": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "ReassignTasks": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Tasks.Dto.TaskOperationErrorResponse",
          "$Nullable": true
        }
      }
    ],
    "UnassignTasks": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Tasks.Dto.TaskOperationErrorResponse",
          "$Nullable": true
        }
      }
    ],
    "GetTaskUsers": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
            "$Nullable": true
          },
          {
            "$Name": "organizationUnitId",
            "$Type": "Edm.Int64",
            "@Org.OData.Core.V1.OptionalParameter": {}
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Sessions.Dto.UserLoginInfoDto",
          "$Nullable": true
        }
      }
    ],
    "GetTasksAcrossFolders": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
          "$Nullable": true
        }
      }
    ],
    "GetTasksAcrossFoldersForAdmin": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
          "$Nullable": true
        }
      }
    ],
    "GetTaskPermissions": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.Permissions.PermissionDto",
          "$Nullable": true
        }
      }
    ],
    "IsCurrentUserTaskAdmin": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Boolean"
        }
      }
    ],
    "DeleteTasks": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Tasks.Dto.TaskOperationErrorResponse",
          "$Nullable": true
        }
      }
    ],
    "GetByKey": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
            "$Nullable": true
          },
          {
            "$Name": "identifier",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.MachineDto",
            "$Nullable": true
          },
          {
            "$Name": "identifier",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.MachineDto",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          },
          {
            "$Name": "identifier",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ReleaseGetModel",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessScheduleDto",
            "$Nullable": true
          },
          {
            "$Name": "identifier",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ProcessScheduleDto",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AssetDto",
            "$Nullable": true
          },
          {
            "$Name": "identifier",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.AssetDto",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
            "$Nullable": true
          },
          {
            "$Name": "identifier",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.JobDto",
            "$Nullable": true
          },
          {
            "$Name": "identifier",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.JobDto",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.UserDto",
            "$Nullable": true
          },
          {
            "$Name": "identifier",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.UserDto",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          },
          {
            "$Name": "identifier",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.FolderDto",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.BucketDto",
            "$Nullable": true
          },
          {
            "$Name": "identifier",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.BucketDto",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.WebhookDto",
            "$Nullable": true
          },
          {
            "$Name": "identifier",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.WebhookDto",
          "$Nullable": true
        }
      }
    ],
    "CreateTaskCatalog": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskCatalogDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskCatalogDto",
          "$Nullable": true
        }
      }
    ],
    "UpdateTaskCatalog": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskCatalogDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetTaskCatalogsFromFoldersWithPermissions": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskCatalogDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskCatalogDto",
          "$Nullable": true
        }
      }
    ],
    "ShareToFolders": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskCatalogDto",
            "$Nullable": true
          }
        ]
      },
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AssetDto",
            "$Nullable": true
          }
        ]
      },
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.BusinessRuleDto",
            "$Nullable": true
          }
        ]
      },
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
            "$Nullable": true
          }
        ]
      },
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.BucketDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetFoldersForTaskCatalog": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskCatalogDto",
            "$Nullable": true
          },
          {
            "$Name": "id",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.Folders.AccessibleFoldersDto",
          "$Nullable": true
        }
      }
    ],
    "GetTaskCatalogExtendedDetails": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskCatalogDto",
            "$Nullable": true
          },
          {
            "$Name": "taskCatalogId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskCatalogExtendedDetailsDto",
          "$Nullable": true
        }
      }
    ],
    "GetByTaskId": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskNoteDto",
            "$Nullable": true
          },
          {
            "$Name": "taskId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskNoteDto",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskActivityDto",
            "$Nullable": true
          },
          {
            "$Name": "taskId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskActivityDto",
          "$Nullable": true
        }
      }
    ],
    "CreateTaskNote": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskNoteDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskNoteDto",
          "$Nullable": true
        }
      }
    ],
    "CreateTaskActivity": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskActivityDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskActivityDto",
          "$Nullable": true
        }
      }
    ],
    "CreateTaskDefinition": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDefinitionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDefinitionDto",
          "$Nullable": true
        }
      }
    ],
    "GetTaskDefinitionVersions": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDefinitionDto",
            "$Nullable": true
          },
          {
            "$Name": "id",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDefintionVersionDto",
          "$Nullable": true
        }
      }
    ],
    "UpdateTaskDefinition": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDefinitionDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetTestCasesSelection": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestCaseSelectionDto",
          "$Nullable": true
        }
      }
    ],
    "GetPackagesSelection": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.TestAutomation.Dto.PackageSelectionDto",
          "$Nullable": true
        }
      }
    ],
    "GetInputArgumentsSelection": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.TestAutomation.Dto.InputArgumentSelectionDto",
          "$Nullable": true
        }
      }
    ],
    "GetPackageAppVersions": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.TestAutomation.Dto.PackageVersionSuggestDto",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestCaseDefinitionDto",
            "$Nullable": true
          },
          {
            "$Name": "packageId",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.TestAutomation.Dto.AppVersionDto",
          "$Nullable": true
        }
      }
    ],
    "GetForEdit": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetUpsertDto",
          "$Nullable": true
        }
      }
    ],
    "EnableTestSet": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Microsoft.AspNetCore.Http.HttpResults.NoContent",
          "$Nullable": true
        }
      }
    ],
    "GetWorkflowCoverages": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetExecutionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.TestAutomation.Dto.WorkflowCoverageDto",
          "$Nullable": true
        }
      }
    ],
    "GetPackageIdentifiers": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestCaseDefinitionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TextSuggest",
          "$Nullable": true
        }
      }
    ],
    "BulkDelete": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestCaseDefinitionDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "SetEnabled": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetScheduleDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Boolean"
        }
      },
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessScheduleDto",
            "$Nullable": true
          }
        ]
      },
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.HttpTriggerDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetDownloadLink": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ExportModel",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Nullable": true
        }
      }
    ],
    "AcquireLicense": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.RobotDto",
            "$Nullable": true
          },
          {
            "$Name": "robotKey",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Boolean"
        }
      }
    ],
    "ReleaseLicense": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.RobotDto",
            "$Nullable": true
          },
          {
            "$Name": "robotKey",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetMachineNameToLicenseKeyMappings": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.RobotDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.Dictionary_2OfString_String",
          "$Nullable": true
        }
      }
    ],
    "GetUsernames": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.RobotDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SessionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Nullable": true
        }
      }
    ],
    "GetRobotsForProcess": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.RobotDto",
            "$Nullable": true
          },
          {
            "$Name": "processId",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.RobotDto",
          "$Nullable": true
        }
      }
    ],
    "GetConfiguredRobots": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.RobotDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.ExtendedRobotDto",
          "$Nullable": true
        }
      }
    ],
    "DeleteBulk": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.RobotDto",
            "$Nullable": true
          }
        ]
      },
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ]
      },
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.MachineDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "ConvertToFloating": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.RobotDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetRobotsFromFolder": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.RobotDto",
            "$Nullable": true
          },
          {
            "$Name": "folderId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.RobotDto",
          "$Nullable": true
        }
      }
    ],
    "ToggleEnabledStatus": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.RobotDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetFolderRobots": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.RobotDto",
            "$Nullable": true
          },
          {
            "$Name": "folderId",
            "$Type": "Edm.Int64"
          },
          {
            "$Name": "machineId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.ExtendedRobotDto",
          "$Nullable": true
        }
      }
    ],
    "FindAllAcrossFolders": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.RobotDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.ExtendedRobotDto",
          "$Nullable": true
        }
      }
    ],
    "GetServicesSettings": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.Dictionary_2OfString_String",
          "$Nullable": true
        }
      }
    ],
    "GetInternalSettings": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.Dictionary_2OfString_String",
          "$Nullable": true
        }
      }
    ],
    "GetWebSettings": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.Dictionary_2OfString_String",
          "$Nullable": true
        }
      }
    ],
    "GetActivitySettings": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ActivitySettingsDto",
          "$Nullable": true
        }
      }
    ],
    "GetAssistantSettings": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.AssistantSettingsDto",
          "$Nullable": true
        }
      }
    ],
    "GetAuthenticationSettings": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.Dictionary_2OfString_String",
          "$Nullable": true
        }
      }
    ],
    "GetExecutionSettingsConfiguration": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          },
          {
            "$Name": "scope",
            "$Type": "Edm.Int32"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ExecutionSettingsConfiguration",
          "$Nullable": true
        }
      }
    ],
    "GetSecureStoreConfiguration": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          },
          {
            "$Name": "storeTypeName",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.ConfigurationEntry",
          "$Nullable": true
        }
      }
    ],
    "GetLicense": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.LicenseDto",
          "$Nullable": true
        }
      }
    ],
    "UploadLicense": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "DeleteLicense": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetTimezones": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ListResultDto_1OfNameValueDto",
          "$Nullable": true
        }
      }
    ],
    "UpdateBulk": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "UpdateUserSetting": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetLanguages": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ListResultDto_1OfLanguageInfo",
          "$Nullable": true
        }
      }
    ],
    "GetCalendar": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.CalendarDto",
          "$Nullable": true
        }
      }
    ],
    "SetCalendar": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetStorage": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.StorageSettingsDto",
          "$Nullable": true
        }
      }
    ],
    "SetStorage": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "ResetStorage": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "VerifyStorage": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetUpdateSettings": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.UpdateSettingsDto",
          "$Nullable": true
        }
      }
    ],
    "VerifySmtpSetting": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "ActivateLicenseOnline": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetLicenseOffline": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Nullable": true
        }
      }
    ],
    "UpdateLicenseOnline": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "ActivateLicenseOffline": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "DeactivateLicenseOnline": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetDeactivateLicenseOffline": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SettingsDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "CalendarExists": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ExtendedCalendarDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Boolean"
        }
      }
    ],
    "GetGlobalSessions": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SessionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.SessionDto",
          "$Nullable": true
        }
      }
    ],
    "GetUserRobots": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SessionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.UserRobotsDto",
          "$Nullable": true
        }
      }
    ],
    "GetMachineSessions": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SessionDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.MachineSessionDto",
          "$Nullable": true
        }
      }
    ],
    "GetMachineSessionRuntimes": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SessionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.MachineSessionRuntimeDto",
          "$Nullable": true
        }
      }
    ],
    "GetMachineSessionRuntimesByFolderId": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SessionDto",
            "$Nullable": true
          },
          {
            "$Name": "folderId",
            "$Type": "Edm.Int64",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.MachineSessionRuntimeDto",
          "$Nullable": true
        }
      }
    ],
    "ToggleMachineSessionDebugMode": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.SessionDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "DeleteInactiveUnattendedSessions": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SessionDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "AssignedTriggersCount": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SessionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Int32"
        }
      }
    ],
    "SetMaintenanceMode": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.SessionDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "AssignedEntitiesCount": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.MachineDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.MachineAssignedEntitiesDto",
          "$Nullable": true
        }
      }
    ],
    "GetRuntimesForFolder": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.MachineDto",
            "$Nullable": true
          },
          {
            "$Name": "folderId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.MachineRuntimeDto",
          "$Nullable": true
        }
      }
    ],
    "GetAssignedMachines": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.MachineDto",
            "$Nullable": true
          },
          {
            "$Name": "folderId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.MachineDto",
          "$Nullable": true
        }
      }
    ],
    "CanAddServerless": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.MachineDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Boolean"
        }
      }
    ],
    "GetLicensesNamedUser": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.LicenseNamedUserDto",
            "$Nullable": true
          },
          {
            "$Name": "robotType",
            "$Type": "UiPath.Server.Configuration.OData.RobotType"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.LicenseNamedUserDto",
          "$Nullable": true
        }
      }
    ],
    "GetLicensesRuntime": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.LicenseRuntimeDto",
            "$Nullable": true
          },
          {
            "$Name": "robotType",
            "$Type": "UiPath.Server.Configuration.OData.RobotType"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.LicenseRuntimeDto",
          "$Nullable": true
        }
      }
    ],
    "ToggleEnabled": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.LicenseRuntimeDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "UpdateToSpecificPackageVersion": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Int64"
        }
      }
    ],
    "UpdateToSpecificPackageVersionByKey": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          },
          {
            "$Name": "identifier",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Guid"
        }
      }
    ],
    "UpdateToLatestPackageVersion": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Int64"
        }
      }
    ],
    "UpdateToLatestPackageVersionByKey": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          },
          {
            "$Name": "identifier",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Guid"
        }
      }
    ],
    "UpdateToLatestPackageVersionBulk": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.BulkOperationResponseDto_1OfInt64",
          "$Nullable": true
        }
      }
    ],
    "UpdateToLatestPackageVersionBulkByKey": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.BulkOperationResponseDto_1OfGuid",
          "$Nullable": true
        }
      }
    ],
    "RollbackToPreviousReleaseVersion": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Int64"
        }
      }
    ],
    "RollbackToPreviousReleaseVersionByKey": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          },
          {
            "$Name": "identifier",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Guid"
        }
      }
    ],
    "GetResources": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          },
          {
            "$Name": "processKey",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.PackageResourceDto",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          },
          {
            "$Name": "processKey",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.PackageResourceDto",
          "$Nullable": true
        }
      }
    ],
    "ValidateResources": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.PackageResourceValidationDto",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.PackageResourceValidationDto",
          "$Nullable": true
        }
      }
    ],
    "UpdateByKey": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetByName": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          },
          {
            "$Name": "processName",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ReleaseGetModel",
          "$Nullable": true
        }
      }
    ],
    "SetResourceUserOverwrites": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "PatchResourceOverwrites": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetReleaseUserOverwrites": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.IEnumerable_1OfResourceOverwriteDto",
          "$Nullable": true
        }
      }
    ],
    "GetReleaseUsersOverwritesStatus": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.IEnumerable_1OfReleaseUserOverwritesDto",
          "$Nullable": true
        }
      }
    ],
    "GetBindings": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.IEnumerable_1OfReleaseTrayBindingsModel",
          "$Nullable": true
        }
      }
    ],
    "DeleteUserOverwrites": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetRelease": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
          "$Nullable": true
        }
      }
    ],
    "ListReleases": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.ReleaseListModel",
          "$Nullable": true
        }
      }
    ],
    "CreateRelease": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
          "$Nullable": true
        }
      }
    ],
    "EditRelease": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
          "$Nullable": true
        }
      }
    ],
    "ValidateProcessSchedule": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessScheduleDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ValidationResultDto",
          "$Nullable": true
        }
      }
    ],
    "GetRobotIdsForSchedule": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessScheduleDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.List_1OfInt64",
          "$Nullable": true
        }
      }
    ],
    "Activate": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ProcessScheduleDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetRobotAssetByNameForRobotKey": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AssetDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.UserAssetDto",
          "$Nullable": true
        }
      }
    ],
    "GetRobotAssetByRobotId": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AssetDto",
            "$Nullable": true
          },
          {
            "$Name": "robotId",
            "$Type": "Edm.Int64"
          },
          {
            "$Name": "assetName",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.UserAssetDto",
          "$Nullable": true
        }
      }
    ],
    "GetRobotAsset": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AssetDto",
            "$Nullable": true
          },
          {
            "$Name": "robotId",
            "$Nullable": true
          },
          {
            "$Name": "assetName",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.UserAssetDto",
          "$Nullable": true
        }
      }
    ],
    "GetAssetsAcrossFolders": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AssetDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.AssetDto",
          "$Nullable": true
        }
      }
    ],
    "GetFiltered": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AssetDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.AssetDto",
          "$Nullable": true
        }
      }
    ],
    "GetFoldersForAsset": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AssetDto",
            "$Nullable": true
          },
          {
            "$Name": "id",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.Folders.AccessibleFoldersDto",
          "$Nullable": true
        }
      }
    ],
    "SetRobotAssetByRobotKey": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AssetDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetReadUri": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.BusinessRuleDto",
            "$Nullable": true
          },
          {
            "$Name": "name",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.BusinessRuleVersionDownloadResponse",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.BucketDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.BlobFileAccessDto",
          "$Nullable": true
        }
      }
    ],
    "GetVersionList": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.BusinessRuleDto",
            "$Nullable": true
          },
          {
            "$Name": "id",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.BusinessRuleVersionDto",
          "$Nullable": true
        }
      }
    ],
    "GetBusinessRulesAcrossFolders": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.BusinessRuleDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.BusinessRuleDto",
          "$Nullable": true
        }
      }
    ],
    "GetFoldersForBusinessRule": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.BusinessRuleDto",
            "$Nullable": true
          },
          {
            "$Name": "id",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.Folders.AccessibleFoldersDto",
          "$Nullable": true
        }
      }
    ],
    "DownloadBusinessRuleFile": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.BusinessRuleDto",
            "$Nullable": true
          },
          {
            "$Name": "id",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.Void"
        }
      }
    ],
    "DownloadAttachmentFile": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AttachmentDto",
            "$Nullable": true
          },
          {
            "$Name": "id",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.Void"
        }
      }
    ],
    "GetVersions": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.LibraryDto",
            "$Nullable": true
          },
          {
            "$Name": "packageId",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.LibraryDto",
          "$Nullable": true
        }
      }
    ],
    "DownloadPackage": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.LibraryDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Binary",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Binary",
          "$Nullable": true
        }
      }
    ],
    "UploadPackage": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.LibraryDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.BulkItemDto_1OfString",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.BulkItemDto_1OfString",
          "$Nullable": true
        }
      }
    ],
    "GetProcessVersions": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          },
          {
            "$Name": "processId",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
          "$Nullable": true
        }
      }
    ],
    "GetPackageEntryPoints": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.EntryPointDto",
          "$Nullable": true
        }
      }
    ],
    "GetProcessVersion": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
          "$Nullable": true
        }
      }
    ],
    "GetPackageEntryPointsV2": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.EntryPointV2Dto",
          "$Nullable": true
        }
      }
    ],
    "GetPackageMainEntryPoint": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.EntryPointDto",
          "$Nullable": true
        }
      }
    ],
    "GetPackageMainEntryPointV2": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.EntryPointV2Dto",
          "$Nullable": true
        }
      }
    ],
    "SearchFeed": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.FeedEntryDto",
          "$Nullable": true
        }
      }
    ],
    "GetFeedEntryVersions": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          },
          {
            "$Name": "packageId",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.FeedEntryVersionDto",
          "$Nullable": true
        }
      }
    ],
    "ImportPackage": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.Void"
        }
      }
    ],
    "GetArguments": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
          "$Nullable": true
        }
      }
    ],
    "GetPackageErrorCodes": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.OkResult",
          "$Nullable": true
        }
      }
    ],
    "GetPackageSettings": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.OkResult",
          "$Nullable": true
        }
      }
    ],
    "GetProjectJson": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Binary",
          "$Nullable": true
        }
      }
    ],
    "GetEntryPointsJson": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Binary",
          "$Nullable": true
        }
      }
    ],
    "GetApplicationsMetadata": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Nullable": true
        }
      }
    ],
    "SetArguments": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetTotalCount": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.LogDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Int64"
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AuditLogDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Int64",
          "$Nullable": true
        }
      }
    ],
    "Reports": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.LogDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Binary",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AuditLogDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Binary",
          "$Nullable": true
        }
      }
    ],
    "Export": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.LogDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ExportModel",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.JobDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ExportModel",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AuditLogDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ExportModel",
          "$Nullable": true
        }
      }
    ],
    "InvalidateElasticsearchToken": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.LogDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetItemLastRetry": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
          "$Nullable": true
        }
      }
    ],
    "GetReviewers": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.UserDto",
          "$Nullable": true
        }
      }
    ],
    "GetQueueItemCommentsHistory": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueItemCommentDto",
            "$Nullable": true
          },
          {
            "$Name": "queueItemId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.QueueItemCommentDto",
          "$Nullable": true
        }
      }
    ],
    "GetQueueItemEventsHistory": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueItemEventDto",
            "$Nullable": true
          },
          {
            "$Name": "queueItemId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.QueueItemEventDto",
          "$Nullable": true
        }
      }
    ],
    "GetQueueItemEventsHistoryByUniqueKey": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueItemEventDto",
            "$Nullable": true
          },
          {
            "$Name": "queueItemUniqueKey",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.QueueItemEventDto",
          "$Nullable": true
        }
      }
    ],
    "GetQueuesAcrossFolders": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
          "$Nullable": true
        }
      }
    ],
    "GetFoldersForQueue": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
            "$Nullable": true
          },
          {
            "$Name": "id",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.Folders.AccessibleFoldersDto",
          "$Nullable": true
        }
      }
    ],
    "ListQueues": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.QueueListModel",
          "$Nullable": true
        }
      }
    ],
    "GetQueue": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
            "$Nullable": true
          },
          {
            "$Name": "id",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.QueueGetModel",
          "$Nullable": true
        }
      }
    ],
    "CreateQueue": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
          "$Nullable": true
        }
      }
    ],
    "EditQueue": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
          "$Nullable": true
        }
      }
    ],
    "StartJobs": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.JobDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.JobDto",
          "$Nullable": true
        }
      }
    ],
    "ValidateDynamicJob": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.JobDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ValidationResultDto",
          "$Nullable": true
        }
      }
    ],
    "StopJob": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.JobDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "StopJobs": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.JobDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "ForceStopJobs": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.JobDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.JobDto",
          "$Nullable": true
        }
      }
    ],
    "StopJobTree": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.JobDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "ResumeJob": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.JobDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.JobDto",
          "$Nullable": true
        }
      }
    ],
    "RestartJob": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.JobDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.JobDto",
          "$Nullable": true
        }
      }
    ],
    "FireTriggersForTasks": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.JobDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetArgumentsSchemaByKey": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.JobDto",
            "$Nullable": true
          },
          {
            "$Name": "identifier",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.JobArgumentsSchemaDto",
          "$Nullable": true
        }
      }
    ],
    "ValidateExistingJob": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.JobDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ValidationResultDto",
          "$Nullable": true
        }
      }
    ],
    "GetRunningJobsByMachine": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.JobDto",
            "$Nullable": true
          },
          {
            "$Name": "machineId",
            "$Type": "Edm.Int64"
          },
          {
            "$Name": "hostMachineName",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.RunningJobForSessisonDto",
          "$Nullable": true
        }
      }
    ],
    "GetWithWaitEvents": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.JobTriggerDto",
            "$Nullable": true
          },
          {
            "$Name": "jobId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.JobTriggerWithWaitEventsDto",
          "$Nullable": true
        }
      }
    ],
    "GetByJobKey": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.JobTriggerDto",
            "$Nullable": true
          },
          {
            "$Name": "jobKey",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.JobTriggerDto",
          "$Nullable": true
        }
      }
    ],
    "GetUsersForRole": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.RoleDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Type": "Edm.Int32"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.UserDto",
          "$Nullable": true
        }
      }
    ],
    "GetUserIdsForRole": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.RoleDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Type": "Edm.Int32"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "Edm.Int64"
        }
      }
    ],
    "SetUsers": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.RoleDto",
            "$Nullable": true
          }
        ]
      },
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.OrganizationUnitDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetCurrentPermissions": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.UserDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.UserPermissionsCollection",
          "$Nullable": true
        }
      }
    ],
    "GetCurrentPermissionsExtended": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.UserDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.UserPermissionsExtended",
          "$Nullable": true
        }
      }
    ],
    "GetAllPermissionsExtended": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.UserDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.IEnumerable_1OfUserPermissionsExtended",
          "$Nullable": true
        }
      }
    ],
    "GetCurrentUser": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.UserDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.UserDto",
          "$Nullable": true
        }
      }
    ],
    "GetUserId": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.UserDto",
            "$Nullable": true
          },
          {
            "$Name": "userKey",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Int64"
        }
      }
    ],
    "Validate": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.UserDto",
            "$Nullable": true
          },
          {
            "$Name": "userIds",
            "$Collection": true,
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.Dictionary_2OfInt64_Boolean",
          "$Nullable": true
        }
      }
    ],
    "GetTokenInfo": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.UserDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.TokenInfo",
          "$Nullable": true
        }
      }
    ],
    "ToggleRole": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.UserDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "ImportUsers": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.UserDto",
            "$Nullable": true
          },
          {
            "$Name": "group",
            "$Nullable": true
          },
          {
            "$Name": "domain",
            "$Nullable": true
          },
          {
            "$Name": "rolesList",
            "$Collection": true,
            "$Nullable": true
          },
          {
            "$Name": "organizationUnitIds",
            "$Collection": true,
            "$Type": "Edm.Int64"
          }
        ]
      }
    ],
    "ChangeCulture": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.UserDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "ChangeUserCulture": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.UserDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetCurrentUserExtended": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.UserDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ExtendedUserDto",
          "$Nullable": true
        }
      }
    ],
    "AssignRoles": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.UserDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetAuditLogDetails": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AuditLogDto",
            "$Nullable": true
          },
          {
            "$Name": "auditLogId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.AuditLogEntityDto",
          "$Nullable": true
        }
      }
    ],
    "GetUnreadCount": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AlertDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Int32"
        }
      }
    ],
    "MarkAsRead": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AlertDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Int64"
        }
      }
    ],
    "RaiseProcessAlert": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AlertDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "RaiseAlert": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AlertDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "ExpandCurrentUserGroupAlerts": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.AlertDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetTenantId": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.TenantDto",
            "$Nullable": true
          },
          {
            "$Name": "tenantKey",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Int32",
          "$Nullable": true
        }
      }
    ],
    "SetDefaultStoreForResourceType": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.CredentialStoreDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "Test": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.CredentialStoreDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetDefaultStoreForResourceType": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.CredentialStoreDto",
            "$Nullable": true
          },
          {
            "$Name": "resourceType",
            "$Type": "UiPath.Server.Configuration.OData.CredentialStoreResourceType"
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Int64"
        }
      }
    ],
    "GetAvailableCredentialStoreTypes": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.CredentialStoreDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Nullable": true
        }
      }
    ],
    "GetResourcesForCredentialStoreTypes": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.CredentialStoreDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Type": "Edm.Int64"
          },
          {
            "$Name": "resourceType",
            "$Type": "UiPath.Server.Configuration.OData.CredentialStoreResourceType"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.CredentialStoreResourceDto",
          "$Nullable": true
        }
      }
    ],
    "GetResourcesForCredentialsProxyResourceTypes": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.CredentialStoreDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Type": "Edm.Int64"
          },
          {
            "$Name": "resourceType",
            "$Type": "UiPath.Server.Configuration.OData.CredentialsProxyResourceType"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.CredentialsProxyResourceDto",
          "$Nullable": true
        }
      }
    ],
    "DownloadMediaByJobId": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ExecutionMediaDto",
            "$Nullable": true
          },
          {
            "$Name": "jobId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Binary",
          "$Nullable": true
        }
      }
    ],
    "DeleteMediaByJobId": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ExecutionMediaDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetFeatureFlags": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FeatureDefinitionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.Dictionary_2OfString_String",
          "$Nullable": true
        }
      }
    ],
    "AssignUsers": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "AssignDomainUser": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "AssignDirectoryUser": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetUsersForFolder": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Type": "Edm.Int64"
          },
          {
            "$Name": "includeInherited",
            "$Type": "Edm.Boolean"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.UserRolesDto",
          "$Nullable": true
        }
      }
    ],
    "GetUsersToAssign": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          },
          {
            "$Name": "folderId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.SearchUserDto",
          "$Nullable": true
        }
      }
    ],
    "RemoveUserFromFolder": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "RemoveUserFromFolderByKey": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetFoldersPage": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          },
          {
            "$Name": "skip",
            "$Type": "Edm.Int32"
          },
          {
            "$Name": "take",
            "$Type": "Edm.Int32"
          },
          {
            "$Name": "expandedParentIds",
            "$Collection": true,
            "$Type": "Edm.Int64",
            "@Org.OData.Core.V1.OptionalParameter": {}
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.ExtendedFolderDto",
          "$Nullable": true
        }
      }
    ],
    "GetAllRolesForUser": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          },
          {
            "$Name": "username",
            "$Nullable": true
          },
          {
            "$Name": "skip",
            "$Type": "Edm.Int32"
          },
          {
            "$Name": "take",
            "$Type": "Edm.Int32"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.UserRoleAssignmentsDto",
          "$Nullable": true
        }
      }
    ],
    "GetMachinesForFolder": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.MachineFolderDto",
          "$Nullable": true
        }
      }
    ],
    "AssignMachines": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "ToggleFolderMachineInherit": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "UpdateMachinesToFolderAssociations": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "RemoveMachinesFromFolder": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetHeightOfSubtree": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Int32"
        }
      }
    ],
    "GetUserRolesChanges": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          },
          {
            "$Name": "folderId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.UserRolesChangesDto",
          "$Nullable": true
        }
      }
    ],
    "MoveFolder": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetEntitiesSummary": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          },
          {
            "$Name": "folderId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.EntitySummaryDto",
          "$Nullable": true
        }
      }
    ],
    "GetMachineRobots": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          },
          {
            "$Name": "folderId",
            "$Type": "Edm.Int64"
          },
          {
            "$Name": "machineId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.RobotUserDto",
          "$Nullable": true
        }
      }
    ],
    "SetMachineRobots": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetSubfoldersWithAssignedMachine": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.FolderDto",
          "$Nullable": true
        }
      }
    ],
    "GetMoveFolderMachinesChanges": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.FolderDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.MoveFolderMachineChange",
          "$Nullable": true
        }
      }
    ],
    "GetWriteUri": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.BucketDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.BlobFileAccessDto",
          "$Nullable": true
        }
      }
    ],
    "GetFiles": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.BucketDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.BlobFileDto",
          "$Nullable": true
        }
      }
    ],
    "GetDirectories": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.BucketDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.BlobFileDto",
          "$Nullable": true
        }
      }
    ],
    "GetFile": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.BucketDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.BlobFileDto",
          "$Nullable": true
        }
      }
    ],
    "DeleteFile": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.BucketDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetBucketsAcrossFolders": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.BucketDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.BucketDto",
          "$Nullable": true
        }
      }
    ],
    "GetFoldersForBucket": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.BucketDto",
            "$Nullable": true
          },
          {
            "$Name": "id",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Orchestrator.Application.Dto.Folders.AccessibleFoldersDto",
          "$Nullable": true
        }
      }
    ],
    "BulkEnablePersonalWorkspaces": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.PersonalWorkspaceDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "StartExploring": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.PersonalWorkspaceDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "StopExploring": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.PersonalWorkspaceDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetPersonalWorkspace": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.PersonalWorkspaceDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.PersonalWorkspaceDto",
          "$Nullable": true
        }
      },
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.PersonalWorkspaceDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.PersonalWorkspaceDto",
          "$Nullable": true
        }
      }
    ],
    "TryEnable": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.PersonalWorkspaceDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ExtendedPersonalWorkspaceDto",
          "$Nullable": true
        }
      }
    ],
    "BulkStopExploring": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.PersonalWorkspaceDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "ConvertToFolder": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.PersonalWorkspaceDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "CreateOrphaned": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.PersonalWorkspaceDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.PersonalWorkspaceDto",
          "$Nullable": true
        }
      }
    ],
    "DecommissionTenants": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.TenantDecommissionDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "CancelTenantDecommissions": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.TenantDecommissionDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "RescheduleFailedDecommissions": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.TenantDecommissionDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "ChangeDecommissionsPriority": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.TenantDecommissionDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetByTenantKey": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.TenantDecommissionDto",
            "$Nullable": true
          },
          {
            "$Name": "tenantKey",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.TenantDecommissionDto",
          "$Nullable": true
        }
      }
    ],
    "DecommissionUsers": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.TenantDecommissionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.AnonymizationResult",
          "$Nullable": true
        }
      }
    ],
    "CreateEventTrigger": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ApiTriggerDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ApiTriggerDto",
          "$Nullable": true
        }
      }
    ],
    "MigrateEventTrigger": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ApiTriggerDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ApiTriggerDto",
          "$Nullable": true
        }
      }
    ],
    "UpdateEventTrigger": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ApiTriggerDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ApiTriggerDto",
          "$Nullable": true
        }
      }
    ],
    "DeleteUserEventTriggers": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ApiTriggerDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetUserEventTrigger": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.ApiTriggerDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ApiTriggerDto",
          "$Nullable": true
        }
      }
    ],
    "SetEventTriggerEnabled": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ApiTriggerDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "SetEventTriggerName": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ApiTriggerDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "DeleteEventTriggerSync": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ApiTriggerDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "GetReleaseEventOverwritesStatus": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.ApiTriggerDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.IEnumerable_1OfReleaseUserEventTriggerStatusDto",
          "$Nullable": true
        }
      }
    ],
    "Ping": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.WebhookDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.PingEventDto",
          "$Nullable": true
        }
      }
    ],
    "GetEventTypes": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.WebhookDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.WebhookEventTypeDto",
          "$Nullable": true
        }
      }
    ],
    "TriggerCustom": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.WebhookDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.CustomEventDto",
          "$Nullable": true
        }
      }
    ],
    "GetByTriggerKey": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.TriggerLogDto",
            "$Nullable": true
          },
          {
            "$Name": "triggerKey",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.TriggerLogDto",
          "$Nullable": true
        }
      }
    ],
    "GetUsersForUnit": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.OrganizationUnitDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.UserDto",
          "$Nullable": true
        }
      }
    ],
    "GetUserIdsForUnit": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.OrganizationUnitDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.List_1OfInt64",
          "$Nullable": true
        }
      }
    ],
    "Container": {
      "$Kind": "EntityContainer",
      "CloudServiceSubscriptions": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudServiceSubscriptionDto"
      },
      "CloudTemplates": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.Robots.CloudTemplateDto"
      },
      "CloudMachines": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudMachineDto"
      },
      "CloudPools": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudPoolDto",
        "$NavigationPropertyBinding": {
          "Subscription": "CloudServiceSubscriptions"
        }
      },
      "CloudSnapshots": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.SnapshotDto"
      },
      "CloudVpnGateways": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.VpnGatewayDto"
      },
      "CloudRobotFeatures": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.CloudResources.CloudRobotFeatureDto"
      },
      "TaskRetention": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Tasks.Retention.Features.TaskRetentionSettingDto"
      },
      "Tasks": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto",
        "$NavigationPropertyBinding": {
          "Activities": "TaskActivities",
          "AssignedToUser": "UserLoginInfo",
          "CreatorUser": "UserLoginInfo",
          "LastModifierUser": "UserLoginInfo"
        },
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "ParentOperationId"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "ParentOperationId"
          ]
        }
      },
      "UserLoginInfo": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Sessions.Dto.UserLoginInfoDto"
      },
      "Permissions": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.Permissions.PermissionDto"
      },
      "TaskCatalogs": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskCatalogDto"
      },
      "TaskNotes": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskNoteDto",
        "$NavigationPropertyBinding": {
          "CreatorUser": "UserLoginInfo",
          "LastModifierUser": "UserLoginInfo"
        }
      },
      "TaskActivities": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskActivityDto",
        "$NavigationPropertyBinding": {
          "CreatorUser": "UserLoginInfo",
          "TargetUser": "UserLoginInfo",
          "Task": "Tasks",
          "TaskNote": "TaskNotes"
        }
      },
      "TaskDefinitions": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDefinitionDto"
      },
      "TestSets": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetDto",
        "$NavigationPropertyBinding": {
          "InputArguments": "TestSetInputArguments",
          "Packages": "TestSetPackages",
          "TestCases": "TestCases"
        }
      },
      "GetPackageAppVersions": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.PackageVersionSuggestDto"
      },
      "TestSetUpsert": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetUpsertDto"
      },
      "TestSetExecutions": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetExecutionDto",
        "$NavigationPropertyBinding": {
          "TestCaseExecutions": "TestCaseExecutions",
          "TestSet": "TestSets"
        }
      },
      "TestCaseExecutions": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestCaseExecutionDto",
        "$NavigationPropertyBinding": {
          "TestCase": "TestCases",
          "TestSetExecution": "TestSetExecutions"
        }
      },
      "TestCaseDefinitions": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestCaseDefinitionDto"
      },
      "PackageIdentifiers": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TextSuggest"
      },
      "TestSetSchedules": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetScheduleDto"
      },
      "TestDataQueues": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestDataQueueDto"
      },
      "TestDataQueueItems": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestDataQueueItemODataDto"
      },
      "TestSetPackages": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetPackageDto",
        "$NavigationPropertyBinding": {
          "TestSet": "TestSets"
        }
      },
      "TestCases": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestCaseDto",
        "$NavigationPropertyBinding": {
          "Definition": "TestCaseDefinitions",
          "TestSet": "TestSets"
        }
      },
      "TestSetInputArguments": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetInputArgumentDto"
      },
      "Exports": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ExportModel"
      },
      "Robots": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.RobotDto",
        "$NavigationPropertyBinding": {
          "UiPath.Server.Configuration.OData.ExtendedRobotDto/User": "Users",
          "UiPath.Server.Configuration.OData.RobotWithLicenseDto/License": "RobotLicenses"
        },
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "CredentialType",
            "CredentialStoreId",
            "Password"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "CredentialType",
            "CredentialStoreId",
            "Password"
          ]
        }
      },
      "ExtendedRobotDto": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ExtendedRobotDto",
        "$NavigationPropertyBinding": {
          "UiPath.Server.Configuration.OData.RobotWithLicenseDto/License": "RobotLicenses",
          "User": "Users"
        }
      },
      "RobotLicenses": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.RobotLicenseDto"
      },
      "Settings": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.SettingsDto"
      },
      "Calendars": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ExtendedCalendarDto",
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "TimeZoneId",
            "ExcludedDates"
          ]
        }
      },
      "Sessions": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.SessionDto",
        "$NavigationPropertyBinding": {
          "Job": "Jobs",
          "Robot": "ExtendedRobotDto"
        }
      },
      "MachineSessionDto": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.MachineSessionDto",
        "$NavigationPropertyBinding": {
          "Job": "Jobs",
          "Robot": "ExtendedRobotDto"
        }
      },
      "Machines": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.MachineDto",
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "LicenseKey"
          ]
        }
      },
      "LicensesNamedUser": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.LicenseNamedUserDto"
      },
      "NamedUserLicenses": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.LicenseNamedUserDto"
      },
      "LicensesRuntime": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.LicenseRuntimeDto"
      },
      "RuntimeLicenses": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.LicenseRuntimeDto"
      },
      "Releases": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ReleaseDto",
        "$NavigationPropertyBinding": {
          "EntryPoint": "EntryPoints",
          "UiPath.Server.Configuration.OData.ReleaseGetModel/EntryPointV2": "EntryPointsV2",
          "UiPath.Server.Configuration.OData.ReleaseListModel/EntryPointV2": "EntryPointsV2"
        },
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "TargetRuntime",
            "ProcessVersion",
            "ProjectKey",
            "PublisherLicense",
            "EnvironmentId"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "TargetRuntime",
            "IsConversational",
            "ProjectKey",
            "PublisherLicense",
            "EnvironmentId"
          ]
        }
      },
      "PackageResourceDto": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.PackageResourceDto"
      },
      "ReleaseGetModel": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ReleaseGetModel",
        "$NavigationPropertyBinding": {
          "EntryPoint": "EntryPoints",
          "EntryPointV2": "EntryPointsV2"
        }
      },
      "ReleaseRetention": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ReleaseRetentionSettingDto"
      },
      "ReleaseListModel": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ReleaseListModel",
        "$NavigationPropertyBinding": {
          "EntryPoint": "EntryPoints",
          "EntryPointV2": "EntryPointsV2"
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "OrganizationUnitType"
          ]
        }
      },
      "ProcessSchedules": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ProcessScheduleDto"
      },
      "Assets": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.AssetDto"
      },
      "BusinessRules": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.BusinessRuleDto"
      },
      "Attachments": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.AttachmentDto"
      },
      "Libraries": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.LibraryDto"
      },
      "Processes": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ProcessDto",
        "$NavigationPropertyBinding": {
          "EntryPoints": "EntryPoints"
        },
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "TargetRuntime",
            "IsActive",
            "Arguments",
            "SupportsMultipleEntryPoints",
            "MainEntryPointPath",
            "RequiresUserInteraction",
            "IsAttended",
            "SupportsJsonSchemaEntryPoints",
            "TargetFramework",
            "OldVersion",
            "ReleaseNotes",
            "IsCompiled",
            "LicenseUrl",
            "ProjectUrl"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "PackageType",
            "TargetRuntime",
            "IsActive",
            "Arguments",
            "SupportsMultipleEntryPoints",
            "MainEntryPointPath",
            "RequiresUserInteraction",
            "IsAttended",
            "SupportsJsonSchemaEntryPoints",
            "TargetFramework",
            "OldVersion",
            "ReleaseNotes",
            "IsCompiled",
            "LicenseUrl",
            "ProjectUrl",
            "Description",
            "Authors",
            "Title"
          ]
        }
      },
      "EntryPoints": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.EntryPointDto",
        "$NavigationPropertyBinding": {
          "DataVariation": "EntryPointVariations"
        }
      },
      "EntryPointsV2": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.EntryPointV2Dto",
        "$NavigationPropertyBinding": {
          "DataVariation": "EntryPointVariations"
        },
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "ContentRoot"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "ContentRoot"
          ]
        }
      },
      "FeedEntries": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.FeedEntryDto"
      },
      "FeedEntryVersions": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.FeedEntryVersionDto"
      },
      "EntryPointVariations": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.EntryPointDataVariationDto"
      },
      "FeedEntryDto": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.FeedEntryDto"
      },
      "RobotLogs": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.LogDto"
      },
      "RobotLogsReportable": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.LogReportableDto",
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "TimeStampAbs",
            "RawMessage",
            "RuntimeType"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "TimeStampAbs",
            "RobotName",
            "ProcessName",
            "HostMachineName",
            "WindowsIdentity",
            "Message",
            "JobKey",
            "RawMessage",
            "MachineId",
            "RuntimeType",
            "MachineKey"
          ]
        }
      },
      "QueueDefinitions": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "OrganizationUnitFullyQualifiedName"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "OrganizationUnitFullyQualifiedName"
          ]
        }
      },
      "QueueItems": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
        "$NavigationPropertyBinding": {
          "QueueDefinition": "QueueDefinitions",
          "ReviewerUser": "Users",
          "Robot": "Robots"
        },
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "OrganizationUnitFullyQualifiedName",
            "AncestorUniqueKey",
            "ManualAncestorUniqueKey",
            "CreatorJobKey",
            "ExecutorJobKey",
            "ParentOperationId",
            "OperationId",
            "FpsContext",
            "OutputData",
            "AnalyticsData",
            "Key",
            "DueDate",
            "RiskSlaDate",
            "DeferDate",
            "StartProcessing",
            "EndProcessing",
            "SecondsInPreviousAttempts",
            "AncestorId",
            "ManualAncestorId",
            "RetryNumber",
            "ManualRetryNumber",
            "UniqueKey",
            "SpecificData",
            "CreationTime",
            "Progress",
            "RowVersion",
            "OrganizationUnitId"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "OrganizationUnitFullyQualifiedName",
            "AncestorUniqueKey",
            "ManualAncestorUniqueKey",
            "CreatorJobKey",
            "ExecutorJobKey",
            "RobotId",
            "ParentOperationId",
            "OperationId",
            "FpsContext",
            "OutputData",
            "AnalyticsData",
            "ReviewerUserId",
            "Key",
            "Reference",
            "DueDate",
            "RiskSlaDate",
            "DeferDate",
            "SecondsInPreviousAttempts",
            "AncestorId",
            "ManualAncestorId",
            "RetryNumber",
            "ManualRetryNumber",
            "UniqueKey",
            "SpecificData",
            "CreationTime",
            "Progress",
            "RowVersion",
            "OrganizationUnitId"
          ]
        }
      },
      "QueueItemsReportable": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.QueueItemReportableDto",
        "$NavigationPropertyBinding": {
          "ReviewerUser": "Users",
          "Robot": "Robots"
        },
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "DueDate",
            "DueDateAbs",
            "RobotName",
            "DeferDate",
            "DeferDateAbs",
            "StartProcessingAbs",
            "EndProcessingAbs",
            "SecondsInPreviousAttempts",
            "AncestorId",
            "AncestorUniqueKey",
            "RetryNumber",
            "ManualAncestorId",
            "ManualAncestorUniqueKey",
            "ManualRetryNumber",
            "UniqueKey",
            "SpecificData",
            "Key",
            "ReviewerName",
            "ProcessingExceptionReason",
            "ProcessingExceptionDetails",
            "Output",
            "Analytics",
            "CreationTimeAbs",
            "Progress"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "QueueDefinitionId",
            "Status",
            "ReviewStatus",
            "Reference",
            "ProcessingExceptionType",
            "DueDate",
            "DueDateAbs",
            "Priority",
            "RobotName",
            "DeferDate",
            "DeferDateAbs",
            "StartProcessing",
            "StartProcessingAbs",
            "EndProcessing",
            "EndProcessingAbs",
            "SecondsInPreviousAttempts",
            "AncestorId",
            "AncestorUniqueKey",
            "RetryNumber",
            "ManualAncestorId",
            "ManualAncestorUniqueKey",
            "ManualRetryNumber",
            "UniqueKey",
            "SpecificData",
            "Key",
            "ReviewerName",
            "ProcessingExceptionReason",
            "ProcessingExceptionDetails",
            "Output",
            "Analytics",
            "RobotId",
            "ReviewerUserId",
            "CreationTimeAbs",
            "CreationTime",
            "Progress"
          ]
        }
      },
      "QueueProcessingRecords": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.QueueProcessingRecordDto",
        "$NavigationPropertyBinding": {
          "UiQueueMetadata": "QueueDefinitions"
        }
      },
      "QueueProcessingStatuses": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.QueueProcessingStatusDto"
      },
      "Queues": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
        "$NavigationPropertyBinding": {
          "QueueDefinition": "QueueDefinitions",
          "ReviewerUser": "Users",
          "Robot": "Robots"
        },
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "OrganizationUnitFullyQualifiedName",
            "AncestorUniqueKey",
            "ManualAncestorUniqueKey",
            "CreatorJobKey",
            "ExecutorJobKey",
            "ParentOperationId",
            "OperationId",
            "FpsContext",
            "OutputData",
            "AnalyticsData",
            "Key",
            "DueDate",
            "RiskSlaDate",
            "DeferDate",
            "StartProcessing",
            "EndProcessing",
            "SecondsInPreviousAttempts",
            "AncestorId",
            "ManualAncestorId",
            "RetryNumber",
            "ManualRetryNumber",
            "UniqueKey",
            "SpecificData",
            "CreationTime",
            "Progress",
            "RowVersion",
            "OrganizationUnitId"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "OrganizationUnitFullyQualifiedName",
            "AncestorUniqueKey",
            "ManualAncestorUniqueKey",
            "CreatorJobKey",
            "ExecutorJobKey",
            "RobotId",
            "ParentOperationId",
            "OperationId",
            "FpsContext",
            "OutputData",
            "AnalyticsData",
            "ReviewerUserId",
            "Key",
            "Reference",
            "DueDate",
            "RiskSlaDate",
            "DeferDate",
            "SecondsInPreviousAttempts",
            "AncestorId",
            "ManualAncestorId",
            "RetryNumber",
            "ManualRetryNumber",
            "UniqueKey",
            "SpecificData",
            "CreationTime",
            "Progress",
            "RowVersion",
            "OrganizationUnitId"
          ]
        }
      },
      "Users": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.UserDto",
        "$NavigationPropertyBinding": {
          "OrganizationUnits": "OrganizationUnits",
          "UiPath.Server.Configuration.OData.ExtendedUserDto/PersonalWorkspace": "Folders"
        },
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "DirectoryIdentifier"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "DirectoryIdentifier"
          ]
        }
      },
      "QueueItemComments": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.QueueItemCommentDto"
      },
      "QueueItemEvents": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.QueueItemEventDto"
      },
      "QueueRetention": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.QueueRetentionSettingDto"
      },
      "QueueListModel": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.QueueListModel",
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "RetentionPeriod"
          ]
        }
      },
      "QueueGetModel": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.QueueGetModel"
      },
      "Jobs": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.JobDto",
        "$NavigationPropertyBinding": {
          "Machine": "Machines",
          "Release": "Releases",
          "Robot": "Robots"
        },
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "FolderKey"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "FolderKey"
          ]
        }
      },
      "JobsReportable": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.JobReportableDto",
        "$NavigationPropertyBinding": {
          "Machine": "Machines",
          "Release": "Releases",
          "Robot": "Robots"
        },
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "Key",
            "ReleaseName",
            "RobotName",
            "MachineScope",
            "MachineName",
            "EnvironmentName",
            "Type",
            "RuntimeType",
            "JobPriority",
            "StartTimeAbs",
            "EndTimeAbs",
            "ProcessType",
            "Source",
            "CreationTimeAbs",
            "ServerlessJobType"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "Key",
            "ReleaseName",
            "RobotName",
            "MachineScope",
            "MachineName",
            "HostMachineName",
            "EnvironmentName",
            "LocalSystemAccount",
            "Type",
            "RuntimeType",
            "JobPriority",
            "SpecificPriorityValue",
            "StartTimeAbs",
            "EndTimeAbs",
            "ProcessType",
            "SourceType",
            "Source",
            "CreationTimeAbs",
            "ServerlessJobType",
            "StartingScheduleId"
          ]
        }
      },
      "RunningJobsForSession": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.RunningJobForSessisonDto",
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "FolderKey",
            "FullyQualifiedFolderName"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "FolderKey",
            "FullyQualifiedFolderName"
          ]
        }
      },
      "JobTriggers": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.JobTriggerDto"
      },
      "JobTriggerWithWaitEventsDto": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.JobTriggerWithWaitEventsDto"
      },
      "Roles": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.RoleDto",
        "$NavigationPropertyBinding": {
          "Permissions": "Permissions"
        }
      },
      "ExtendedUser": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ExtendedUserDto",
        "$NavigationPropertyBinding": {
          "OrganizationUnits": "OrganizationUnits",
          "PersonalWorkspace": "Folders"
        }
      },
      "AuditLogs": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.AuditLogDto",
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "OperationText",
            "UserIsActive"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "OperationText",
            "UserIsActive"
          ]
        }
      },
      "AuditLogsReportable": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.AuditLogReportableDto",
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "OperationText",
            "ExecutionTimeAbs",
            "ServiceName",
            "MethodName",
            "EntityId",
            "UserType",
            "UserIsDeleted",
            "ExternalClientId",
            "UserName"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "Parameters",
            "DisplayName",
            "Action",
            "Component",
            "UserId",
            "OperationText",
            "ExecutionTimeAbs",
            "ServiceName",
            "MethodName",
            "EntityId",
            "UserType",
            "UserIsDeleted",
            "ExternalClientId",
            "UserName"
          ]
        }
      },
      "Alerts": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.AlertDto"
      },
      "Tenants": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TenantDto"
      },
      "CredentialStores": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.CredentialStoreDto"
      },
      "CredentialsProxies": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.CredentialsProxyDto",
        "@Org.OData.Capabilities.V1.FilterRestrictions": {
          "Filterable": true,
          "RequiresFilter": true,
          "RequiredProperties": [],
          "NonFilterableProperties": [
            "Secret"
          ]
        },
        "@Org.OData.Capabilities.V1.SortRestrictions": {
          "Sortable": true,
          "AscendingOnlyProperties": [],
          "DescendingOnlyProperties": [],
          "NonSortableProperties": [
            "Secret"
          ]
        }
      },
      "ExecutionMedia": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ExecutionMediaDto"
      },
      "Features": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.FeatureDefinitionDto"
      },
      "Folders": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.FolderDto",
        "$NavigationPropertyBinding": {
          "UiPath.Server.Configuration.OData.SolutionFolderDto/SubFolders": "Folders"
        }
      },
      "UserRoles": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.UserRolesDto"
      },
      "UsersToAssign": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.SearchUserDto"
      },
      "UserFolderRoles": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.UserRoleAssignmentsDto"
      },
      "MachineFolder": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.MachineFolderDto"
      },
      "EntitiesSummary": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.EntitySummaryDto"
      },
      "Buckets": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.BucketDto"
      },
      "PersonalWorkspaces": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.PersonalWorkspaceDto"
      },
      "ExtendedPersonalWorkspaceDto": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ExtendedPersonalWorkspaceDto"
      },
      "PersonalWorkspaceDto": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.PersonalWorkspaceDto"
      },
      "TenantDecommissions": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TenantDecommissionDto"
      },
      "Triggers": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TriggerDto"
      },
      "ApiTriggers": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.ApiTriggerDto"
      },
      "HttpTriggers": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.HttpTriggerDto"
      },
      "Webhooks": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.WebhookDto"
      },
      "TriggerLogs": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TriggerLogDto"
      },
      "OrganizationUnits": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.OrganizationUnitDto"
      },
      "RaiseHypervisorAlert": {
        "$Kind": "ActionImport",
        "$Action": "UiPath.Server.Configuration.OData.RaiseHypervisorAlert"
      },
      "CloudSystemImages": {
        "$Kind": "FunctionImport",
        "$Function": "UiPath.Server.Configuration.OData.CloudSystemImages",
        "$IncludeInServiceDocument": true
      },
      "CommunitySystemImages": {
        "$Kind": "FunctionImport",
        "$Function": "UiPath.Server.Configuration.OData.CommunitySystemImages",
        "$IncludeInServiceDocument": true
      },
      "CloudRobotInfo": {
        "$Kind": "FunctionImport",
        "$Function": "UiPath.Server.Configuration.OData.CloudRobotInfo",
        "$IncludeInServiceDocument": true
      },
      "CloudRobotUnitUsage": {
        "$Kind": "FunctionImport",
        "$Function": "UiPath.Server.Configuration.OData.CloudRobotUnitUsage",
        "$IncludeInServiceDocument": true
      },
      "CloudRobotUnitPricing": {
        "$Kind": "FunctionImport",
        "$Function": "UiPath.Server.Configuration.OData.CloudRobotUnitPricing",
        "$IncludeInServiceDocument": true
      },
      "CloudRobotPricing": {
        "$Kind": "FunctionImport",
        "$Function": "UiPath.Server.Configuration.OData.CloudRobotPricing",
        "$IncludeInServiceDocument": true
      },
      "TenantRobotUnitProperties": {
        "$Kind": "FunctionImport",
        "$Function": "UiPath.Server.Configuration.OData.TenantRobotUnitProperties",
        "$IncludeInServiceDocument": true
      },
      "CloudClientIp": {
        "$Kind": "FunctionImport",
        "$Function": "UiPath.Server.Configuration.OData.CloudClientIp",
        "$IncludeInServiceDocument": true
      }
    }
  },
  "UiPath.Orchestrator.Application.Dto.Robots": {
    "CloudTemplateDto": {
      "$Kind": "EntityType",
      "$BaseType": "UiPath.Server.Configuration.OData.MachineDto",
      "ExternalPoolKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "Hosting": {
        "$Type": "UiPath.Server.Configuration.OData.Hosting",
        "$Nullable": true
      }
    }
  },
  "UiPath.Orchestrator.Tasks.Retention.Features": {
    "TaskRetentionSettingDto": {
      "$Kind": "EntityType",
      "$Key": [
        "TaskCatalogId"
      ],
      "TaskCatalogId": {
        "$Type": "Edm.Int64"
      },
      "Action": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction"
      },
      "Period": {
        "$Type": "Edm.Int32"
      },
      "BucketId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionType",
        "$Nullable": true
      }
    }
  },
  "UiPath.Orchestrator.Application.Dto.Tasks": {
    "TaskDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "ParentOperationId": {
        "$Nullable": true
      },
      "Status": {
        "$Type": "UiPath.Server.Configuration.OData.TaskStatus"
      },
      "TaskAssignmentCriteria": {
        "$Type": "UiPath.Server.Configuration.OData.TaskAssignmentCriteria"
      },
      "TaskCatalogName": {
        "$Nullable": true
      },
      "IsCompleted": {
        "$Type": "Edm.Boolean"
      },
      "BulkFormLayoutId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "FormLayoutId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Encrypted": {
        "$Type": "Edm.Boolean"
      },
      "Tags": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TagDto",
        "$Nullable": true
      },
      "Action": {
        "$Nullable": true
      },
      "TaskSlaDetail": {
        "$Type": "UiPath.Server.Configuration.OData.TaskSlaDetailDto",
        "$Nullable": true
      },
      "TaskAssigneeName": {
        "$Nullable": true
      },
      "Title": {
        "$Nullable": true
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.TaskType"
      },
      "Priority": {
        "$Type": "UiPath.Server.Configuration.OData.TaskPriority"
      },
      "AssignedToUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "OrganizationUnitId": {
        "$Type": "Edm.Int64"
      },
      "ExternalTag": {
        "$Nullable": true
      },
      "CreatorJobKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "WaitJobKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "LastAssignedTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "CompletionTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "Key": {
        "$Type": "Edm.Guid"
      },
      "IsDeleted": {
        "$Type": "Edm.Boolean"
      },
      "DeleterUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "DeletionTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModifierUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "AssignedToUser": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Sessions.Dto.UserLoginInfoDto"
      },
      "CreatorUser": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Sessions.Dto.UserLoginInfoDto"
      },
      "LastModifierUser": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Sessions.Dto.UserLoginInfoDto"
      },
      "Activities": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskActivityDto"
      },
      "TaskAssignments": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TaskAssignmentDto"
      }
    },
    "TaskCatalogDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Key": {
        "$Type": "Edm.Guid"
      },
      "Name": {
        "$Nullable": true
      },
      "Description": {
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "FoldersCount": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "Encrypted": {
        "$Type": "Edm.Boolean"
      },
      "Tags": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TagDto",
        "$Nullable": true
      },
      "RetentionAction": {
        "$Type": "UiPath.Server.Configuration.OData.RetentionAction",
        "$Nullable": true
      },
      "RetentionPeriod": {
        "$Type": "Edm.Int32",
        "$Nullable": true
      },
      "RetentionBucketId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "RetentionBucketName": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "TaskCatalogFoldersShareDto": {
      "$Kind": "ComplexType",
      "TaskCatalogIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "ToAddFolderIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      },
      "ToRemoveFolderIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "TaskCatalogExtendedDetailsDto": {
      "$Kind": "ComplexType",
      "AssociatedTasksCount": {
        "$Type": "Edm.Int32"
      },
      "IsEncrypted": {
        "$Type": "Edm.Boolean"
      },
      "TotalFolderCount": {
        "$Type": "Edm.Int64"
      },
      "Key": {
        "$Type": "Edm.Guid"
      }
    },
    "TaskNoteDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Key": {
        "$Type": "Edm.Guid"
      },
      "TenantId": {
        "$Type": "Edm.Int32"
      },
      "OrganizationUnitId": {
        "$Type": "Edm.Int64"
      },
      "TaskId": {
        "$Type": "Edm.Int64"
      },
      "Text": {
        "$Nullable": true
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64"
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "CreatorUser": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Sessions.Dto.UserLoginInfoDto"
      },
      "LastModifierUser": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Sessions.Dto.UserLoginInfoDto"
      }
    },
    "TaskActivityDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Key": {
        "$Type": "Edm.Guid"
      },
      "TenantId": {
        "$Type": "Edm.Int32"
      },
      "OrganizationUnitId": {
        "$Type": "Edm.Int64"
      },
      "TaskId": {
        "$Type": "Edm.Int64"
      },
      "TaskKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "ActivityType": {
        "$Type": "UiPath.Server.Configuration.OData.TaskActivityType"
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64"
      },
      "TargetUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "TaskNoteId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "CreatorUser": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Sessions.Dto.UserLoginInfoDto"
      },
      "TargetUser": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Sessions.Dto.UserLoginInfoDto"
      },
      "Task": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDto"
      },
      "TaskNote": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskNoteDto"
      }
    },
    "TaskActivityCreateRequest": {
      "$Kind": "ComplexType",
      "TaskId": {
        "$Type": "Edm.Int64"
      },
      "TargetUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "ActivityType": {
        "$Type": "UiPath.Server.Configuration.OData.TaskActivityType"
      },
      "TaskNoteId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      }
    },
    "TaskDefinitionDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {
        "$Nullable": true
      },
      "Key": {
        "$Type": "Edm.Guid"
      },
      "Description": {
        "$Nullable": true
      },
      "IsDeleted": {
        "$Type": "Edm.Boolean"
      },
      "DeleterUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "DeletionTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModifierUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "Properties": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.Application.Dto.Tasks.TaskDefinitionPropertiesDto"
      }
    },
    "TaskDefintionVersionDto": {
      "$Kind": "ComplexType",
      "TaskDefinitionName": {
        "$Nullable": true
      },
      "TaskDefintionCurrentVersion": {
        "$Type": "Edm.Int32"
      },
      "TaskDefintionCreationDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "TaskDefintionUpdationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "TaskDefintionVersions": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TaskDefintionAssociatedVersionsDto",
        "$Nullable": true
      }
    },
    "TaskDefinitionPropertiesDto": {
      "$Kind": "EntityType",
      "$Abstract": true,
      "$Key": [
        "Id"
      ],
      "Version": {
        "$Type": "Edm.Int32"
      },
      "Schema": {
        "$Nullable": true
      },
      "AllowedActions": {
        "$Collection": true,
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreatorUserKey": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    }
  },
  "UiPath.Orchestrator.Tasks.Dto": {
    "TasksAssignRequest": {
      "$Kind": "ComplexType",
      "taskAssignments": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TaskAssignmentRequest"
      }
    },
    "TaskOperationErrorResponse": {
      "$Kind": "ComplexType",
      "TaskId": {
        "$Type": "Edm.Int64"
      },
      "UserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "ErrorCode": {
        "$Type": "Edm.Int32"
      },
      "ErrorMessage": {
        "$Nullable": true
      },
      "UserNameOrEmail": {
        "$Nullable": true
      }
    },
    "EditTaskMetadataRequest": {
      "$Kind": "ComplexType",
      "TaskId": {
        "$Type": "Edm.Int64"
      },
      "Title": {
        "$Nullable": true,
        "$MaxLength": 512
      },
      "TaskCatalogId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "UnsetTaskCatalog": {
        "$Type": "Edm.Boolean",
        "$Nullable": true
      },
      "Priority": {
        "$Type": "UiPath.Server.Configuration.OData.TaskPriority",
        "$Nullable": true
      },
      "NoteText": {
        "$Nullable": true,
        "$MaxLength": 512
      }
    },
    "TasksDeleteRequest": {
      "$Kind": "ComplexType",
      "taskIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    }
  },
  "UiPath.Orchestrator.Application.Sessions.Dto": {
    "UserLoginInfoDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {
        "$Nullable": true
      },
      "Surname": {
        "$Nullable": true
      },
      "UserName": {
        "$Nullable": true
      },
      "EmailAddress": {
        "$Nullable": true
      },
      "DisplayName": {
        "$Nullable": true
      },
      "Type": {
        "$Type": "UiPath.Server.Configuration.OData.UserType",
        "$Nullable": true
      },
      "AuthenticationSource": {
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    }
  },
  "UiPath.Orchestrator.Application.Dto.Permissions": {
    "PermissionDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {
        "$Nullable": true
      },
      "IsGranted": {
        "$Type": "Edm.Boolean"
      },
      "RoleId": {
        "$Type": "Edm.Int32"
      },
      "Scope": {
        "$Type": "UiPath.Server.Configuration.OData.PermissionScopes"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    }
  },
  "UiPath.Orchestrator.Application.Dto.Folders": {
    "AccessibleFoldersDto": {
      "$Kind": "ComplexType",
      "AccessibleFolders": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.SimpleFolderDto",
        "$Nullable": true
      },
      "TotalFoldersCount": {
        "$Type": "Edm.Int32"
      }
    }
  },
  "UiPath.Orchestrator.TestAutomation.Dto": {
    "TestSetDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Key": {
        "$Type": "Edm.Guid"
      },
      "Name": {},
      "Description": {
        "$Nullable": true
      },
      "SourceType": {
        "$Type": "UiPath.Server.Configuration.OData.TestSetSourceType"
      },
      "OrganizationUnitId": {
        "$Type": "Edm.Int64"
      },
      "EnvironmentId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "TestCaseCount": {
        "$Type": "Edm.Int32"
      },
      "RobotId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "EnableCoverage": {
        "$Type": "Edm.Boolean"
      },
      "Enabled": {
        "$Type": "Edm.Boolean"
      },
      "IsDeleted": {
        "$Type": "Edm.Boolean"
      },
      "DeleterUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "DeletionTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModifierUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "Environment": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Server.Configuration.OData.TestEnvironmentDto"
      },
      "Packages": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetPackageDto"
      },
      "TestCases": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestCaseDto"
      },
      "InputArguments": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetInputArgumentDto"
      }
    },
    "TestGetTestCasesSelectionRequest": {
      "$Kind": "ComplexType",
      "filter": {
        "$Type": "UiPath.Server.Configuration.OData.TestCaseSelectionFilterDto",
        "$Nullable": true
      }
    },
    "TestCaseSelectionDto": {
      "$Kind": "ComplexType",
      "UniqueId": {
        "$Type": "Edm.Guid"
      },
      "Id": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "TestSetId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Name": {
        "$Nullable": true
      },
      "PackageIdentifier": {
        "$Nullable": true
      },
      "DefinitionId": {
        "$Type": "Edm.Int64"
      },
      "AppVersion": {
        "$Nullable": true
      },
      "ReleaseId": {
        "$Type": "Edm.Int64"
      },
      "VersionNumber": {
        "$Nullable": true
      },
      "Enabled": {
        "$Type": "Edm.Boolean"
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "HasReleaseVersion": {
        "$Type": "Edm.Boolean"
      }
    },
    "TestGetPackagesSelectionRequest": {
      "$Kind": "ComplexType",
      "filter": {
        "$Type": "UiPath.Server.Configuration.OData.PackageSelectionFilterDto"
      }
    },
    "PackageSelectionDto": {
      "$Kind": "ComplexType",
      "Id": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "TestSetId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "VersionMask": {
        "$Nullable": true
      },
      "PackageIdentifier": {
        "$Nullable": true
      },
      "IncludePrerelease": {
        "$Type": "Edm.Boolean"
      },
      "HasRelease": {
        "$Type": "Edm.Boolean"
      },
      "CoverageType": {
        "$Type": "UiPath.Server.Configuration.OData.CoverageTypes"
      }
    },
    "TestGetInputArgumentsSelectionRequest": {
      "$Kind": "ComplexType",
      "entryPointsList": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.EntryPointReleaseVersionDto"
      }
    },
    "InputArgumentSelectionDto": {
      "$Kind": "ComplexType",
      "Id": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Name": {
        "$Nullable": true
      },
      "Type": {
        "$Nullable": true
      },
      "Value": {
        "$Nullable": true
      }
    },
    "PackageVersionSuggestDto": {
      "$Kind": "EntityType",
      "$Key": [
        "AppVersion"
      ],
      "AppVersion": {},
      "PackageIdentifier": {
        "$Nullable": true
      },
      "EnvironmentId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      }
    },
    "TestSetUpsertDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {
        "$Nullable": true
      },
      "Description": {
        "$Nullable": true
      },
      "EnvironmentId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "EnvironmentName": {
        "$Nullable": true
      },
      "RobotId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "RobotName": {
        "$Nullable": true
      },
      "EnableCoverage": {
        "$Type": "Edm.Boolean"
      },
      "Packages": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.PackageSelectionDto",
        "$Nullable": true
      },
      "TestCases": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestCaseSelectionDto",
        "$Nullable": true
      },
      "InputArguments": {
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.InputArgumentSelectionDto",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "TestSetEnabledRequest": {
      "$Kind": "ComplexType",
      "enabled": {
        "$Type": "Edm.Boolean"
      },
      "testSetKey": {
        "$Type": "Edm.Guid"
      }
    },
    "TestSetExecutionDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {
        "$Nullable": true
      },
      "TestSetId": {
        "$Type": "Edm.Int64"
      },
      "OrganizationUnitId": {
        "$Type": "Edm.Int64"
      },
      "StartTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "EndTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "Status": {
        "$Type": "UiPath.Server.Configuration.OData.TestSetExecutionStatus"
      },
      "TriggerType": {
        "$Type": "UiPath.Server.Configuration.OData.ExecutionTriggerType"
      },
      "ScheduleId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "BatchExecutionKey": {
        "$Type": "Edm.Guid"
      },
      "CoverageStatus": {
        "$Type": "UiPath.Server.Configuration.OData.CoverageStatus"
      },
      "RunId": {
        "$Type": "Edm.Int32"
      },
      "EnforceExecutionOrder": {
        "$Type": "Edm.Boolean"
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "TestSet": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetDto"
      },
      "TestCaseExecutions": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestCaseExecutionDto"
      },
      "Attachments": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TestSetExecutionAttachmentDto"
      }
    },
    "TestGetWorkflowCoveragesRequest": {
      "$Kind": "ComplexType",
      "filter": {
        "$Type": "UiPath.Server.Configuration.OData.WorkflowCoverageFilterDto"
      }
    },
    "WorkflowCoverageDto": {
      "$Kind": "ComplexType",
      "TestSetExecutionId": {
        "$Type": "Edm.Int64"
      },
      "PackageIdentifier": {
        "$Nullable": true
      },
      "Name": {
        "$Nullable": true
      },
      "CoveragePercentage": {
        "$Type": "Edm.Single"
      },
      "TestCaseCoverages": {
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TestCaseCoverageDto",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "TestCaseExecutionDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "JobId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "JobKey": {
        "$Type": "Edm.Guid"
      },
      "TestSetExecutionId": {
        "$Type": "Edm.Int64"
      },
      "TestCaseId": {
        "$Type": "Edm.Int64"
      },
      "ReleaseVersionId": {
        "$Type": "Edm.Int64"
      },
      "VersionNumber": {
        "$Nullable": true
      },
      "EntryPointPath": {
        "$Nullable": true
      },
      "StartTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "EndTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "Status": {
        "$Type": "UiPath.Server.Configuration.OData.TestCaseExecutionStatus"
      },
      "DataVariationIdentifier": {
        "$Nullable": true
      },
      "OutputArguments": {
        "$Nullable": true
      },
      "InputArguments": {
        "$Nullable": true
      },
      "Info": {
        "$Nullable": true
      },
      "HostMachineName": {
        "$Nullable": true
      },
      "RuntimeType": {
        "$Type": "UiPath.Server.Configuration.OData.RobotType",
        "$Nullable": true
      },
      "RobotName": {
        "$Nullable": true
      },
      "HasAssertions": {
        "$Type": "Edm.Boolean"
      },
      "RunId": {
        "$Type": "Edm.Int32"
      },
      "TestCaseType": {
        "$Type": "UiPath.Server.Configuration.OData.TestCaseDefinitionType"
      },
      "ExecutionOrder": {
        "$Type": "Edm.Int32"
      },
      "TestManagerTestCaseId": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "TestSetExecution": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetExecutionDto"
      },
      "TestCase": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestCaseDto"
      },
      "TestCaseAssertions": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TestCaseAssertionDto"
      },
      "TestCaseExecutionAttachments": {
        "$Kind": "NavigationProperty",
        "$Collection": true,
        "$Type": "UiPath.Server.Configuration.OData.TestCaseExecutionAttachmentDto"
      }
    },
    "TestCaseDefinitionDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {
        "$Nullable": true
      },
      "PackageIdentifier": {
        "$Nullable": true
      },
      "UniqueId": {
        "$Type": "Edm.Guid"
      },
      "AppVersion": {
        "$Nullable": true
      },
      "CreatedVersion": {
        "$Nullable": true
      },
      "LatestVersion": {
        "$Nullable": true
      },
      "LatestPrereleaseVersion": {
        "$Nullable": true
      },
      "FeedId": {
        "$Type": "Edm.Guid"
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModifierUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "TextSuggest": {
      "$Kind": "EntityType",
      "$Key": [
        "Text"
      ],
      "Text": {}
    },
    "AppVersionDto": {
      "$Kind": "ComplexType",
      "PackageIdentifier": {
        "$Nullable": true
      },
      "AppVersion": {
        "$Nullable": true
      }
    },
    "TestCaseDefinitionsBulkDeleteRequest": {
      "$Kind": "ComplexType",
      "testCaseDefinitionIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "TestSetScheduleDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Enabled": {
        "$Type": "Edm.Boolean"
      },
      "Name": {
        "$MaxLength": 256
      },
      "Description": {
        "$Nullable": true
      },
      "TestSetId": {
        "$Type": "Edm.Int64"
      },
      "TestSetName": {
        "$Nullable": true
      },
      "TimeZoneId": {
        "$MaxLength": 80
      },
      "TimeZoneIana": {
        "$Nullable": true
      },
      "CalendarId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CalendarName": {
        "$Nullable": true
      },
      "CronExpression": {
        "$Nullable": true
      },
      "CronDetails": {
        "$Nullable": true
      },
      "CronSummary": {
        "$Nullable": true
      },
      "NextOccurrence": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "DisableDate": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "ExternalJobKey": {
        "$Nullable": true
      },
      "ExternalJobKeyScheduler": {
        "$Type": "Edm.Guid",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "TestSetSchedulesEnabledRequest": {
      "$Kind": "ComplexType",
      "enabled": {
        "$Type": "Edm.Boolean"
      },
      "testSetScheduleIds": {
        "$Collection": true,
        "$Type": "Edm.Int64"
      }
    },
    "TestDataQueueDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {
        "$MaxLength": 256
      },
      "Description": {
        "$Nullable": true
      },
      "ContentJsonSchema": {},
      "ItemsCount": {
        "$Type": "Edm.Int32"
      },
      "ConsumedItemsCount": {
        "$Type": "Edm.Int32"
      },
      "IsDeleted": {
        "$Type": "Edm.Boolean"
      },
      "DeleterUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "DeletionTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModifierUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "TestDataQueueItemODataDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "TestDataQueueId": {
        "$Type": "Edm.Int64"
      },
      "ContentJson": {
        "$Nullable": true
      },
      "IsConsumed": {
        "$Type": "Edm.Boolean"
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    },
    "TestSetPackageDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "TestSetId": {
        "$Type": "Edm.Int64"
      },
      "VersionMask": {},
      "PackageIdentifier": {},
      "IncludePrerelease": {
        "$Type": "Edm.Boolean"
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModifierUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "TestSet": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetDto"
      }
    },
    "TestCaseDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Enabled": {
        "$Type": "Edm.Boolean"
      },
      "DefinitionId": {
        "$Type": "Edm.Int64"
      },
      "ReleaseId": {
        "$Type": "Edm.Int64"
      },
      "VersionNumber": {},
      "TestSetId": {
        "$Type": "Edm.Int64"
      },
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModifierUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      },
      "Definition": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestCaseDefinitionDto"
      },
      "TestSet": {
        "$Kind": "NavigationProperty",
        "$Type": "UiPath.Orchestrator.TestAutomation.Dto.TestSetDto"
      }
    },
    "TestSetInputArgumentDto": {
      "$Kind": "EntityType",
      "$Key": [
        "Id"
      ],
      "Name": {},
      "Type": {},
      "Value": {},
      "LastModificationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Nullable": true,
        "$Precision": 0
      },
      "LastModifierUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "CreationTime": {
        "$Type": "Edm.DateTimeOffset",
        "$Precision": 0
      },
      "CreatorUserId": {
        "$Type": "Edm.Int64",
        "$Nullable": true
      },
      "Id": {
        "$Type": "Edm.Int64"
      }
    }
  },
  "Microsoft.AspNetCore.Http.HttpResults": {
    "NoContent": {
      "$Kind": "ComplexType"
    }
  },
  "UiPathODataSvc": {
    "Reports": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Binary",
          "$Nullable": true
        }
      }
    ],
    "Export": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.ExportModel",
          "$Nullable": true
        }
      }
    ],
    "GetJsonSchemaDefinition": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.QueueDefinitionDto",
            "$Nullable": true
          },
          {
            "$Name": "jsonSchemaType",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "Edm.Binary",
          "$Nullable": true
        }
      }
    ],
    "GetItemProcessingHistory": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
          "$Nullable": true
        }
      }
    ],
    "GetItemHasVideoRecorded": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.GetItemHasVideoRecordedResponseDto",
          "$Nullable": true
        }
      }
    ],
    "GetItemLastRetryByKey": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
            "$Nullable": true
          },
          {
            "$Name": "key",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
          "$Nullable": true
        }
      }
    ],
    "GetByUniqueKey": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
            "$Nullable": true
          },
          {
            "$Name": "uniqueKey",
            "$Type": "Edm.Guid"
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
          "$Nullable": true
        }
      }
    ],
    "SetItemReviewStatus": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.BulkOperationResponseDto_1OfInt64",
          "$Nullable": true
        }
      }
    ],
    "DeleteBulk": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.BulkOperationResponseDto_1OfInt64",
          "$Nullable": true
        }
      }
    ],
    "RetrieveLastDaysProcessingRecords": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueProcessingRecordDto",
            "$Nullable": true
          },
          {
            "$Name": "daysNo",
            "$Type": "Edm.Int32"
          },
          {
            "$Name": "queueDefinitionId",
            "$Type": "Edm.Int64"
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.QueueProcessingRecordDto",
          "$Nullable": true
        }
      }
    ],
    "RetrieveQueuesProcessingStatus": [
      {
        "$Kind": "Function",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueProcessingRecordDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Collection": true,
          "$Type": "UiPath.Server.Configuration.OData.QueueProcessingStatusDto",
          "$Nullable": true
        }
      }
    ],
    "StartTransaction": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
          "$Nullable": true
        }
      }
    ],
    "AddQueueItem": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
          "$Nullable": true
        }
      }
    ],
    "BulkAddQueueItems": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.BulkOperationResponseDto_1OfFailedQueueItemDto",
          "$Nullable": true
        }
      }
    ],
    "SetTransactionResult": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "SetTransactionResultByUniqueKey": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
            "$Nullable": true
          },
          {
            "$Name": "uniqueKey",
            "$Type": "Edm.Guid"
          }
        ]
      }
    ],
    "SetTransactionProgress": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
            "$Nullable": true
          }
        ]
      }
    ],
    "SetItemReviewer": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.BulkOperationResponseDto_1OfInt64",
          "$Nullable": true
        }
      }
    ],
    "UnsetItemReviewer": [
      {
        "$Kind": "Action",
        "$IsBound": true,
        "$Parameter": [
          {
            "$Name": "bindingParameter",
            "$Collection": true,
            "$Type": "UiPath.Server.Configuration.OData.QueueItemDto",
            "$Nullable": true
          }
        ],
        "$ReturnType": {
          "$Type": "UiPath.Server.Configuration.OData.BulkOperationResponseDto_1OfInt64",
          "$Nullable": true
        }
      }
    ]
  }
}