GET http://[host-proxy]/api/device/cucm/ApplicationToSoftkeyTemplate/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"softKeyTemplateName": {
"description": "This template should not be a standard template",
"title": "Soft Key Template Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
},
"standardSoftKeyTemplateName": {
"title": "Standard Soft Key Template Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
}
},
"schema_version": "14.0"
}