aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/relationship_types.json
blob: b56c77a807625af4d0ac8731bfa240c42b9c5c98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "relationship_types": {
    "tosca.relationships.ConnectsTo": {
      "description": "Relationship tosca.relationships.ConnectsTo",
      "version": "1.0.0",
      "derived_from": "tosca.relationships.Root"
    },
    "tosca.relationships.ConnectsTo.SshClient": {
      "description": "Relationship connects to through SSH 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"
      ]
    }
  }
}