airbyte-source-facebook-pages 1.1.3__tar.gz → 2.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/PKG-INFO +3 -3
  2. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/pyproject.toml +8 -10
  3. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/manifest.yaml +6 -95
  4. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/post.json +86 -163
  5. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/README.md +0 -0
  6. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/__init__.py +0 -0
  7. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/components.py +0 -0
  8. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/run.py +0 -0
  9. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/page.json +0 -0
  10. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/page_insights.json +0 -0
  11. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/post_insights.json +0 -0
  12. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/adset.json +0 -0
  13. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/advideo.json +0 -0
  14. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/album.json +0 -0
  15. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/application.json +0 -0
  16. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/assigneduser.json +0 -0
  17. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/business.json +0 -0
  18. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/canvas.json +0 -0
  19. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/canvasbodyelement.json +0 -0
  20. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/chatplugin.json +0 -0
  21. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/comment.json +0 -0
  22. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/commercemerchantsettingssetupstatus.json +0 -0
  23. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/commerceorder.json +0 -0
  24. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/coverphoto.json +0 -0
  25. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/customusersettings.json +0 -0
  26. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/engagement.json +0 -0
  27. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/event.json +0 -0
  28. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/group.json +0 -0
  29. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/iguser.json +0 -0
  30. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/imagecopyright.json +0 -0
  31. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/insightsresult.json +0 -0
  32. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/instagramuser.json +0 -0
  33. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/leadgenform.json +0 -0
  34. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/liveencoder.json +0 -0
  35. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/livevideo.json +0 -0
  36. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/location.json +0 -0
  37. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/mailingaddress.json +0 -0
  38. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/mediafingerprint.json +0 -0
  39. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/messagingfeaturereview.json +0 -0
  40. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/messagingfeaturestatus.json +0 -0
  41. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/messengerdestinationpagewelcomemessage.json +0 -0
  42. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/messengerprofile.json +0 -0
  43. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/nativeoffer.json +0 -0
  44. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/page.json +0 -0
  45. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/pageadminnote.json +0 -0
  46. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/pagecalltoaction.json +0 -0
  47. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/pagecategory.json +0 -0
  48. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/pageparking.json +0 -0
  49. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/pagepaymentoptions.json +0 -0
  50. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/pagepost.json +0 -0
  51. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/pagerestaurantservices.json +0 -0
  52. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/pagerestaurantspecialties.json +0 -0
  53. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/pagesettings.json +0 -0
  54. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/pagestartinfo.json +0 -0
  55. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/pagethreadowner.json +0 -0
  56. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/pageusermessagethreadlabel.json +0 -0
  57. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/persona.json +0 -0
  58. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/photo.json +0 -0
  59. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/place.json +0 -0
  60. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/post.json +0 -0
  61. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/privacy.json +0 -0
  62. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/productcatalog.json +0 -0
  63. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/profile.json +0 -0
  64. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/profilepicturesource.json +0 -0
  65. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/recommendation.json +0 -0
  66. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/rtbdynamicpost.json +0 -0
  67. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/shop.json +0 -0
  68. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/tab.json +0 -0
  69. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/targeting.json +0 -0
  70. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/unifiedthread.json +0 -0
  71. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/url.json +0 -0
  72. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/user.json +0 -0
  73. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/videocopyrightrule.json +0 -0
  74. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/videolist.json +0 -0
  75. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/schemas/shared/voipinfo.json +0 -0
  76. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/source.py +0 -0
  77. {airbyte_source_facebook_pages-1.1.3 → airbyte_source_facebook_pages-2.0.0}/source_facebook_pages/spec.yaml +0 -0
@@ -1,7 +1,8 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.1
2
2
  Name: airbyte-source-facebook-pages
3
- Version: 1.1.3
3
+ Version: 2.0.0
4
4
  Summary: Source implementation for Facebook Pages.
5
+ Home-page: https://airbyte.com
5
6
  License: ELv2
6
7
  Author: Airbyte
7
8
  Author-email: contact@airbyte.io
@@ -13,7 +14,6 @@ Classifier: Programming Language :: Python :: 3.11
13
14
  Requires-Dist: airbyte-cdk (>=6,<7)
14
15
  Requires-Dist: pendulum (>=3.0.0,<4.0.0)
15
16
  Project-URL: Documentation, https://docs.airbyte.com/integrations/sources/facebook-pages
16
- Project-URL: Homepage, https://airbyte.com
17
17
  Project-URL: Repository, https://github.com/airbytehq/airbyte
18
18
  Description-Content-Type: text/markdown
19
19
 
@@ -1,24 +1,19 @@
1
1
  [build-system]
2
- requires = [
3
- "poetry-core>=1.0.0",
4
- ]
2
+ requires = [ "poetry-core>=1.0.0",]
5
3
  build-backend = "poetry.core.masonry.api"
6
4
 
7
5
  [tool.poetry]
8
- version = "1.1.3"
6
+ version = "2.0.0"
9
7
  name = "airbyte-source-facebook-pages"
10
8
  description = "Source implementation for Facebook Pages."
11
- authors = [
12
- "Airbyte <contact@airbyte.io>",
13
- ]
9
+ authors = [ "Airbyte <contact@airbyte.io>",]
14
10
  license = "ELv2"
15
11
  readme = "README.md"
16
12
  documentation = "https://docs.airbyte.com/integrations/sources/facebook-pages"
17
13
  homepage = "https://airbyte.com"
18
14
  repository = "https://github.com/airbytehq/airbyte"
19
- packages = [
20
- { include = "source_facebook_pages" },
21
- ]
15
+ [[tool.poetry.packages]]
16
+ include = "source_facebook_pages"
22
17
 
23
18
  [tool.poetry.dependencies]
24
19
  python = "^3.10,<3.12"
@@ -33,7 +28,10 @@ pytest = "^8.0.0"
33
28
  pytest-mock = "^3.6.1"
34
29
  requests-mock = "^1.11.0"
35
30
 
31
+
36
32
  [tool.poe]
37
33
  include = [
34
+ # Shared tasks definition file(s) can be imported here.
35
+ # Run `poe` or `poe --help` to see the list of available tasks.
38
36
  "${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
39
37
  ]
@@ -8,7 +8,7 @@ definitions:
8
8
  extractor:
9
9
  field_path: ["data"]
10
10
  requester:
11
- url_base: "https://graph.facebook.com/v21.0"
11
+ url_base: "https://graph.facebook.com/v24.0"
12
12
  http_method: "GET"
13
13
  error_handler:
14
14
  type: CompositeErrorHandler
@@ -204,7 +204,6 @@ definitions:
204
204
  'events',
205
205
  'feed',
206
206
  'global_brand_children',
207
- 'groups',
208
207
  'image_copyrights',
209
208
  'indexed_videos',
210
209
  'likes',
@@ -213,7 +212,6 @@ definitions:
213
212
  'posts',
214
213
  'product_catalogs',
215
214
  'published_posts',
216
- 'ratings',
217
215
  'tabs',
218
216
  'tagged',
219
217
  'rtb_dynamic_posts',
@@ -241,25 +239,22 @@ definitions:
241
239
  'id',
242
240
  'actions',
243
241
  'admin_creator',
242
+ 'allowed_advertising_objects',
244
243
  'application',
244
+ 'attachments',
245
245
  'backdated_time',
246
246
  'call_to_action',
247
247
  'can_reply_privately',
248
248
  'child_attachments',
249
- 'coordinates',
250
249
  'created_time',
251
- 'event',
252
- 'expanded_height',
253
- 'expanded_width',
254
250
  'feed_targeting',
255
251
  'from',
256
- 'height',
252
+ 'full_picture',
257
253
  'icon',
258
254
  'instagram_eligibility',
259
255
  'is_eligible_for_promotion',
260
256
  'is_expired',
261
257
  'is_hidden',
262
- 'is_inline_created',
263
258
  'is_instagram_eligible',
264
259
  'is_popular',
265
260
  'is_published',
@@ -273,7 +268,6 @@ definitions:
273
268
  'place',
274
269
  'privacy',
275
270
  'promotable_id',
276
- 'promotion_status',
277
271
  'properties',
278
272
  'scheduled_publish_time',
279
273
  'shares',
@@ -281,18 +275,9 @@ definitions:
281
275
  'story',
282
276
  'story_tags',
283
277
  'subscribed',
284
- 'target',
285
278
  'targeting',
286
- 'timeline_visibility',
287
279
  'updated_time',
288
- 'via',
289
280
  'video_buying_eligibility',
290
- 'width',
291
- 'comments',
292
- 'dynamic_posts',
293
- 'likes',
294
- 'reactions',
295
- 'sharedposts',
296
281
  'sponsor_tags',
297
282
  'to'
298
283
  ])
@@ -318,32 +303,15 @@ definitions:
318
303
  fields: |
319
304
  {{
320
305
  'insights.metric(%s)' % ','.join([
321
- 'post_impressions',
306
+ 'post_media_view',
322
307
  'post_impressions_unique',
323
- 'post_impressions_paid',
324
308
  'post_impressions_paid_unique',
325
- 'post_impressions_fan',
326
309
  'post_impressions_fan_unique',
327
- 'post_impressions_fan_paid',
328
- 'post_impressions_fan_paid_unique',
329
- 'post_impressions_organic',
330
310
  'post_impressions_organic_unique',
331
- 'post_impressions_viral',
332
311
  'post_impressions_viral_unique',
333
- 'post_impressions_nonviral',
334
312
  'post_impressions_nonviral_unique',
335
- 'post_impressions_by_story_type',
336
- 'post_impressions_by_story_type_unique',
337
- 'post_engaged_users',
338
- 'post_negative_feedback',
339
- 'post_negative_feedback_unique',
340
- 'post_negative_feedback_by_type',
341
- 'post_negative_feedback_by_type_unique',
342
- 'post_engaged_fan',
343
313
  'post_clicks',
344
- 'post_clicks_unique',
345
314
  'post_clicks_by_type',
346
- 'post_clicks_by_type_unique',
347
315
  'post_reactions_by_type_total',
348
316
  ])
349
317
  }}
@@ -362,71 +330,14 @@ definitions:
362
330
  metric: |
363
331
  {{
364
332
  ','.join([
365
- 'page_tab_views_login_top_unique',
366
- 'page_tab_views_login_top',
367
- 'page_tab_views_logout_top',
368
333
  'page_total_actions',
369
- 'page_cta_clicks_logged_in_total',
370
- 'page_cta_clicks_logged_in_unique',
371
- 'page_cta_clicks_by_site_logged_in_unique',
372
- 'page_cta_clicks_by_age_gender_logged_in_unique',
373
- 'page_cta_clicks_logged_in_by_country_unique',
374
- 'page_cta_clicks_logged_in_by_city_unique',
375
- 'page_call_phone_clicks_logged_in_unique',
376
- 'page_call_phone_clicks_by_age_gender_logged_in_unique',
377
- 'page_call_phone_clicks_logged_in_by_country_unique',
378
- 'page_call_phone_clicks_logged_in_by_city_unique',
379
- 'page_call_phone_clicks_by_site_logged_in_unique',
380
- 'page_get_directions_clicks_logged_in_unique',
381
- 'page_get_directions_clicks_by_age_gender_logged_in_unique',
382
- 'page_get_directions_clicks_logged_in_by_country_unique',
383
- 'page_get_directions_clicks_logged_in_by_city_unique',
384
- 'page_get_directions_clicks_by_site_logged_in_unique',
385
- 'page_website_clicks_logged_in_unique',
386
- 'page_website_clicks_by_age_gender_logged_in_unique',
387
- 'page_website_clicks_logged_in_by_country_unique',
388
- 'page_website_clicks_logged_in_by_city_unique',
389
- 'page_website_clicks_by_site_logged_in_unique',
390
- 'page_engaged_users',
391
334
  'page_post_engagements',
392
- 'page_consumptions',
393
- 'page_consumptions_unique',
394
- 'page_consumptions_by_consumption_type',
395
- 'page_consumptions_by_consumption_type_unique',
396
- 'page_places_checkin_total',
397
- 'page_places_checkin_total_unique',
398
- 'page_places_checkin_mobile',
399
- 'page_places_checkin_mobile_unique',
400
- 'page_places_checkins_by_age_gender',
401
- 'page_places_checkins_by_locale',
402
- 'page_places_checkins_by_country',
403
- 'page_negative_feedback',
404
- 'page_negative_feedback_unique',
405
- 'page_negative_feedback_by_type',
406
- 'page_negative_feedback_by_type_unique',
407
- 'page_positive_feedback_by_type',
408
- 'page_positive_feedback_by_type_unique',
409
- 'page_fans_online',
410
- 'page_fans_online_per_day',
411
335
  'page_fan_adds_by_paid_non_paid_unique',
412
- 'page_impressions',
336
+ 'page_media_view',
413
337
  'page_impressions_unique',
414
- 'page_impressions_paid',
415
338
  'page_impressions_paid_unique',
416
- 'page_impressions_organic_v2',
417
- 'page_impressions_organic_unique_v2',
418
- 'page_impressions_viral',
419
339
  'page_impressions_viral_unique',
420
- 'page_impressions_nonviral',
421
340
  'page_impressions_nonviral_unique',
422
- 'page_impressions_by_story_type',
423
- 'page_impressions_by_story_type_unique',
424
- 'page_impressions_by_city_unique',
425
- 'page_impressions_by_country_unique',
426
- 'page_impressions_by_locale_unique',
427
- 'page_impressions_by_age_gender_unique',
428
- 'page_impressions_frequency_distribution',
429
- 'page_impressions_viral_frequency_distribution',
430
341
  ])
431
342
  }}
432
343
  streams:
@@ -11,6 +11,9 @@
11
11
  "admin_creator": {
12
12
  "type": ["object", "null"]
13
13
  },
14
+ "allowed_advertising_objects": {
15
+ "type": ["null", "string"]
16
+ },
14
17
  "allowed_advertising_objectives": {
15
18
  "type": ["array", "null"],
16
19
  "items": {
@@ -20,6 +23,71 @@
20
23
  "application": {
21
24
  "$ref": "application.json"
22
25
  },
26
+ "attachments": {
27
+ "type": ["null", "object"],
28
+ "properties": {
29
+ "description": {
30
+ "type": ["null", "string"]
31
+ },
32
+ "description_tags": {
33
+ "type": ["null", "array"],
34
+ "items": {
35
+ "type": ["null", "string"]
36
+ }
37
+ },
38
+ "media": {
39
+ "type": ["null", "object"],
40
+ "properties": {
41
+ "image": {
42
+ "type": ["null", "object"],
43
+ "properties": {
44
+ "height": {
45
+ "type": ["null", "integer"]
46
+ },
47
+ "width": {
48
+ "type": ["null", "integer"]
49
+ },
50
+ "src": {
51
+ "type": ["null", "string"]
52
+ }
53
+ }
54
+ },
55
+ "source": {
56
+ "type": ["null", "string"]
57
+ }
58
+ }
59
+ },
60
+ "media_type": {
61
+ "type": ["null", "string"]
62
+ },
63
+ "target": {
64
+ "type": ["null", "object"],
65
+ "properties": {
66
+ "id": {
67
+ "type": ["null", "string"]
68
+ },
69
+ "unshimmed_url": {
70
+ "type": ["null", "string"]
71
+ },
72
+ "url": {
73
+ "type": ["null", "string"]
74
+ }
75
+ }
76
+ },
77
+ "title": {
78
+ "type": ["null", "string"]
79
+ },
80
+ "type": {
81
+ "type": ["null", "string"]
82
+ },
83
+ "unshimmed_url": {
84
+ "type": ["null", "string"]
85
+ },
86
+ "url": {
87
+ "type": ["null", "string"]
88
+ }
89
+ }
90
+ },
23
91
  "backdated_time": {
24
92
  "type": ["string", "null"],
25
93
  "format": "date-time"
@@ -52,15 +120,6 @@
52
120
  "description": {
53
121
  "type": ["string", "null"]
54
122
  },
55
- "event": {
56
- "$ref": "event.json"
57
- },
58
- "expanded_height": {
59
- "type": ["integer", "null"]
60
- },
61
- "expanded_width": {
62
- "type": ["integer", "null"]
63
- },
64
123
  "feed_targeting": {
65
124
  "type": ["string", "null"]
66
125
  },
@@ -70,9 +129,6 @@
70
129
  "full_picture": {
71
130
  "type": ["string", "null"]
72
131
  },
73
- "height": {
74
- "type": ["integer", "null"]
75
- },
76
132
  "icon": {
77
133
  "type": ["string", "null"]
78
134
  },
@@ -94,9 +150,6 @@
94
150
  "is_hidden": {
95
151
  "type": ["boolean", "null"]
96
152
  },
97
- "is_inline_created": {
98
- "type": ["boolean", "null"]
99
- },
100
153
  "is_instagram_eligible": {
101
154
  "type": ["boolean", "null"]
102
155
  },
@@ -118,7 +171,24 @@
118
171
  "message_tags": {
119
172
  "type": ["array", "null"],
120
173
  "items": {
121
- "type": ["object", "null"]
174
+ "type": ["object", "null"],
175
+ "properties": {
176
+ "length": {
177
+ "type": ["null", "integer"]
178
+ },
179
+ "id": {
180
+ "type": ["null", "string"]
181
+ },
182
+ "name": {
183
+ "type": ["null", "string"]
184
+ },
185
+ "offset": {
186
+ "type": ["null", "integer"]
187
+ },
188
+ "type": {
189
+ "type": ["null", "string"]
190
+ }
191
+ }
122
192
  }
123
193
  },
124
194
  "multi_share_end_card": {
@@ -151,9 +221,6 @@
151
221
  "promotable_id": {
152
222
  "type": ["string", "null"]
153
223
  },
154
- "promotion_status": {
155
- "type": ["string", "null"]
156
- },
157
224
  "properties": {
158
225
  "type": ["array", "null"],
159
226
  "items": {
@@ -184,15 +251,9 @@
184
251
  "subscribed": {
185
252
  "type": ["boolean", "null"]
186
253
  },
187
- "target": {
188
- "$ref": "profile.json"
189
- },
190
254
  "targeting": {
191
255
  "type": ["string", "null"]
192
256
  },
193
- "timeline_visibility": {
194
- "type": ["string", "null"]
195
- },
196
257
  "type": {
197
258
  "type": ["string", "null"]
198
259
  },
@@ -200,84 +261,12 @@
200
261
  "type": ["string", "null"],
201
262
  "format": "date-time"
202
263
  },
203
- "via": {
204
- "type": ["string", "null"]
205
- },
206
264
  "video_buying_eligibility": {
207
265
  "type": ["array", "null"],
208
266
  "items": {
209
267
  "type": ["string", "null"]
210
268
  }
211
269
  },
212
- "width": {
213
- "type": ["integer", "null"]
214
- },
215
- "comments": {
216
- "type": ["object", "null"],
217
- "properties": {
218
- "data": {
219
- "type": ["array", "null"],
220
- "items": {
221
- "$ref": "comment.json"
222
- }
223
- },
224
- "paging": {
225
- "type": ["object", "null"],
226
- "properties": {
227
- "previous": {
228
- "type": ["string", "null"]
229
- },
230
- "next": {
231
- "type": ["string", "null"]
232
- },
233
- "cursors": {
234
- "type": "object",
235
- "properties": {
236
- "before": {
237
- "type": ["string", "null"]
238
- },
239
- "after": {
240
- "type": ["string", "null"]
241
- }
242
- }
243
- }
244
- }
245
- }
246
- }
247
- },
248
- "dynamic_posts": {
249
- "type": ["object", "null"],
250
- "properties": {
251
- "data": {
252
- "type": ["array", "null"],
253
- "items": {
254
- "$ref": "rtbdynamicpost.json"
255
- }
256
- },
257
- "paging": {
258
- "type": ["object", "null"],
259
- "properties": {
260
- "previous": {
261
- "type": ["string", "null"]
262
- },
263
- "next": {
264
- "type": ["string", "null"]
265
- },
266
- "cursors": {
267
- "type": "object",
268
- "properties": {
269
- "before": {
270
- "type": ["string", "null"]
271
- },
272
- "after": {
273
- "type": ["string", "null"]
274
- }
275
- }
276
- }
277
- }
278
- }
279
- }
280
- },
281
270
  "insights": {
282
271
  "type": ["object", "null"],
283
272
  "properties": {
@@ -311,72 +300,6 @@
311
300
  }
312
301
  }
313
302
  },
314
- "reactions": {
315
- "type": ["object", "null"],
316
- "properties": {
317
- "data": {
318
- "type": ["array", "null"],
319
- "items": {
320
- "$ref": "profile.json"
321
- }
322
- },
323
- "paging": {
324
- "type": ["object", "null"],
325
- "properties": {
326
- "previous": {
327
- "type": ["string", "null"]
328
- },
329
- "next": {
330
- "type": ["string", "null"]
331
- },
332
- "cursors": {
333
- "type": "object",
334
- "properties": {
335
- "before": {
336
- "type": ["string", "null"]
337
- },
338
- "after": {
339
- "type": ["string", "null"]
340
- }
341
- }
342
- }
343
- }
344
- }
345
- }
346
- },
347
- "sharedposts": {
348
- "type": ["object", "null"],
349
- "properties": {
350
- "data": {
351
- "type": ["array", "null"],
352
- "items": {
353
- "$ref": "post.json"
354
- }
355
- },
356
- "paging": {
357
- "type": ["object", "null"],
358
- "properties": {
359
- "previous": {
360
- "type": ["string", "null"]
361
- },
362
- "next": {
363
- "type": ["string", "null"]
364
- },
365
- "cursors": {
366
- "type": "object",
367
- "properties": {
368
- "before": {
369
- "type": ["string", "null"]
370
- },
371
- "after": {
372
- "type": ["string", "null"]
373
- }
374
- }
375
- }
376
- }
377
- }
378
- }
379
- },
380
303
  "sponsor_tags": {
381
304
  "type": ["object", "null"],
382
305
  "properties": {