Sha256: f545b05ec2d9469dc2f6acd469a3547ee4e7985e040cdd8f29165a50dcd2813e
Contents?: true
Size: 1.56 KB
Versions: 4
Compression:
Stored size: 1.56 KB
Contents
{ "url": "https://api.slack.com/events/file_comment_added", "type": "file_comment_added", "response": { "comment": { }, "file": { "id": "F2147483862" }, "file_id": "F2147483862", "type": "file_comment_added" }, "schema": { "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "comment": { "type": "object", "description": "definition snipped. learn more: https://api.slack.com/events/file_comment_added", "properties": { } }, "file_id": { "type": "string" }, "file": { "type": "object", "description": "(defined by script)", "properties": { "id": { "$ref": "#/definitions/file_id" } } }, "file_comment_added": { "type": "object", "description": "learn more: https://api.slack.com/events/file_comment_added", "properties": { "comment": { "$ref": "#/definitions/comment" }, "file": { "$ref": "#/definitions/file" }, "file_id": { "$ref": "#/definitions/file_id" }, "type": { "const": "file_comment_added" } }, "example": { "comment": { }, "file": { "id": "F2147483862" }, "file_id": "F2147483862", "type": "file_comment_added" } } } }, "compatibility": [ "RTM", "Events API" ], "scopes": [ "files:read" ] }
Version data entries
4 entries across 4 versions & 1 rubygems