slackapi / slack-api-specs

Open API specifications for platform products by Slack
MIT License
222 stars 64 forks source link

objs_messages schema is wrong #72

Open leifwalsh opened 1 year ago

leifwalsh commented 1 year ago

The conversations.replies endpoint returns objects that should conform to objs_messages but their reply_users field can contain bot user ids in addition to normal user ids. Those start with a B and so they fail validation for those messages. I think the objs_messages array should contain items that can be either defs_user_id or defs_bot_id.