slack_resources 0.0.0 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (256) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +1 -66
  3. data/.circleci/preparation.rb +11 -0
  4. data/.rubocop.yml +2 -10
  5. data/Gemfile +1 -0
  6. data/Gemfile.lock +8 -8
  7. data/lib/{slack_resources/generator/event_api → event_api}/fetch.rb +0 -0
  8. data/lib/event_api/write.rb +364 -0
  9. data/lib/{slack_resources/raw_data/event_api/preset_schemas.json → schema.json} +0 -7
  10. data/lib/slack_resources/{raw_data → resources}/event_api/_added_examples/event_callback.json +0 -0
  11. data/lib/slack_resources/resources/event_api/details/app_mention.json +46 -67
  12. data/lib/slack_resources/resources/event_api/details/app_rate_limited.json +41 -59
  13. data/lib/slack_resources/resources/event_api/details/app_uninstalled.json +16 -22
  14. data/lib/slack_resources/resources/event_api/details/channel_archive.json +30 -42
  15. data/lib/slack_resources/resources/event_api/details/channel_created.json +54 -63
  16. data/lib/slack_resources/resources/event_api/details/channel_deleted.json +23 -32
  17. data/lib/slack_resources/resources/event_api/details/channel_history_changed.json +33 -48
  18. data/lib/slack_resources/resources/event_api/details/channel_left.json +23 -32
  19. data/lib/slack_resources/resources/event_api/details/channel_rename.json +49 -58
  20. data/lib/slack_resources/resources/event_api/details/channel_unarchive.json +30 -42
  21. data/lib/slack_resources/resources/event_api/details/dnd_updated.json +54 -66
  22. data/lib/slack_resources/resources/event_api/details/dnd_updated_user.json +50 -62
  23. data/lib/slack_resources/resources/event_api/details/email_domain_changed.json +27 -39
  24. data/lib/slack_resources/resources/event_api/details/emoji_changed.json +44 -85
  25. data/lib/slack_resources/resources/event_api/details/event_callback.json +72 -102
  26. data/lib/slack_resources/resources/event_api/details/file_change.json +37 -49
  27. data/lib/slack_resources/resources/event_api/details/file_comment_added.json +46 -61
  28. data/lib/slack_resources/resources/event_api/details/file_comment_deleted.json +44 -59
  29. data/lib/slack_resources/resources/event_api/details/file_comment_edited.json +46 -61
  30. data/lib/slack_resources/resources/event_api/details/file_created.json +37 -49
  31. data/lib/slack_resources/resources/event_api/details/file_deleted.json +29 -41
  32. data/lib/slack_resources/resources/event_api/details/file_public.json +37 -49
  33. data/lib/slack_resources/resources/event_api/details/file_shared.json +37 -49
  34. data/lib/slack_resources/resources/event_api/details/file_unshared.json +37 -49
  35. data/lib/slack_resources/resources/event_api/details/grid_migration_finished.json +22 -31
  36. data/lib/slack_resources/resources/event_api/details/grid_migration_started.json +22 -31
  37. data/lib/slack_resources/resources/event_api/details/group_archive.json +23 -32
  38. data/lib/slack_resources/resources/event_api/details/group_close.json +30 -42
  39. data/lib/slack_resources/resources/event_api/details/group_deleted.json +23 -32
  40. data/lib/slack_resources/resources/event_api/details/group_history_changed.json +33 -48
  41. data/lib/slack_resources/resources/event_api/details/group_left.json +23 -32
  42. data/lib/slack_resources/resources/event_api/details/group_open.json +30 -42
  43. data/lib/slack_resources/resources/event_api/details/group_rename.json +49 -58
  44. data/lib/slack_resources/resources/event_api/details/group_unarchive.json +23 -32
  45. data/lib/slack_resources/resources/event_api/details/im_close.json +30 -42
  46. data/lib/slack_resources/resources/event_api/details/im_created.json +41 -53
  47. data/lib/slack_resources/resources/event_api/details/im_history_changed.json +33 -48
  48. data/lib/slack_resources/resources/event_api/details/im_open.json +30 -42
  49. data/lib/slack_resources/resources/event_api/details/link_shared.json +83 -107
  50. data/lib/slack_resources/resources/event_api/details/member_joined_channel.json +48 -66
  51. data/lib/slack_resources/resources/event_api/details/member_left_channel.json +43 -58
  52. data/lib/slack_resources/resources/event_api/details/message.app_home.json +53 -74
  53. data/lib/slack_resources/resources/event_api/details/message.channels.json +56 -74
  54. data/lib/slack_resources/resources/event_api/details/message.groups.json +56 -74
  55. data/lib/slack_resources/resources/event_api/details/message.im.json +56 -74
  56. data/lib/slack_resources/resources/event_api/details/message.json +60 -106
  57. data/lib/slack_resources/resources/event_api/details/message.mpim.json +56 -74
  58. data/lib/slack_resources/resources/event_api/details/pin_added.json +47 -65
  59. data/lib/slack_resources/resources/event_api/details/pin_removed.json +52 -73
  60. data/lib/slack_resources/resources/event_api/details/reaction_added.json +73 -94
  61. data/lib/slack_resources/resources/event_api/details/reaction_removed.json +73 -94
  62. data/lib/slack_resources/resources/event_api/details/resources_added.json +115 -127
  63. data/lib/slack_resources/resources/event_api/details/resources_removed.json +115 -127
  64. data/lib/slack_resources/resources/event_api/details/scope_denied.json +59 -74
  65. data/lib/slack_resources/resources/event_api/details/scope_granted.json +59 -74
  66. data/lib/slack_resources/resources/event_api/details/star_added.json +41 -56
  67. data/lib/slack_resources/resources/event_api/details/star_removed.json +41 -56
  68. data/lib/slack_resources/resources/event_api/details/subteam_created.json +168 -177
  69. data/lib/slack_resources/resources/event_api/details/subteam_members_changed.json +82 -118
  70. data/lib/slack_resources/resources/event_api/details/subteam_self_added.json +22 -31
  71. data/lib/slack_resources/resources/event_api/details/subteam_self_removed.json +22 -31
  72. data/lib/slack_resources/resources/event_api/details/subteam_updated.json +180 -189
  73. data/lib/slack_resources/resources/event_api/details/team_domain_change.json +26 -38
  74. data/lib/slack_resources/resources/event_api/details/team_join.json +26 -35
  75. data/lib/slack_resources/resources/event_api/details/team_rename.json +23 -32
  76. data/lib/slack_resources/resources/event_api/details/tokens_revoked.json +49 -58
  77. data/lib/slack_resources/resources/event_api/details/url_verification.json +26 -32
  78. data/lib/slack_resources/resources/event_api/details/user_change.json +26 -35
  79. data/lib/slack_resources/resources/event_api/details/user_resource_denied.json +64 -82
  80. data/lib/slack_resources/resources/event_api/details/user_resource_granted.json +64 -82
  81. data/lib/slack_resources/resources/event_api/details/user_resource_removed.json +29 -41
  82. data/lib/slack_resources/resources/event_api/examples/app_mention.json +4 -4
  83. data/lib/slack_resources/resources/event_api/examples/app_rate_limited.json +4 -4
  84. data/lib/slack_resources/resources/event_api/examples/app_uninstalled.json +9 -1
  85. data/lib/slack_resources/resources/event_api/examples/channel_archive.json +1 -1
  86. data/lib/slack_resources/resources/event_api/examples/channel_created.json +2 -2
  87. data/lib/slack_resources/resources/event_api/examples/channel_deleted.json +2 -2
  88. data/lib/slack_resources/resources/event_api/examples/channel_history_changed.json +2 -2
  89. data/lib/slack_resources/resources/event_api/examples/channel_left.json +2 -2
  90. data/lib/slack_resources/resources/event_api/examples/channel_rename.json +2 -2
  91. data/lib/slack_resources/resources/event_api/examples/channel_unarchive.json +1 -1
  92. data/lib/slack_resources/resources/event_api/examples/dnd_updated.json +3 -3
  93. data/lib/slack_resources/resources/event_api/examples/dnd_updated_user.json +3 -3
  94. data/lib/slack_resources/resources/event_api/examples/email_domain_changed.json +2 -2
  95. data/lib/slack_resources/resources/event_api/examples/emoji_changed.json +5 -4
  96. data/lib/slack_resources/resources/event_api/examples/event_callback.json +6 -7
  97. data/lib/slack_resources/resources/event_api/examples/file_change.json +3 -3
  98. data/lib/slack_resources/resources/event_api/examples/file_comment_added.json +3 -3
  99. data/lib/slack_resources/resources/event_api/examples/file_comment_deleted.json +3 -3
  100. data/lib/slack_resources/resources/event_api/examples/file_comment_edited.json +3 -3
  101. data/lib/slack_resources/resources/event_api/examples/file_created.json +3 -3
  102. data/lib/slack_resources/resources/event_api/examples/file_deleted.json +2 -2
  103. data/lib/slack_resources/resources/event_api/examples/file_public.json +3 -3
  104. data/lib/slack_resources/resources/event_api/examples/file_shared.json +3 -3
  105. data/lib/slack_resources/resources/event_api/examples/file_unshared.json +3 -3
  106. data/lib/slack_resources/resources/event_api/examples/grid_migration_finished.json +10 -2
  107. data/lib/slack_resources/resources/event_api/examples/grid_migration_started.json +10 -2
  108. data/lib/slack_resources/resources/event_api/examples/group_archive.json +2 -2
  109. data/lib/slack_resources/resources/event_api/examples/group_close.json +2 -2
  110. data/lib/slack_resources/resources/event_api/examples/group_deleted.json +2 -2
  111. data/lib/slack_resources/resources/event_api/examples/group_history_changed.json +2 -2
  112. data/lib/slack_resources/resources/event_api/examples/group_left.json +2 -2
  113. data/lib/slack_resources/resources/event_api/examples/group_open.json +2 -2
  114. data/lib/slack_resources/resources/event_api/examples/group_rename.json +2 -2
  115. data/lib/slack_resources/resources/event_api/examples/group_unarchive.json +2 -2
  116. data/lib/slack_resources/resources/event_api/examples/im_close.json +2 -2
  117. data/lib/slack_resources/resources/event_api/examples/im_created.json +3 -3
  118. data/lib/slack_resources/resources/event_api/examples/im_history_changed.json +2 -2
  119. data/lib/slack_resources/resources/event_api/examples/im_open.json +2 -2
  120. data/lib/slack_resources/resources/event_api/examples/link_shared.json +30 -18
  121. data/lib/slack_resources/resources/event_api/examples/member_joined_channel.json +3 -3
  122. data/lib/slack_resources/resources/event_api/examples/member_left_channel.json +3 -3
  123. data/lib/slack_resources/resources/event_api/examples/message.app_home.json +18 -7
  124. data/lib/slack_resources/resources/event_api/examples/message.channels.json +18 -7
  125. data/lib/slack_resources/resources/event_api/examples/message.groups.json +18 -7
  126. data/lib/slack_resources/resources/event_api/examples/message.im.json +18 -7
  127. data/lib/slack_resources/resources/event_api/examples/message.json +4 -6
  128. data/lib/slack_resources/resources/event_api/examples/message.mpim.json +18 -7
  129. data/lib/slack_resources/resources/event_api/examples/pin_added.json +3 -3
  130. data/lib/slack_resources/resources/event_api/examples/pin_removed.json +4 -4
  131. data/lib/slack_resources/resources/event_api/examples/reaction_added.json +5 -5
  132. data/lib/slack_resources/resources/event_api/examples/reaction_removed.json +5 -5
  133. data/lib/slack_resources/resources/event_api/examples/resources_added.json +28 -17
  134. data/lib/slack_resources/resources/event_api/examples/resources_removed.json +28 -17
  135. data/lib/slack_resources/resources/event_api/examples/scope_denied.json +17 -6
  136. data/lib/slack_resources/resources/event_api/examples/scope_granted.json +17 -6
  137. data/lib/slack_resources/resources/event_api/examples/star_added.json +3 -3
  138. data/lib/slack_resources/resources/event_api/examples/star_removed.json +3 -3
  139. data/lib/slack_resources/resources/event_api/examples/subteam_created.json +2 -2
  140. data/lib/slack_resources/resources/event_api/examples/subteam_members_changed.json +6 -6
  141. data/lib/slack_resources/resources/event_api/examples/subteam_self_added.json +2 -2
  142. data/lib/slack_resources/resources/event_api/examples/subteam_self_removed.json +2 -2
  143. data/lib/slack_resources/resources/event_api/examples/subteam_updated.json +2 -2
  144. data/lib/slack_resources/resources/event_api/examples/team_domain_change.json +2 -2
  145. data/lib/slack_resources/resources/event_api/examples/team_rename.json +2 -2
  146. data/lib/slack_resources/resources/event_api/examples/tokens_revoked.json +16 -8
  147. data/lib/slack_resources/resources/event_api/examples/url_verification.json +1 -1
  148. data/lib/slack_resources/resources/event_api/examples/user_resource_denied.json +17 -6
  149. data/lib/slack_resources/resources/event_api/examples/user_resource_granted.json +17 -6
  150. data/lib/slack_resources/resources/event_api/examples/user_resource_removed.json +14 -3
  151. data/lib/slack_resources/{raw_data → resources}/event_api/meta.json +72 -0
  152. data/lib/slack_resources/resources/event_api/schema.json +105 -257
  153. data/lib/slack_resources/resources/event_api/schemas/emoji_changed.json +9 -27
  154. data/lib/slack_resources/resources/event_api/schemas/member_joined_channel.json +4 -1
  155. data/lib/slack_resources/resources/event_api/schemas/member_left_channel.json +4 -1
  156. data/lib/slack_resources/resources/event_api/schemas/message.app_home.json +4 -1
  157. data/lib/slack_resources/resources/event_api/schemas/message.channels.json +7 -1
  158. data/lib/slack_resources/resources/event_api/schemas/message.groups.json +7 -1
  159. data/lib/slack_resources/resources/event_api/schemas/message.im.json +7 -1
  160. data/lib/slack_resources/resources/event_api/schemas/message.json +17 -39
  161. data/lib/slack_resources/resources/event_api/schemas/message.mpim.json +7 -1
  162. data/lib/slack_resources/resources/event_api/schemas/resources_added.json +15 -15
  163. data/lib/slack_resources/resources/event_api/schemas/resources_removed.json +15 -15
  164. data/lib/slack_resources/resources/event_api/schemas/team_rename.json +2 -2
  165. data/lib/slack_resources/resources/event_api/schemas/url_verification.json +6 -0
  166. data/lib/slack_resources/resources/event_api/summary.json +3397 -4884
  167. data/lib/slack_resources/version.rb +3 -0
  168. data/lib/slack_resources.rb +1 -9
  169. data/slack_resources.gemspec +2 -4
  170. metadata +10 -93
  171. data/.circleci/gem_deployment.rb +0 -53
  172. data/lib/generate_event_api_resources.rb +0 -8
  173. data/lib/slack_resources/generator/event_api/examples_preparation.rb +0 -71
  174. data/lib/slack_resources/generator/event_api/strong_hash.rb +0 -25
  175. data/lib/slack_resources/generator/event_api/to_schema.rb +0 -200
  176. data/lib/slack_resources/generator/event_api/type_detection.rb +0 -272
  177. data/lib/slack_resources/generator/event_api/write.rb +0 -123
  178. data/lib/slack_resources/raw_data/event_api/_added_examples/emoji_changed.add.json +0 -7
  179. data/lib/slack_resources/raw_data/event_api/_added_examples/emoji_changed.remove.json +0 -6
  180. data/lib/slack_resources/raw_data/event_api/examples/app_mention.json +0 -8
  181. data/lib/slack_resources/raw_data/event_api/examples/app_rate_limited.json +0 -7
  182. data/lib/slack_resources/raw_data/event_api/examples/app_uninstalled.json +0 -11
  183. data/lib/slack_resources/raw_data/event_api/examples/channel_archive.json +0 -5
  184. data/lib/slack_resources/raw_data/event_api/examples/channel_created.json +0 -9
  185. data/lib/slack_resources/raw_data/event_api/examples/channel_deleted.json +0 -4
  186. data/lib/slack_resources/raw_data/event_api/examples/channel_history_changed.json +0 -6
  187. data/lib/slack_resources/raw_data/event_api/examples/channel_left.json +0 -4
  188. data/lib/slack_resources/raw_data/event_api/examples/channel_rename.json +0 -8
  189. data/lib/slack_resources/raw_data/event_api/examples/channel_unarchive.json +0 -5
  190. data/lib/slack_resources/raw_data/event_api/examples/dnd_updated.json +0 -11
  191. data/lib/slack_resources/raw_data/event_api/examples/dnd_updated_user.json +0 -9
  192. data/lib/slack_resources/raw_data/event_api/examples/email_domain_changed.json +0 -5
  193. data/lib/slack_resources/raw_data/event_api/examples/emoji_changed.json +0 -8
  194. data/lib/slack_resources/raw_data/event_api/examples/file_change.json +0 -7
  195. data/lib/slack_resources/raw_data/event_api/examples/file_comment_added.json +0 -9
  196. data/lib/slack_resources/raw_data/event_api/examples/file_comment_deleted.json +0 -8
  197. data/lib/slack_resources/raw_data/event_api/examples/file_comment_edited.json +0 -9
  198. data/lib/slack_resources/raw_data/event_api/examples/file_created.json +0 -7
  199. data/lib/slack_resources/raw_data/event_api/examples/file_deleted.json +0 -5
  200. data/lib/slack_resources/raw_data/event_api/examples/file_public.json +0 -7
  201. data/lib/slack_resources/raw_data/event_api/examples/file_shared.json +0 -7
  202. data/lib/slack_resources/raw_data/event_api/examples/file_unshared.json +0 -7
  203. data/lib/slack_resources/raw_data/event_api/examples/grid_migration_finished.json +0 -12
  204. data/lib/slack_resources/raw_data/event_api/examples/grid_migration_started.json +0 -12
  205. data/lib/slack_resources/raw_data/event_api/examples/group_archive.json +0 -4
  206. data/lib/slack_resources/raw_data/event_api/examples/group_close.json +0 -5
  207. data/lib/slack_resources/raw_data/event_api/examples/group_deleted.json +0 -4
  208. data/lib/slack_resources/raw_data/event_api/examples/group_history_changed.json +0 -6
  209. data/lib/slack_resources/raw_data/event_api/examples/group_left.json +0 -4
  210. data/lib/slack_resources/raw_data/event_api/examples/group_open.json +0 -5
  211. data/lib/slack_resources/raw_data/event_api/examples/group_rename.json +0 -8
  212. data/lib/slack_resources/raw_data/event_api/examples/group_unarchive.json +0 -4
  213. data/lib/slack_resources/raw_data/event_api/examples/im_close.json +0 -5
  214. data/lib/slack_resources/raw_data/event_api/examples/im_created.json +0 -6
  215. data/lib/slack_resources/raw_data/event_api/examples/im_history_changed.json +0 -6
  216. data/lib/slack_resources/raw_data/event_api/examples/im_open.json +0 -5
  217. data/lib/slack_resources/raw_data/event_api/examples/link_shared.json +0 -33
  218. data/lib/slack_resources/raw_data/event_api/examples/member_joined_channel.json +0 -8
  219. data/lib/slack_resources/raw_data/event_api/examples/member_left_channel.json +0 -7
  220. data/lib/slack_resources/raw_data/event_api/examples/message.app_home.json +0 -20
  221. data/lib/slack_resources/raw_data/event_api/examples/message.channels.json +0 -20
  222. data/lib/slack_resources/raw_data/event_api/examples/message.groups.json +0 -20
  223. data/lib/slack_resources/raw_data/event_api/examples/message.im.json +0 -20
  224. data/lib/slack_resources/raw_data/event_api/examples/message.json +0 -7
  225. data/lib/slack_resources/raw_data/event_api/examples/message.mpim.json +0 -20
  226. data/lib/slack_resources/raw_data/event_api/examples/pin_added.json +0 -8
  227. data/lib/slack_resources/raw_data/event_api/examples/pin_removed.json +0 -9
  228. data/lib/slack_resources/raw_data/event_api/examples/reaction_added.json +0 -12
  229. data/lib/slack_resources/raw_data/event_api/examples/reaction_removed.json +0 -12
  230. data/lib/slack_resources/raw_data/event_api/examples/resources_added.json +0 -31
  231. data/lib/slack_resources/raw_data/event_api/examples/resources_removed.json +0 -31
  232. data/lib/slack_resources/raw_data/event_api/examples/scope_denied.json +0 -20
  233. data/lib/slack_resources/raw_data/event_api/examples/scope_granted.json +0 -20
  234. data/lib/slack_resources/raw_data/event_api/examples/star_added.json +0 -7
  235. data/lib/slack_resources/raw_data/event_api/examples/star_removed.json +0 -7
  236. data/lib/slack_resources/raw_data/event_api/examples/subteam_created.json +0 -28
  237. data/lib/slack_resources/raw_data/event_api/examples/subteam_members_changed.json +0 -17
  238. data/lib/slack_resources/raw_data/event_api/examples/subteam_self_added.json +0 -4
  239. data/lib/slack_resources/raw_data/event_api/examples/subteam_self_removed.json +0 -4
  240. data/lib/slack_resources/raw_data/event_api/examples/subteam_updated.json +0 -34
  241. data/lib/slack_resources/raw_data/event_api/examples/team_domain_change.json +0 -5
  242. data/lib/slack_resources/raw_data/event_api/examples/team_join.json +0 -5
  243. data/lib/slack_resources/raw_data/event_api/examples/team_rename.json +0 -4
  244. data/lib/slack_resources/raw_data/event_api/examples/tokens_revoked.json +0 -19
  245. data/lib/slack_resources/raw_data/event_api/examples/url_verification.json +0 -5
  246. data/lib/slack_resources/raw_data/event_api/examples/user_change.json +0 -5
  247. data/lib/slack_resources/raw_data/event_api/examples/user_resource_denied.json +0 -20
  248. data/lib/slack_resources/raw_data/event_api/examples/user_resource_granted.json +0 -20
  249. data/lib/slack_resources/raw_data/event_api/examples/user_resource_removed.json +0 -16
  250. data/lib/slack_resources/resources/event_api/details/emoji_changed.add.json +0 -78
  251. data/lib/slack_resources/resources/event_api/details/emoji_changed.remove.json +0 -77
  252. data/lib/slack_resources/resources/event_api/examples/emoji_changed.add.json +0 -7
  253. data/lib/slack_resources/resources/event_api/examples/emoji_changed.remove.json +0 -8
  254. data/lib/slack_resources/resources/event_api/schemas/emoji_changed.add.json +0 -42
  255. data/lib/slack_resources/resources/event_api/schemas/emoji_changed.remove.json +0 -40
  256. data/lib/slack_resources/resources/event_api.rb +0 -38
@@ -1,87 +1,66 @@
1
1
  {
2
2
  "url": "https://api.slack.com/events/pin_removed",
3
- "event": "pin_removed",
4
- "sub_schemas": {
5
- "channel_id": {
6
- "type": "string"
3
+ "type": "pin_removed",
4
+ "response": {
5
+ "channel_id": "C02ELGNBH",
6
+ "event_ts": "1360782804.083113",
7
+ "has_pins": false,
8
+ "item": {
7
9
  },
8
- "timestamp": {
9
- "type": "string"
10
- },
11
- "pin_item": {
12
- "type": "object",
13
- "description": "definition snipped. learn more: https://api.slack.com/events/pin_removed",
14
- "properties": {
15
- }
16
- },
17
- "user_id": {
18
- "type": "string"
19
- },
20
- "pin_removed": {
21
- "type": "object",
22
- "description": "learn more: https://api.slack.com/events/pin_removed",
23
- "properties": {
24
- "channel_id": {
25
- "$ref": "#/definitions/channel_id"
26
- },
27
- "event_ts": {
28
- "$ref": "#/definitions/timestamp"
29
- },
30
- "has_pins": {
31
- "type": "boolean"
32
- },
33
- "item": {
34
- "$ref": "#/definitions/pin_item"
35
- },
36
- "type": {
37
- "const": "pin_removed"
38
- },
39
- "user": {
40
- "$ref": "#/definitions/user_id"
41
- }
42
- },
43
- "example": {
44
- "channel_id": "C02ELGNBH",
45
- "event_ts": "1360782804.083113",
46
- "has_pins": false,
47
- "item": {
48
- },
49
- "type": "pin_removed",
50
- "user": "U024BE7LH"
51
- }
52
- }
10
+ "type": "pin_removed",
11
+ "user": "U024BE7LH"
53
12
  },
54
13
  "schema": {
55
- "type": "object",
56
- "description": "learn more: https://api.slack.com/events/pin_removed",
57
- "properties": {
14
+ "$schema": "http://json-schema.org/draft-07/schema",
15
+ "definitions": {
58
16
  "channel_id": {
59
- "$ref": "#/definitions/channel_id"
60
- },
61
- "event_ts": {
62
- "$ref": "#/definitions/timestamp"
17
+ "type": "string"
63
18
  },
64
- "has_pins": {
65
- "type": "boolean"
19
+ "timestamp": {
20
+ "type": "string"
66
21
  },
67
- "item": {
68
- "$ref": "#/definitions/pin_item"
22
+ "pin_item": {
23
+ "type": "object",
24
+ "description": "definition snipped. learn more: https://api.slack.com/events/pin_removed",
25
+ "properties": {
26
+ }
69
27
  },
70
- "type": {
71
- "const": "pin_removed"
28
+ "user_id": {
29
+ "type": "string"
72
30
  },
73
- "user": {
74
- "$ref": "#/definitions/user_id"
31
+ "pin_removed": {
32
+ "type": "object",
33
+ "description": "learn more: https://api.slack.com/events/pin_removed",
34
+ "properties": {
35
+ "channel_id": {
36
+ "$ref": "#/definitions/channel_id"
37
+ },
38
+ "event_ts": {
39
+ "$ref": "#/definitions/timestamp"
40
+ },
41
+ "has_pins": {
42
+ "type": "boolean"
43
+ },
44
+ "item": {
45
+ "$ref": "#/definitions/pin_item"
46
+ },
47
+ "type": {
48
+ "const": "pin_removed"
49
+ },
50
+ "user": {
51
+ "$ref": "#/definitions/user_id"
52
+ }
53
+ },
54
+ "example": {
55
+ "channel_id": "C02ELGNBH",
56
+ "event_ts": "1360782804.083113",
57
+ "has_pins": false,
58
+ "item": {
59
+ },
60
+ "type": "pin_removed",
61
+ "user": "U024BE7LH"
62
+ }
75
63
  }
76
- },
77
- "example": {
78
- "channel_id": "C02ELGNBH",
79
- "event_ts": "1360782804.083113",
80
- "has_pins": false,
81
- "item": {
82
- },
83
- "type": "pin_removed",
84
- "user": "U024BE7LH"
85
64
  }
86
65
  },
87
66
  "compatibility": [
@@ -1,108 +1,87 @@
1
1
  {
2
2
  "url": "https://api.slack.com/events/reaction_added",
3
- "event": "reaction_added",
4
- "sub_schemas": {
5
- "timestamp": {
6
- "type": "string"
3
+ "type": "reaction_added",
4
+ "response": {
5
+ "event_ts": "1360782804.083113",
6
+ "item": {
7
+ "type": "message",
8
+ "channel": "C0G9QF9GZ",
9
+ "ts": "1360782400.498405"
7
10
  },
8
- "channel_id": {
9
- "type": "string"
10
- },
11
- "reaction_item_type": {
12
- "type": "string"
13
- },
14
- "reaction_item": {
15
- "type": "object",
16
- "description": "(defined by script)",
17
- "properties": {
18
- "channel": {
19
- "$ref": "#/definitions/channel_id"
20
- },
21
- "ts": {
22
- "$ref": "#/definitions/timestamp"
23
- },
24
- "type": {
25
- "$ref": "#/definitions/reaction_item_type"
26
- }
27
- }
28
- },
29
- "user_id": {
30
- "type": "string"
31
- },
32
- "emoji_name": {
33
- "type": "string"
34
- },
35
- "reaction_added": {
36
- "type": "object",
37
- "description": "learn more: https://api.slack.com/events/reaction_added",
38
- "properties": {
39
- "event_ts": {
40
- "$ref": "#/definitions/timestamp"
41
- },
42
- "item": {
43
- "$ref": "#/definitions/reaction_item"
44
- },
45
- "item_user": {
46
- "$ref": "#/definitions/user_id"
47
- },
48
- "reaction": {
49
- "$ref": "#/definitions/emoji_name"
50
- },
51
- "type": {
52
- "const": "reaction_added"
53
- },
54
- "user": {
55
- "$ref": "#/definitions/user_id"
56
- }
57
- },
58
- "example": {
59
- "event_ts": "1360782804.083113",
60
- "item": {
61
- "type": "message",
62
- "channel": "C0G9QF9GZ",
63
- "ts": "1360782400.498405"
64
- },
65
- "item_user": "U0G9QF9C6",
66
- "reaction": "thumbsup",
67
- "type": "reaction_added",
68
- "user": "U024BE7LH"
69
- }
70
- }
11
+ "item_user": "U0G9QF9C6",
12
+ "reaction": "thumbsup",
13
+ "type": "reaction_added",
14
+ "user": "U024BE7LH"
71
15
  },
72
16
  "schema": {
73
- "type": "object",
74
- "description": "learn more: https://api.slack.com/events/reaction_added",
75
- "properties": {
76
- "event_ts": {
77
- "$ref": "#/definitions/timestamp"
17
+ "$schema": "http://json-schema.org/draft-07/schema",
18
+ "definitions": {
19
+ "timestamp": {
20
+ "type": "string"
78
21
  },
79
- "item": {
80
- "$ref": "#/definitions/reaction_item"
22
+ "channel_id": {
23
+ "type": "string"
81
24
  },
82
- "item_user": {
83
- "$ref": "#/definitions/user_id"
25
+ "reaction_item_type": {
26
+ "type": "string"
84
27
  },
85
- "reaction": {
86
- "$ref": "#/definitions/emoji_name"
28
+ "reaction_item": {
29
+ "type": "object",
30
+ "description": "(defined by script)",
31
+ "properties": {
32
+ "channel": {
33
+ "$ref": "#/definitions/channel_id"
34
+ },
35
+ "ts": {
36
+ "$ref": "#/definitions/timestamp"
37
+ },
38
+ "type": {
39
+ "$ref": "#/definitions/reaction_item_type"
40
+ }
41
+ }
87
42
  },
88
- "type": {
89
- "const": "reaction_added"
43
+ "user_id": {
44
+ "type": "string"
90
45
  },
91
- "user": {
92
- "$ref": "#/definitions/user_id"
93
- }
94
- },
95
- "example": {
96
- "event_ts": "1360782804.083113",
97
- "item": {
98
- "type": "message",
99
- "channel": "C0G9QF9GZ",
100
- "ts": "1360782400.498405"
46
+ "emoji_name": {
47
+ "type": "string"
101
48
  },
102
- "item_user": "U0G9QF9C6",
103
- "reaction": "thumbsup",
104
- "type": "reaction_added",
105
- "user": "U024BE7LH"
49
+ "reaction_added": {
50
+ "type": "object",
51
+ "description": "learn more: https://api.slack.com/events/reaction_added",
52
+ "properties": {
53
+ "event_ts": {
54
+ "$ref": "#/definitions/timestamp"
55
+ },
56
+ "item": {
57
+ "$ref": "#/definitions/reaction_item"
58
+ },
59
+ "item_user": {
60
+ "$ref": "#/definitions/user_id"
61
+ },
62
+ "reaction": {
63
+ "$ref": "#/definitions/emoji_name"
64
+ },
65
+ "type": {
66
+ "const": "reaction_added"
67
+ },
68
+ "user": {
69
+ "$ref": "#/definitions/user_id"
70
+ }
71
+ },
72
+ "example": {
73
+ "event_ts": "1360782804.083113",
74
+ "item": {
75
+ "type": "message",
76
+ "channel": "C0G9QF9GZ",
77
+ "ts": "1360782400.498405"
78
+ },
79
+ "item_user": "U0G9QF9C6",
80
+ "reaction": "thumbsup",
81
+ "type": "reaction_added",
82
+ "user": "U024BE7LH"
83
+ }
84
+ }
106
85
  }
107
86
  },
108
87
  "compatibility": [
@@ -1,108 +1,87 @@
1
1
  {
2
2
  "url": "https://api.slack.com/events/reaction_removed",
3
- "event": "reaction_removed",
4
- "sub_schemas": {
5
- "timestamp": {
6
- "type": "string"
3
+ "type": "reaction_removed",
4
+ "response": {
5
+ "event_ts": "1360782804.083113",
6
+ "item": {
7
+ "type": "message",
8
+ "channel": "C0G9QF9GZ",
9
+ "ts": "1360782400.498405"
7
10
  },
8
- "channel_id": {
9
- "type": "string"
10
- },
11
- "reaction_item_type": {
12
- "type": "string"
13
- },
14
- "reaction_item": {
15
- "type": "object",
16
- "description": "(defined by script)",
17
- "properties": {
18
- "channel": {
19
- "$ref": "#/definitions/channel_id"
20
- },
21
- "ts": {
22
- "$ref": "#/definitions/timestamp"
23
- },
24
- "type": {
25
- "$ref": "#/definitions/reaction_item_type"
26
- }
27
- }
28
- },
29
- "user_id": {
30
- "type": "string"
31
- },
32
- "emoji_name": {
33
- "type": "string"
34
- },
35
- "reaction_removed": {
36
- "type": "object",
37
- "description": "learn more: https://api.slack.com/events/reaction_removed",
38
- "properties": {
39
- "event_ts": {
40
- "$ref": "#/definitions/timestamp"
41
- },
42
- "item": {
43
- "$ref": "#/definitions/reaction_item"
44
- },
45
- "item_user": {
46
- "$ref": "#/definitions/user_id"
47
- },
48
- "reaction": {
49
- "$ref": "#/definitions/emoji_name"
50
- },
51
- "type": {
52
- "const": "reaction_removed"
53
- },
54
- "user": {
55
- "$ref": "#/definitions/user_id"
56
- }
57
- },
58
- "example": {
59
- "event_ts": "1360782804.083113",
60
- "item": {
61
- "type": "message",
62
- "channel": "C0G9QF9GZ",
63
- "ts": "1360782400.498405"
64
- },
65
- "item_user": "U0G9QF9C6",
66
- "reaction": "thumbsup",
67
- "type": "reaction_removed",
68
- "user": "U024BE7LH"
69
- }
70
- }
11
+ "item_user": "U0G9QF9C6",
12
+ "reaction": "thumbsup",
13
+ "type": "reaction_removed",
14
+ "user": "U024BE7LH"
71
15
  },
72
16
  "schema": {
73
- "type": "object",
74
- "description": "learn more: https://api.slack.com/events/reaction_removed",
75
- "properties": {
76
- "event_ts": {
77
- "$ref": "#/definitions/timestamp"
17
+ "$schema": "http://json-schema.org/draft-07/schema",
18
+ "definitions": {
19
+ "timestamp": {
20
+ "type": "string"
78
21
  },
79
- "item": {
80
- "$ref": "#/definitions/reaction_item"
22
+ "channel_id": {
23
+ "type": "string"
81
24
  },
82
- "item_user": {
83
- "$ref": "#/definitions/user_id"
25
+ "reaction_item_type": {
26
+ "type": "string"
84
27
  },
85
- "reaction": {
86
- "$ref": "#/definitions/emoji_name"
28
+ "reaction_item": {
29
+ "type": "object",
30
+ "description": "(defined by script)",
31
+ "properties": {
32
+ "channel": {
33
+ "$ref": "#/definitions/channel_id"
34
+ },
35
+ "ts": {
36
+ "$ref": "#/definitions/timestamp"
37
+ },
38
+ "type": {
39
+ "$ref": "#/definitions/reaction_item_type"
40
+ }
41
+ }
87
42
  },
88
- "type": {
89
- "const": "reaction_removed"
43
+ "user_id": {
44
+ "type": "string"
90
45
  },
91
- "user": {
92
- "$ref": "#/definitions/user_id"
93
- }
94
- },
95
- "example": {
96
- "event_ts": "1360782804.083113",
97
- "item": {
98
- "type": "message",
99
- "channel": "C0G9QF9GZ",
100
- "ts": "1360782400.498405"
46
+ "emoji_name": {
47
+ "type": "string"
101
48
  },
102
- "item_user": "U0G9QF9C6",
103
- "reaction": "thumbsup",
104
- "type": "reaction_removed",
105
- "user": "U024BE7LH"
49
+ "reaction_removed": {
50
+ "type": "object",
51
+ "description": "learn more: https://api.slack.com/events/reaction_removed",
52
+ "properties": {
53
+ "event_ts": {
54
+ "$ref": "#/definitions/timestamp"
55
+ },
56
+ "item": {
57
+ "$ref": "#/definitions/reaction_item"
58
+ },
59
+ "item_user": {
60
+ "$ref": "#/definitions/user_id"
61
+ },
62
+ "reaction": {
63
+ "$ref": "#/definitions/emoji_name"
64
+ },
65
+ "type": {
66
+ "const": "reaction_removed"
67
+ },
68
+ "user": {
69
+ "$ref": "#/definitions/user_id"
70
+ }
71
+ },
72
+ "example": {
73
+ "event_ts": "1360782804.083113",
74
+ "item": {
75
+ "type": "message",
76
+ "channel": "C0G9QF9GZ",
77
+ "ts": "1360782400.498405"
78
+ },
79
+ "item_user": "U0G9QF9C6",
80
+ "reaction": "thumbsup",
81
+ "type": "reaction_removed",
82
+ "user": "U024BE7LH"
83
+ }
84
+ }
106
85
  }
107
86
  },
108
87
  "compatibility": [