{
  "actions": [
    {
      "name": "getDeviceTypes",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/iotDiscovery/deviceTypes?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getDeviceTypes-default.json"
        }
      ]
    },
    {
      "name": "getCategories",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/iotDiscovery/categories?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getCategories-default.json"
        }
      ]
    },
    {
      "name": "getClassifications",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/iotDiscovery/classifications?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getClassifications-default.json"
        }
      ]
    },
    {
      "name": "getDeviceList",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/iotDiscovery/deviceList?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}