GET http://[host-proxy]/api/device/cucm/ImeLearnedRoutes/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"domain": {
"title": "Domain",
"minItems": 0,
"required": false,
"readonly": true,
"maxItems": 1,
"maxLength": 255,
"type": "string"
},
"expiresOn": {
"title": "Expires On",
"minItems": 0,
"required": false,
"readonly": true,
"maxItems": 1,
"maxLength": 32,
"type": "string"
},
"adminEnabled": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Admin Enabled"
},
"learnedOn": {
"title": "Learned On",
"minItems": 0,
"required": false,
"readonly": true,
"maxItems": 1,
"maxLength": 32,
"type": "string"
},
"signaling": {
"title": "Signaling",
"minItems": 0,
"required": false,
"readonly": true,
"maxItems": 1,
"maxLength": 1024,
"type": "string"
},
"e164Did": {
"title": "E164Did",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 32,
"type": "string"
}
},
"schema_version": "12.5"
}