Sha256: 11e46f7df57c6adcfbb4221f068c64a11e6ce0e5a68022eef54cc802ea8933c7
Contents?: true
Size: 1.39 KB
Versions: 7
Compression:
Stored size: 1.39 KB
Contents
{ "url": "https://api.slack.com/events/file_unshared", "event": "file_unshared", "sub_schemas": { "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" } } }, "schema": { "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
7 entries across 7 versions & 1 rubygems