summaryrefslogtreecommitdiffstats
path: root/docs/sections/sdk/architecture.rst
diff options
context:
space:
mode:
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.