solution-licenses
solution-licenses
Model to represent a collection of licenses for a solution
JSON Example
{
"solutionLicenses": [
{
"capacity": "string",
"edition": "string",
"expirationDate": 0,
"id": "string",
"licenseKey": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"usage": "string"
}
]
}