[Blueprintsprocessor] Use all source-db resources instead of only processor-db
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / baseconfiguration / Definitions / relationship_types.json
1 {
2   "relationship_types": {
3     "tosca.relationships.ConnectsTo": {
4       "description": "Relationship tosca.relationships.ConnectsTo",
5       "version": "1.0.0",
6       "derived_from": "tosca.relationships.Root"
7     },
8     "tosca.relationships.ConnectsTo.SshClient": {
9       "description": "Relationship connects to through SSH Client.",
10       "version": "1.0.0",
11       "properties": {
12         "connection-config": {
13           "description": "Connection Config details.",
14           "required": true,
15           "type": "map"
16         }
17       },
18       "derived_from": "tosca.relationships.ConnectsTo",
19       "valid_target_types": [
20         "tosca.capabilities.Endpoint"
21       ]
22     }
23   }
24 }