GET http://[host-proxy]/api/view/AboutLicense/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"platform_uuid": {
"readonly": true,
"type": "string",
"description": "Application or platform deployment UUID.",
"title": "Platform UUID"
},
"status": {
"readonly": true,
"type": "string",
"description": "Current status of the license for this platform.",
"title": "License status"
},
"exp": {
"readonly": true,
"format": "date-time",
"type": "string",
"description": "Date/time when the current license will expire.",
"title": "Expiry date"
}
}
}