summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type/starter-type/relationship_type/tosca.relationships.ConnectsTo.Nats.json
blob: be03484e085940c7a1d34a5db5c1bf72de8384c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "description": "Relationship connects to through NATS Client.",
  "version": "1.0.0",
  "properties": {
    "connection-config": {
      "description": "Connection Config details.",
      "required": true,
      "type": "map"
    }
  },
  "derived_from": "tosca.relationships.ConnectsTo",
  "valid_target_types": [
    "tosca.capabilities.Endpoint"
  ]
}