Controller Blueprints Microservice
[ccsdk/apps.git] / components / core / src / main / kotlin / org / onap / ccsdk / apps / controllerblueprints / core / data / BluePrintModel.kt
index ef8bbf2..70f3c55 100644 (file)
@@ -309,7 +309,7 @@ A capability definition defines a named, typed set of data that can be associate
 class CapabilityDefinition {\r
     @get:JsonIgnore\r
     var id: String? = null\r
-    var type: String? = null\r
+    lateinit var type: String\r
     var description: String? = null\r
     var properties: MutableMap<String, PropertyDefinition>? = null\r
     @get:JsonProperty("valid_source_types")\r