GET http://[host-proxy]/api/view/VOSSCallControlConversion_VIEW/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"product": {
"type": "string",
"description": "Phone Type",
"title": "Phone Type"
},
"owner": {
"type": "string",
"description": "Phone Owner",
"title": "Phone Owner"
},
"bulkConvert": {
"default": "false",
"type": "boolean",
"title": "Convert all phones at this site"
},
"mac": {
"type": "string",
"description": "Phone to convert",
"title": "MAC Address"
},
"groupName": {
"type": "string",
"description": "Group Name",
"title": "Group Name"
}
},
"schema_version": "0.1"
}