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

12 lines
261 B
JSON

{
"match": {
"serviceClassRegex": "(Search)|(DataRetrieval)",
"serviceNameRegex": "SimulFishGrowthData",
"calledMethodRegex": ".*"
},
"replace": {
"serviceClass": "DataRetrieval",
"serviceName": "SimulFishGrowthData",
"calledMethod": "OTHER"
}
}