diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-02-04 14:00:57 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-02-08 08:46:36 +0000 |
commit | 0384b57fa175d45f5c3947adb488ef572669bce1 (patch) | |
tree | 9c4d4ecf9693475a4e7b053338760cddc31606e3 /docs | |
parent | e9dbe96626c23204bac7426bba69b4e2aedfbd8f (diff) |
Declare nested inputs in services
Distinguish service and xNFs inputs in schema
Add 'coverage' env in tox
Issue-ID: INT-2060
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I15c4ac2b2ddb28c938044b7e0a130a1644146f8b
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/schemas/version_1_1.rst | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/source/schemas/version_1_1.rst b/docs/source/schemas/version_1_1.rst index cb78222..152e018 100644 --- a/docs/source/schemas/version_1_1.rst +++ b/docs/source/schemas/version_1_1.rst @@ -159,6 +159,10 @@ Service - List of `Service properties 1.1`_ - NO - + * - inputs + - List of `Service inputs 1.1`_ + - NO + - .. _Service resources 1.1: @@ -168,6 +172,39 @@ Service .. include:: /schemas/resources/shared/service_properties.rst +.. _Service inputs 1.1: + +Service inputs +^^^^^^^^^^^^^^ + +.. list-table:: + :header-rows: 1 + + * - Property + - Type + - Required + - Comment + * - name + - string + - YES + - + * - type + - string + - NO + - Required if new input is going to be declared + * - value + - string|boolean|number + - NO + - Required if a default value is going to be set + * - nested-input + - boolean + - NO + - Determines if nested input is going to be created + * - resource + - boolean + - NO + - Required if nested input is going to be created + PNF --- |