aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/capability/jython-resource-definitions.json
blob: b565eec811668360c514748ba1781116ff339648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "tags": "service-instance-id, tosca.datatypes.Root, data_type",
  "name": "service-instance-id",
  "property": {
    "description": "To be provided",
    "type": "string"
  },
  "updated-by": "Singal, Kapil <ks220y@att.com>",
  "sources": {
    "capability": {
      "type": "source-capability",
      "properties": {
        "script-type": "jython",
        "script-class-reference": "Scripts/python/SampleRAProcessor.py",
        "instance-dependencies": []
      }
    }
  }
}