79785359

Date: 2025-10-08 10:46:28
Score: 1
Natty:
Report link

I was facing same issue, so I used Transform component and this object:

enter image description here

{
  "type": "object",
  "properties": {
    "message_ids": {
      "type": "array",
      "items": {
        "type": "string",
        "default": ""
      },
      "description": "A list of unique message identifiers"
    }
  },
  "additionalProperties": false,
  "required": [
    "message_ids"
  ],
  "title": "message_ids"
}
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: bmoss