summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/att-sdc-validation-impl/src/main/resources/config-merge-validaton.json
blob: 179f13c3445347c314c7d90bd20014f6df43568b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "validatorImplementations": {
    "resourceHeatValidator": {
      "properties": {
        "resourceBaseValidator": {
          "ATT::Valet::GroupAssignment": {
            "enable": true,
            "implementationClass": "com.att.sdc.validation.impl.validators.AttValetGroupAssignmentResourceValidator"
          }
        }
      }
    }
  },
  "_config": {
    "namespace": "validation",
    "mergeStrategy": "merge"
  }
}