{
  "actions": [
    {
      "name": "getPowerV1Current",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/power/v1/current?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getPowerV1Current-default.json"
        }
      ]
    },
    {
      "name": "postPowerV1Current",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/power/v1/current?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/postPowerV1Current-default.json"
        }
      ]
    },
    {
      "name": "getPowerV1Trending",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/power/v1/trending?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getPowerV1Trending-default.json"
        }
      ]
    }
  ]
}