summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2021-03-09 08:26:13 +0100
committerZebek Bogumil <bogumil.zebek@nokia.com>2021-03-09 08:26:13 +0100
commita6587fb86e78e6262b8dc3d395b95375473247b1 (patch)
treedecce078125961019c70f0922737fa1a640f385b
parent92bb97440dd814676b0a4f61bb42f4013e6e2245 (diff)
Update Component JSON Schema Definition
Issue-ID: DCAEGEN2-2665 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I923452299285a43a98cbe5541c21677d8cdf0b54
-rw-r--r--docs/sections/design-components/component-specification/component-json-schema.rst6
1 files changed, 4 insertions, 2 deletions
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": {