GET http://[host-proxy]/api/view/StageMSTeamsUpdate-NBITrigger_VIEW/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"username": {
"required": true,
"type": "string",
"title": "username"
},
"upn": {
"required": true,
"type": "string",
"title": "upn"
},
"userPkid": {
"required": true,
"type": "string",
"title": "userPkid"
},
"EnterpriseVoiceEnabled": {
"type": "boolean",
"title": "Enterprise Voice Enabled"
},
"OnPremLineURI": {
"type": "string",
"title": "Line URI"
}
}
}