diff options
author | Piotr Stanior <piotr.stanior@t-mobile.pl> | 2022-01-27 15:29:38 +0100 |
---|---|---|
committer | Piotr Stanior <piotr.stanior@t-mobile.pl> | 2022-02-07 09:31:10 +0100 |
commit | 1039c4daafe70253d0012e97b3e26e76fe84f3a0 (patch) | |
tree | 42176560cf3bd5c9845192d5c7de7a6faf515f64 /docs | |
parent | e9dbe96626c23204bac7426bba69b4e2aedfbd8f (diff) |
Add data dictionary resource creation
Change-Id: Iacabc66da38b7e4b8b04d3041e136343fcf5183c
Issue-ID: INT-2055
Signed-off-by: Piotr Stanior <piotr.stanior@t-mobile.pl>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/schemas/version_1_0.rst | 15 | ||||
-rw-r--r-- | docs/source/schemas/version_1_1.rst | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/docs/source/schemas/version_1_0.rst b/docs/source/schemas/version_1_0.rst index ffc65ca..15e327d 100644 --- a/docs/source/schemas/version_1_0.rst +++ b/docs/source/schemas/version_1_0.rst @@ -399,3 +399,18 @@ VF modules instantiation parameters - List of key-value parameters - NO - + +Data dictionary +--------------- + +.. list-table:: + :header-rows: 1 + + * - Property + - Type + - Required + - Comment + * - file-path + - string + - YES + - diff --git a/docs/source/schemas/version_1_1.rst b/docs/source/schemas/version_1_1.rst index cb78222..4546ef1 100644 --- a/docs/source/schemas/version_1_1.rst +++ b/docs/source/schemas/version_1_1.rst @@ -413,3 +413,18 @@ VF modules instantiation parameters - List of key-value parameters - NO - + +Data dictionary +--------------- + +.. list-table:: + :header-rows: 1 + + * - Property + - Type + - Required + - Comment + * - file-path + - string + - YES + - |