GET http://[host-proxy]/api/device/cucm/OSVersion/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"osName": {
"title": "Os Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string",
"maxLength": 50
},
"osVersion": {
"title": "Os Version",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string",
"maxLength": 50
}
},
"schema_version": "14.0"
}