Skip to content

Commit

Permalink
added segment code module in master config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokendra-egov committed Apr 17, 2024
1 parent 622a729 commit 765fbba
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions master-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,5 +373,55 @@
"$.code"
]
}
},
"segment-codes": {
"AdministrativeCodes": {
"masterName": "AdministrativeCodes",
"moduleDefinition": null,
"isStateLevel": true,
"uniqueKeys": [
"$.code"
]
},
"EconomicSegmentCodes": {
"masterName": "EconomicSegmentCodes",
"moduleDefinition": null,
"isStateLevel": true,
"uniqueKeys": [
"$.code"
]
},
"FunctionCodes": {
"masterName": "FunctionCodes",
"moduleDefinition": null,
"isStateLevel": true,
"uniqueKeys": [
"$.code"
]
},
"RecipientSegmentCodes": {
"masterName": "RecipientSegmentCodes",
"moduleDefinition": null,
"isStateLevel": true,
"uniqueKeys": [
"$.code"
]
},
"SourceOfFundCodes": {
"masterName": "SourceOfFundCodes",
"moduleDefinition": null,
"isStateLevel": true,
"uniqueKeys": [
"$.code"
]
},
"TargetSegmentCodes": {
"masterName": "TargetSegmentCodes",
"moduleDefinition": null,
"isStateLevel": true,
"uniqueKeys": [
"$.code"
]
}
}
}

0 comments on commit 765fbba

Please sign in to comment.