{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/uipath/refs/heads/main/json-structure/platform-management-group-license-allocation-structure.json", "name": "GroupLicenseAllocation", "description": "License allocation rule for a user group", "type": "object", "properties": { "groupId": { "type": "string", "description": "Unique identifier of the group this allocation applies to", "example": "abc123" }, "userLicenses": { "type": "array", "items": { "$ref": "#/components/schemas/LicenseAllocationEntry" }, "example": [] } } }