GET http://[host-proxy]/api/view/MKI_DialPlan_Overbuild_View/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"v8_sitename": {
"title": "CUCDM 8 Location Name",
"description": "The originating Location Name used in CUCDM 8",
"type": "string"
},
"v8_siteid": {
"title": "CUCDM 8 Location ID",
"description": "The originating Location's numeric ID used in CUCDM 8",
"type": "string"
},
"v8_dp_countrycode": {
"title": "CUCDM 8 Location Dial Plan Country Code",
"description": "The originating Location's numeric Country Code used in CUCDM 8",
"type": "string"
},
"v10_destination_sitename": {
"title": "Destination Site Name",
"description": "The Destination Site Name",
"type": "string",
"required": true
}
}
}