Sha256: ec084f7f7c32e8c54a806012cf0cb8ddd4e13a4816380014201b9d73e4b161dd
Contents?: true
Size: 1.18 KB
Versions: 4
Compression:
Stored size: 1.18 KB
Contents
{ "url": "https://api.slack.com/events/file_shared", "type": "file_shared", "response": { "file": { "id": "F2147483862" }, "file_id": "F2147483862", "type": "file_shared" }, "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_shared": { "type": "object", "description": "learn more: https://api.slack.com/events/file_shared", "properties": { "file": { "$ref": "#/definitions/file" }, "file_id": { "$ref": "#/definitions/file_id" }, "type": { "const": "file_shared" } }, "example": { "file": { "id": "F2147483862" }, "file_id": "F2147483862", "type": "file_shared" } } } }, "compatibility": [ "RTM", "Events API" ], "scopes": [ "files:read" ] }
Version data entries
4 entries across 4 versions & 1 rubygems