diff options
author | 2018-09-05 23:40:46 +0000 | |
---|---|---|
committer | 2018-09-05 23:40:46 +0000 | |
commit | 50eeeb8ec7bf3dc6c1d43f82f340b4abbec964de (patch) | |
tree | 39e0ddad0cfd80b3c7aac64e9a47daf523ef49f3 /components/core/load/blueprints/simple-baseconfig/Definitions | |
parent | cb7b049aa0ae2a0eda114a5793a1af4db51b148f (diff) |
Controller Blueprints Microservice
Add Property Assign validation and Data Type Entry schema validation.
Change-Id: Ifa40f62f848d06381ab83d7f1c9e7c6526f5edf0
Issue-ID: CCSDK-484
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Diffstat (limited to 'components/core/load/blueprints/simple-baseconfig/Definitions')
-rw-r--r-- | components/core/load/blueprints/simple-baseconfig/Definitions/simple-baseconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/core/load/blueprints/simple-baseconfig/Definitions/simple-baseconfig.json b/components/core/load/blueprints/simple-baseconfig/Definitions/simple-baseconfig.json index e78f32f0..65028ace 100644 --- a/components/core/load/blueprints/simple-baseconfig/Definitions/simple-baseconfig.json +++ b/components/core/load/blueprints/simple-baseconfig/Definitions/simple-baseconfig.json @@ -117,7 +117,7 @@ "properties": {
"mode": "sync",
"version": "LATEST",
- "is-start-flow": "false"
+ "is-start-flow": false
},
"requirements": {
"component-dependency": {
@@ -151,7 +151,7 @@ "properties": {
"mode": "sync",
"version": "LATEST",
- "is-start-flow": "false"
+ "is-start-flow": false
},
"requirements": {
"component-dependency": {
|