re base code
[sdc.git] / common / onap-common-configuration-management / onap-configuration-management-test / src / test / resources / JSONConfiguration / config-O.json
1 {
2         "artifact": {
3                 "name": {
4                         "allowedChar": "a-zA-Z_0-9"
5                 },
6                 "encoded": "true",
7                 "consumer": "appc,catalog"
8         },
9         "_config": {
10                 "namespace": "JSONConfig",
11                 "mergeStrategy": "override"
12         }
13 }