{
  "actions": [
    {
      "name": "getStatusMapAttachmentResources",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/api/v1/reports/attachments/statusmap/{pathv1}/resources?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getStatusMapAttachmentResources-default.json"
        }
      ]
    },
    {
      "name": "updateStatusMapAttachmentResources",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/api/v1/reports/attachments/statusmap/{pathv1}/resources?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/updateStatusMapAttachmentResources-default.json"
        }
      ]
    },
    {
      "name": "createStatusMapAttachment",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/api/v1/reports/{pathv1}/attachments/statusmap?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/createStatusMapAttachment-default.json"
        }
      ]
    }
  ]
}