Skip to content

Incorrect range validation applied to fields in License model

Description of the problem

A correction has been made to the upstream definition of the License entity for the API.

The fields concurrentUserAppInstancesPerSeat and concurrentUserDevicesPerSeat were defined as having a minimum value of one. This is incorrect, it should be zero.

Edited by Hamish Smith