6d469ea843b19950a74ca152b4d5db567c810213
[ccsdk/apps.git] /
1 {\r
2   "description": "This is Resource Assignment Component API",\r
3   "version": "1.0.0",\r
4   "properties": {\r
5     "type": {\r
6       "description": "Request Id used to store the generated configuration, in the database along with the template-name",\r
7       "required": false,\r
8       "type": "string"\r
9     }\r
10   },\r
11   "interfaces": {\r
12     "DefaultOperation": {\r
13       "operations": {\r
14         "validate": {\r
15           "inputs": {\r
16             "action-name": {\r
17               "description": "validate for action",\r
18               "required": false,\r
19               "type": "string"\r
20             }\r
21           }\r
22         }\r
23       }\r
24     }\r
25   },\r
26   "artifacts" :{\r
27     "component-jar": {\r
28       "description": "Component Jar",\r
29       "type": "artifact-component-jar",\r
30       "file": "Component/basecomponent.jar"\r
31     }\r
32   },\r
33   "derived_from": "tosca.nodes.Root"\r
34 }