From: Bogumil Zebek Date: Tue, 9 Mar 2021 07:26:13 +0000 (+0100) Subject: Update Component JSON Schema Definition X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F118933%2F1;p=dcaegen2.git Update Component JSON Schema Definition Issue-ID: DCAEGEN2-2665 Signed-off-by: Zebek Bogumil Change-Id: I923452299285a43a98cbe5541c21677d8cdf0b54 --- diff --git a/docs/sections/design-components/component-specification/component-json-schema.rst b/docs/sections/design-components/component-specification/component-json-schema.rst index a6a1ed43..1d2936b0 100644 --- a/docs/sections/design-components/component-specification/component-json-schema.rst +++ b/docs/sections/design-components/component-specification/component-json-schema.rst @@ -918,7 +918,8 @@ The same is provided below for documentation reference. "type": "string" } } - } + }, + "required": ["host", "container"] }, "config_map_volume": { "type": "object", @@ -938,7 +939,8 @@ The same is provided below for documentation reference. "type": "string" } } - } + }, + "required": ["config_volume", "container"] }, "docker_healthcheck_http": { "properties": {