Merge "added test case to VlanTagTest.java"
[ccsdk/apps.git] / components / model-catalog / definition-type / starter-type / node_type / source-capability.json
index 241b699..e4eb90e 100644 (file)
@@ -5,10 +5,11 @@
     "type": {
       "required": true,
       "type": "string",
-      "default": "JAVA-COMPONENT",
+      "default": "KOTLIN-COMPONENT",
       "constraints": [
         {
           "valid_values": [
+            "KOTLIN-COMPONENT",
             "JAVA-COMPONENT",
             "JYTHON-COMPONENT"
           ]