aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/capability/jython-resource-definitions.json
blob: 9d83443391395f0d7b70caf2b488db646b6d6672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "tags": "country",
  "name": "country",
  "updated-by": "brindasanth@onap.com",
  "property": {
    "description": "description",
    "type": "string"
  },
  "sources": {
    "capability": {
      "properties": {
        "type": "JYTHON-COMPONENT",
        "instance-name": "SampleRAProcessor",
        "instance-dependencies": []
      }
    }
  }
}