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": {
"minItems": 1,
"required": true,
"type": "boolean",
"maxItems": 1,
"title": "Mark Variable Length E164Patterns"
},
"partitionForEnterprisePatterns": {
"minItems": 1,
"required": true,
"type": "string",
"maxItems": 1,
"title": "Partition For Enterprise Patterns"
},
"markLearnedEntAltNumbers": {
"minItems": 1,
"required": true,
"type": "boolean",
"maxItems": 1,
"title": "Mark Learned Ent Alt Numbers"
},
"partitionForE164Pattern": {
"minItems": 1,
"required": true,
"type": "string",
"maxItems": 1,
"title": "Partition For E164Pattern"
},
"markFixedLengthE164Patterns": {
"minItems": 1,
"required": true,
"type": "boolean",
"maxItems": 1,
"title": "Mark Fixed Length E164Patterns"
},
"markLearnedE164AltNumbers": {
"minItems": 1,
"required": true,
"type": "boolean",
"maxItems": 1,
"title": "Mark Learned E164Alt Numbers"
},
"markFixedLengthEntPatterns": {
"minItems": 1,
"required": true,
"type": "boolean",
"maxItems": 1,
"title": "Mark Fixed Length Ent Patterns"
},
"markVariableLengthEntPatterns": {
"minItems": 1,
"required": true,
"type": "boolean",
"maxItems": 1,
"title": "Mark Variable Length Ent Patterns"
},
"partitionForEnterpriseANo": {
"minItems": 1,
"required": true,
"type": "string",
"maxItems": 1,
"title": "Partition For Enterprise A No"
},
"partitionForE164ANo": {
"minItems": 1,
"required": true,
"type": "string",
"maxItems": 1,
"title": "Partition For E164A No"
}
},
"schema_version": "14.0"
}