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": {
"title": "Platform UUID",
"description": "Application or platform deployment UUID.",
"type": "string",
"readonly": true
},
"status": {
"title": "License status",
"description": "Current status of the license for this platform.",
"type": "string",
"readonly": true
},
"exp": {
"title": "Expiry date",
"description": "Date/time when the current license will expire.",
"type": "string",
"format": "date-time",
"readonly": true
}
}
}