{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/LicenseError",
"title": "LicenseError",
"allOf": [
{
"$ref": "#/components/schemas/ErrorResponse"
}
],
"example": {
"message": "License assignment failed",
"errors": [
{
"errorCode": 400112,
"description": "Changing a user's Webex Calling license from Professional to Standard is not allowed. The following license(s) could not be applied as requested: {licenses}"
}
],
"trackingId": "NA_88b8b4ce-6338-4d3a-8d6c-22b37e62354f"
}
}