GET http://[host-proxy]/api/device/cucm/RoutePartitionsForLearnedPatterns/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"markVariableLengthE164Patterns": {
"title": "Mark Variable Length E164Patterns",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "boolean"
},
"partitionForEnterprisePatterns": {
"title": "Partition For Enterprise Patterns",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
},
"markLearnedEntAltNumbers": {
"title": "Mark Learned Ent Alt Numbers",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "boolean"
},
"partitionForE164Pattern": {
"title": "Partition For E164Pattern",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
},
"markFixedLengthE164Patterns": {
"title": "Mark Fixed Length E164Patterns",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "boolean"
},
"markLearnedE164AltNumbers": {
"title": "Mark Learned E164Alt Numbers",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "boolean"
},
"markFixedLengthEntPatterns": {
"title": "Mark Fixed Length Ent Patterns",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "boolean"
},
"markVariableLengthEntPatterns": {
"title": "Mark Variable Length Ent Patterns",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "boolean"
},
"partitionForEnterpriseANo": {
"title": "Partition For Enterprise A No",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
},
"partitionForE164ANo": {
"title": "Partition For E164A No",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
}
},
"schema_version": "14.0"
}