Fix component-spec property types 23/119323/1
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Mon, 15 Mar 2021 12:20:10 +0000 (13:20 +0100)
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Mon, 15 Mar 2021 12:20:10 +0000 (13:20 +0100)
Issue-ID: DCAEGEN2-2672
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: If7d157b959ff3e2998d6016e3952fe9c1acaf054

dcae-analytics/dpo/tcagen2_spec.json

index 00cf73f..2e4cb82 100644 (file)
@@ -97,7 +97,7 @@
     },
     {
       "name": "tca.enable_abatement",
-      "value": "true",
+      "value": true,
       "description": "Enables / Disables TCA Alerts Abatement",
       "designer_editable": true,
       "sourced_at_deployment": false,
     },
     {
       "name": "tca.enable_ecomp_logging",
-      "value": "true",
+      "value": true,
       "description": "Enables / Disables ECOMP Logging",
       "designer_editable": true,
       "sourced_at_deployment": false,
     },
     {
       "name": "tca.aai.enable_enrichment",
-      "value": "true",
+      "value": true,
       "description": "Enables / Disables TCA A&AI Enrichment",
       "designer_editable": true,
       "sourced_at_deployment": true,