{
"operation-name" : "add",
"description" : "Add new reference",
"request-properties" : {
"predicate" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Predicates provide a simple way of making a true/false decision based on an exchange. Many handlers have a requirement that they be applied conditionally, and predicates provide a general way to specify a condition.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"priority" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "Defines filter order. A lower number instructs the server to be included earlier in the handler chain than others with higher numbers. Values range from 1, indicating the filter will be handled first, to 2147483647, resulting in the filter being handled last.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 1,
"min" : 1,
"max" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}