slackapi / slack-api-specs

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

objs_message's attachment says id should be required but it is not always present #74

Open leifwalsh opened 1 year ago

leifwalsh commented 1 year ago

Responses to conversations.replies API calls can return messages with attachments objects that are missing an id field, but the schema says they should be required. If they're not going to be present, they should not be required.