WIP.
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCLifecycle.java b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCLifecycle.java
index b7a0478..ca56f7d 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCLifecycle.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCLifecycle.java
@@ -18,7 +18,7 @@
 package org.apache.nlpcraft.model;
 
 /**
- * NLPCraft lifecycle component.
+ * Lifecycle component.
  * <p>
  * This interface defines lifecycle hooks for user-defined components that are instantiated by NLPCraft like
  * probe components, custom NER parsers and value loaders. This hooks can be used to integrated with various IoC
diff --git a/openapi/nlpcraft_swagger.yml b/openapi/nlpcraft_swagger.yml
index 6b182ec..d11ce0a 100644
--- a/openapi/nlpcraft_swagger.yml
+++ b/openapi/nlpcraft_swagger.yml
@@ -27,6 +27,7 @@
 basePath: /api/v1
 schemes:
   - http
+  - https
 consumes:
   - application/json
 produces: