Rocket.Chat image send error

Hello

Cant setup image send from rocket chat component.
In documentation write the “Dictionary containing any of the variables defined in the Rocket.Chat docs”. But work only simple message send.

This work

  action:
  - data:
       message: Test file send
    service: notify.rocketchat

If add “attachments” when try send give error:
Error while executing automation automation.test. Invalid data for call_service at pos 1: extra keys not allowed @ data[‘attachments’]

  action:
  - data:
      attachments:
      - image_url: /config/www/cam_snapshots/bedroom.jpg
      message: Test file send
    service: notify.rocketchat