summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/core/load/blueprints/simple-baseconfig/Definitions/sample-nodetype.json
blob: 6d469ea843b19950a74ca152b4d5db567c810213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "description": "This is Resource Assignment Component API",
  "version": "1.0.0",
  "properties": {
    "type": {
      "description": "Request Id used to store the generated configuration, in the database along with the template-name",
      "required": false,
      "type": "string"
    }
  },
  "interfaces": {
    "DefaultOperation": {
      "operations": {
        "validate": {
          "inputs": {
            "action-name": {
              "description": "validate for action",
              "required": false,
              "type": "string"
            }
          }
        }
      }
    }
  },
  "artifacts" :{
    "component-jar": {
      "description": "Component Jar",
      "type": "artifact-component-jar",
      "file": "Component/basecomponent.jar"
    }
  },
  "derived_from": "tosca.nodes.Root"
}