GET http://[host-proxy]/api/device/cucm/Mobility/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"handoffPartitionName": {
"description": "Default Partition would be Null in case not specified.",
"title": "Handoff Partition Name",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"DTMFNumber": {
"minItems": 1,
"required": true,
"type": "string",
"maxItems": 1,
"title": "DTMF Number"
},
"handoffNumber": {
"minItems": 1,
"required": true,
"type": "string",
"maxItems": 1,
"title": "Handoff Number"
},
"DTMFPartitionName": {
"description": "Default Partition would be Null in case not specified.",
"title": "DTMF Partition Name",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
}
},
"schema_version": "14.0"
}