Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / importResource / compute / compute.json
1 {
2   "payloadName": "normative-types-new-compute.yml",
3   "contactId": "jh0003",
4   "name": "Compute",
5   "description": "Represents a real or virtual machine or server. Information specified on the Compute
6       node will be used to find the machine that fits the given requirements in the cloud
7       available machines. If no sizing information are specified the cloud provider default
8       machine will be used. It is strongly recommended to specify the required  CPUs and memory
9       at least.",
10   "resourceIconPath": "compute",
11   "categories": [
12   {
13     "name": "Generic",
14     "subcategories": [
15       {
16         "name": "Infrastructure"
17       }
18     ]
19   }
20 ],
21   "tags": [
22     "Compute"
23   ]
24 }