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