Remove Resource Dictionary resource_type, resource_path, sample_values and valid_values parameters.
Change-Id: I7ec899e30aaef64130f35eb754a79f9dfc54f71f
Issue-ID: CCSDK-488
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
"description": "name of the ",\r
"type": "string"\r
},\r
- "resource-type": "ONAP",\r
- "resource-path": "vnf/bundle-id",\r
"updated-by": "brindasanth@onap.com",\r
"tags": "bundle-id, brindasanth@onap.com",\r
"sources": {\r
"type": "string"\r
},\r
"updated-by": "brindasanth@onap.com",\r
- "resource-type": "ONAP",\r
- "resource-path": "vnf/v4-ip-type",\r
"sources": {\r
"default": {\r
"type": "source-default",\r
"description": "name of the ",\r
"type": "string"\r
},\r
- "resource-path": "action-name",\r
- "resource-type": "ONAP",\r
"updated-by": "brindasanth@onap.com",\r
"tags": null,\r
"sources": {\r
"type": "string"\r
},\r
"updated-by": "brindasanth@onap.com",\r
- "resource-type": "ATT",\r
- "resource-path": "vnf/oam-local-ipv4-address",\r
"sources": {\r
"mdsal": {\r
"type": "source-rest",\r
@JsonProperty(value = "updated-by")
lateinit var updatedBy: String
- @JsonProperty(value = "resource-type", required = true)
- lateinit var resourceType: String
-
- @JsonProperty(value = "resource-path", required = true)
- lateinit var resourcePath: String
-
@JsonProperty(value = "sources", required = true)
lateinit var sources: MutableMap<String, NodeTemplate>
}