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": {
"type": "string",
"description": "The originating Location Name used in CUCDM 8",
"title": "CUCDM 8 Location Name"
},
"v8_siteid": {
"type": "string",
"description": "The originating Location's numeric ID used in CUCDM 8",
"title": "CUCDM 8 Location ID"
},
"v8_dp_countrycode": {
"type": "string",
"description": "The originating Location's numeric Country Code used in CUCDM 8",
"title": "CUCDM 8 Location Dial Plan Country Code"
},
"v10_destination_sitename": {
"required": true,
"type": "string",
"description": "The Destination Site Name",
"title": "Destination Site Name"
}
}
}