{
  "actions": [
    {
      "name": "getVRSs",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/vrss/{pathv1}?{query}",
      "schema": "schema.json",
      "headers": {},
      "responseObjects": [
        {
          "type": "withpathv1",
          "key": "",
          "mockFile": "mockdatafiles/getVRS-pathv1.json"
        },
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getVRS-default.json"
        }
      ]
    }
  ]
}