265377be4f457764f3f9b4ce09c2777d0608b58a
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / capability_python / Definitions / resources_definition_types.json
1 {
2   "service-instance-id" : {
3     "tags" : "service-instance-id, tosca.datatypes.Root, data_type",
4     "name" : "service-instance-id",
5     "property" : {
6       "description" : "To be provided",
7       "type" : "string"
8     },
9     "updated-by" : "Singal, Kapil <ks220y@att.com>",
10     "sources" : {
11       "input" : {
12         "type" : "source-input",
13         "properties" : { }
14       },
15       "primary-db": {
16         "type": "source-processor-db",
17         "properties": {
18           "query": "SELECT artifact_name FROM BLUEPRINT_RUNTIME where artifact_version=\"1.0.0\"",
19           "input-key-mapping": {
20           },
21           "output-key-mapping": {
22             "service-instance-id": "artifact_name"
23           }
24         }
25       },
26       "capability": {
27         "type": "source-capability",
28         "properties": {
29           "type": "JYTHON-COMPONENT",
30           "instance-name": "SampleRAProcessor",
31           "instance-dependencies": []
32         }
33       }
34     }
35   },
36   "vnf-id" : {
37     "tags" : "vnf-id",
38     "name" : "vnf-id",
39     "property" : {
40       "description" : "vnf-id",
41       "type" : "string"
42     },
43     "updated-by" : "Singal, Kapil <ks220y@att.com>",
44     "sources" : {
45       "input" : {
46         "type" : "source-input",
47         "properties" : { }
48       }
49     }
50   }
51 }