GET http://[host-proxy]/api/device/cucm/EmccFeatureConfig/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"parameterName": {
"description": "Name of the Emcc Parameter",
"title": "Parameter Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 50,
"type": "string"
},
"value": {
"title": "Value",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 255,
"type": [
"string",
"null"
]
}
},
"schema_version": "14.0"
}