summaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-02-16 06:43:39 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-16 06:43:39 +0000
commit07474d4b594ae6b1972751bfc5b10d6f75b67377 (patch)
treea756b9fec99d42a467aa461f61d128a6231f995b /mod
parentce641d8053df50b515a435d9ce27cc8277408b43 (diff)
parent9835c92771ae373ad417a576288662140bc36e8f (diff)
Merge "Fix Failed validating 'oneOf' in schema[1]['properties']['volumes']['items'] in component spec schema"
Diffstat (limited to 'mod')
-rwxr-xr-x[-rw-r--r--]mod/component-json-schemas/component-specification/dcae-cli-v2/component-spec-schema.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/mod/component-json-schemas/component-specification/dcae-cli-v2/component-spec-schema.json b/mod/component-json-schemas/component-specification/dcae-cli-v2/component-spec-schema.json
index 56dbf3a..4a3597a 100644..100755
--- a/mod/component-json-schemas/component-specification/dcae-cli-v2/component-spec-schema.json
+++ b/mod/component-json-schemas/component-specification/dcae-cli-v2/component-spec-schema.json
@@ -904,7 +904,8 @@
"type": "string"
}
}
- }
+ },
+ "required": ["host", "container"]
},
"config_map_volume": {
"type": "object",
@@ -924,7 +925,8 @@
"type": "string"
}
}
- }
+ },
+ "required": ["config_volume", "container"]
},
"docker_healthcheck_http": {
"properties": {
@@ -987,4 +989,4 @@
]
}
}
-}
+} \ No newline at end of file