summaryrefslogtreecommitdiffstats
path: root/docs/sections/sdk/architecture.rst
diff options
context:
space:
mode:
authorMichal Banka <michal.banka@nokia.com>2020-08-21 13:36:37 +0200
committerEdyta Krukowska <edyta.krukowska@nokia.com>2020-08-26 12:09:02 +0200
commitd628e674df545e8eb4c632514d3f358f01a95ca3 (patch)
tree406715556a71347ae771bbd846d3a056b80b7727 /docs/sections/sdk/architecture.rst
parent35ceec52c9c51065dd19848f6a67d3da46dd05da (diff)
Add new DCAE SDK subproject description to RTD
external-schema-manager subproject decription has been added. Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2277 Change-Id: I78413234d379b315c0b54e3c337c9f3ab96caa78
Diffstat (limited to 'docs/sections/sdk/architecture.rst')
-rw-r--r--docs/sections/sdk/architecture.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/sections/sdk/architecture.rst b/docs/sections/sdk/architecture.rst
index ab0fa2b8..f99fccb0 100644
--- a/docs/sections/sdk/architecture.rst
+++ b/docs/sections/sdk/architecture.rst
@@ -81,8 +81,12 @@ ConfigBindingService Client
Crypt Password
++++++++++++++
- Library to generate and match cryptography password using BCrypt algorithm
+ Library to generate and match cryptography password using BCrypt algorithm.
High Volume VES Collector Client Producer
+++++++++++++++++++++++++++++++++++++++++
A reference Java implementation of High Volume VES Collector client. This library is used in xNF simulator which helps us test HV VES Collector in CSIT tests. You may use it as a reference when implementing your code in non-JVM language or directly when using Java/Kotlin/etc.
+
+External Schema Manager
++++++++++++++++++++++++++++++++++++++++++
+ Library to validate JSON with mapping of external schemas to local schema files.