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": {
"title": "username",
"type": "string",
"required": true
},
"upn": {
"title": "upn",
"type": "string",
"required": true
},
"userPkid": {
"title": "userPkid",
"type": "string",
"required": true
},
"EnterpriseVoiceEnabled": {
"title": "Enterprise Voice Enabled",
"type": "boolean"
},
"OnPremLineURI": {
"title": "Line URI",
"type": "string"
}
}
}