aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type/starter-type/node_type/source-input.json
blob: 126ea30bd8e1b6e7d9eca8bf93a9b6dcb58ab320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "description": "This is Input Resource Source Node Type",
  "version": "1.0.0",
  "properties": {
    "key": {
      "required": false,
      "type": "string"
    },
    "key-dependencies": {
      "required": true,
      "type": "list",
      "entry_schema": {
        "type": "string"
      }
    }
  },
  "derived_from": "tosca.nodes.ResourceSource"
}