| JSON representation | 
|---|
 { "name" : string , "namespaces" : { string : string , ... } , "requestXPaths" : [ string ] , "responseXPaths" : [ string ] , "faultXPaths" : [ string ] , "requestJSONPaths" : [ string ] , "responseJSONPaths" : [ string ] , "faultJSONPaths" : [ string ] , "variables" : [ string ] }  |  
| Fields | |
|---|---|
 name 
 |  
     Name of the debug mask.  |  
 namespaces 
 |  
     Map of namespaces to URIs. An object containing a list of   |  
 requestXPaths[] 
 |  
     List of XPaths that specify the XML elements to be filtered from XML request message payloads.  |  
 responseXPaths[] 
 |  
     List of XPaths that specify the XML elements to be filtered from XML response message payloads.  |  
 faultXPaths[] 
 |  
     List of XPaths that specify the XML elements to be filtered from XML payloads in error flows.  |  
 requestJSONPaths[] 
 |  
     List of JSON paths that specify the JSON elements to be filtered from JSON request message payloads.  |  
 responseJSONPaths[] 
 |  
     List of JSON paths that specify the JSON elements to be filtered from JSON response message payloads.  |  
 faultJSONPaths[] 
 |  
     List of JSON paths that specify the JSON elements to be filtered from JSON payloads in error flows.  |  
 variables[] 
 |  
     List of variables that should be masked from the debug output.  |  

