aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/schemas/version_1_1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/schemas/version_1_1.rst')
-rw-r--r--docs/source/schemas/version_1_1.rst37
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 211f272..5d3a37f 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
---