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