diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-02-16 06:43:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-16 06:43:39 +0000 |
commit | 07474d4b594ae6b1972751bfc5b10d6f75b67377 (patch) | |
tree | a756b9fec99d42a467aa461f61d128a6231f995b /mod/component-json-schemas/component-specification/dcae-cli-v2 | |
parent | ce641d8053df50b515a435d9ce27cc8277408b43 (diff) | |
parent | 9835c92771ae373ad417a576288662140bc36e8f (diff) |
Merge "Fix Failed validating 'oneOf' in schema[1]['properties']['volumes']['items'] in component spec schema"
Diffstat (limited to 'mod/component-json-schemas/component-specification/dcae-cli-v2')
-rwxr-xr-x[-rw-r--r--] | mod/component-json-schemas/component-specification/dcae-cli-v2/component-spec-schema.json | 8 |
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 |