accounting-lib/src/test/resources/rules/GRSFPublisher/GRSFPublisher-update.json

12 lines
287 B
JSON

{
"match": {
"serviceClassRegex": "(Data-Catalogue)|(DataPublishing)",
"serviceNameRegex": "GRSFPublisher",
"calledMethodRegex": "(.*update-product.*)|(update)"
},
"replace": {
"serviceClass": "DataPublishing",
"serviceName": "GRSFPublisher",
"calledMethod": "update"
}
}