GET http://[host-proxy]/api/view/webex_calling_behaviour_view/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "id"
},
"use_org_domain": {
"type": "boolean",
"title": "use_org_domain"
},
"calling_behaviour_uc_manager_profile": {
"type": "string",
"title": "calling_behaviour_uc_manager_profile"
},
"calling_behaviour": {
"type": "string",
"title": "calling_behaviour"
}
},
"schema_version": "1.0"
}