Specifically, the types of message.attachments and message.blocks are set to a generic object type. I think these could be specified more narrowly, ideally using one of the already existing definitions such as #/definitions/objs_message or #/definitions/blocks.
What type of issue is this? (place an x in one of the [ ])
[x] bug
[ ] enhancement (feature request)
[ ] question
[ ] documentation related
[ ] testing related
[ ] discussion
Requirements (place an x in each of the [ ])
[x] I've read and understood the Contributing guidelines and have done my best effort to follow them.
Description
The response type of the
chat.update
endpoint is underspecified:https://github.com/slackapi/slack-api-specs/blob/760ee9843ec8045ce3f62edd451751b0353acead/web-api/slack_web_openapi_v2_without_examples.json#L11662-L11696
Specifically, the types of
message.attachments
andmessage.blocks
are set to a genericobject
type. I think these could be specified more narrowly, ideally using one of the already existing definitions such as#/definitions/objs_message
or#/definitions/blocks
.What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)