GET http://[host-proxy]/api/device/cucm/RegionMatrix/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"regionBName": {
"minItems": 1,
"required": true,
"type": "string",
"maxItems": 1,
"title": "Region B Name"
},
"bandwidth": {
"description": "The new bandwidth value for this particular region relationship.",
"title": "Bandwidth",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"codecPreference": {
"minItems": 0,
"required": false,
"type": [
"string",
"null"
],
"maxItems": 1,
"title": "Codec Preference"
},
"videoBandwidth": {
"title": "Video Bandwidth",
"minItems": 0,
"required": false,
"default": 384,
"maxItems": 1,
"type": "integer"
},
"regionAName": {
"minItems": 1,
"required": true,
"type": "string",
"maxItems": 1,
"title": "Region A Name"
}
},
"schema_version": "14.0"
}