{
  "actions": [
    {
      "name": "getFresV6",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/nsi/api/v6/fres?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getFreByIdV6",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/nsi/api/v6/fres/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "putNsiApiV6FresFreIdOperationsOperation",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/nsi/api/v6/fres/{pathv1}/operations/{pathv2}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}