summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/resource-dict/load/model_type/node_type/source-default.json
blob: 13e234e1b059d17cb21722271806bf3261a6c196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "description": "This is Default 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"
}