{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/uipath/refs/heads/main/json-schema/platform-management-update-group-license-allocation-request-schema.json", "title": "UpdateGroupLicenseAllocationRequest", "description": "Request payload for updating license allocation for a group", "type": "object", "properties": { "userLicenses": { "type": "array", "items": { "$ref": "#/components/schemas/LicenseAllocationEntry" }, "example": [] } } }