GET http://[host-proxy]/api/view/MicrosoftSubscriber/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"user_status": {
"type": "string",
"description": "User status",
"title": "User status"
},
"enterprise_voice_enabled_current_setting": {
"type": "boolean",
"description": "Flag for Enterprise Voice Enabled Current Setting",
"title": "Enterprise Voice Enabled Current Setting"
},
"name": {
"type": "string",
"description": "Name",
"title": "Name"
},
"enterprise_voice_enabled_allowed": {
"type": "string",
"description": "Flag for Enterprise Voice Enabled",
"title": "Enterprise Voice Enabled Allowed"
}
}
}