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