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"
},
"name": {
"type": "string",
"description": "Name",
"title": "Name"
},
"user_hybrid_service": {
"type": "string",
"description": "Hybrid Service Name",
"title": "User Hybrid service"
}
},
"schema_version": "1.0"
}