accounting-lib/src/test/resources/rules/SocialNetworking/SocialNetworking-OTHER.json

12 lines
249 B
JSON
Raw Normal View History

2020-03-31 16:47:56 +02:00
{
"match": {
"serviceClassRegex": "Portal",
"serviceNameRegex": "SocialNetworking",
"calledMethodRegex": "(\/{0,1}(rest))|OTHER"
},
"replace": {
"serviceClass": "Portal",
"serviceName": "SocialNetworking",
"calledMethod": "OTHER"
}
}