GET http://[host-proxy]/api/device/cucm/AppServerInfo/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"content": {
"title": "Content",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"any",
"null"
],
"properties": {}
},
"appServerName": {
"minItems": 1,
"required": true,
"type": "string",
"maxItems": 1,
"title": "App Server Name"
},
"appServerContent": {
"title": "App Server Content",
"minItems": 1,
"required": true,
"choices": [
{
"value": "UNITY KUBRIK",
"title": "UNITY KUBRIK"
},
{
"value": "UNITY PRE KUBRIK",
"title": "UNITY PRE KUBRIK"
},
{
"value": "UNITY_CONNECTION",
"title": "UNITY_CONNECTION"
}
],
"maxItems": 1,
"type": "string"
}
},
"schema_version": "14.0"
}