UiPath · JSON Structure

Platform Management License Allocation Entry Structure

A single license type allocation for a group

Type: object Properties: 3
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

LicenseAllocationEntry is a JSON Structure definition published by UiPath, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

code totalCount usedCount

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/uipath/refs/heads/main/json-structure/platform-management-license-allocation-entry-structure.json",
  "name": "LicenseAllocationEntry",
  "description": "A single license type allocation for a group",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "License product code identifier",
      "example": "example-value"
    },
    "totalCount": {
      "type": "int32",
      "description": "Total number of licenses allocated to the group",
      "example": 42
    },
    "usedCount": {
      "type": "int32",
      "description": "Number of licenses currently consumed by group members",
      "example": 42
    }
  }
}