GET http://[host-proxy]/api/device/cucm/HandoffConfiguration/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"pattern": {
"title": "Pattern",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 16,
"type": "string"
},
"routePartitionName": {
"target": "/api/device/cucm/RoutePartition/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/RoutePartition",
"title": "Route Partition Name",
"type": [
"string",
"null"
]
}
},
"schema_version": "12.5"
}