diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-01-27 08:31:36 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2022-01-27 08:31:36 +0000 |
commit | b1112188466a5712cd41f1a88b5f4bcf31949d15 (patch) | |
tree | 6ad033eb9c9ceb6a768d3a8082bcb8f36dec8b9a /docs/source | |
parent | 4ffd0d95b7a875372447d6193a978bd451adb7ae (diff) |
Add xNFs category and subcategory
Issue-ID: INT-2054
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Iae6e95e882570740d7fe761ad673511a346c9c57
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/schemas/version_1_1.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/source/schemas/version_1_1.rst b/docs/source/schemas/version_1_1.rst index ee0db96..cb78222 100644 --- a/docs/source/schemas/version_1_1.rst +++ b/docs/source/schemas/version_1_1.rst @@ -190,6 +190,14 @@ PNF - string - NO - + * - category + - string + - NO + - + * - subcategory + - string + - NO + - * - deployment_artifact - `PNF deployment artifact 1.1`_ - NO @@ -221,10 +229,22 @@ VNF - string - YES - + * - vendor + - string + - NO + - * - vsp - string - NO - + * - category + - string + - NO + - + * - subcategory + - string + - NO + - * - deployment_artifact - `VNF deployment artifact 1.1`_ - NO |