From a6587fb86e78e6262b8dc3d395b95375473247b1 Mon Sep 17 00:00:00 2001 From: Bogumil Zebek Date: Tue, 9 Mar 2021 08:26:13 +0100 Subject: Update Component JSON Schema Definition Issue-ID: DCAEGEN2-2665 Signed-off-by: Zebek Bogumil Change-Id: I923452299285a43a98cbe5541c21677d8cdf0b54 --- .../component-specification/component-json-schema.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') 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": { -- cgit 1.2.3-korg