|
2 | 2 | "type": "object",
|
3 | 3 | "properties": {
|
4 | 4 | "business_account_id": {
|
| 5 | + "description": "The unique identifier for the business account associated with the media.", |
5 | 6 | "type": ["null", "string"]
|
6 | 7 | },
|
7 | 8 | "page_id": {
|
| 9 | + "description": "The unique identifier for the Instagram page associated with the media.", |
8 | 10 | "type": ["null", "string"]
|
9 | 11 | },
|
10 | 12 | "caption": {
|
| 13 | + "description": "The caption or description provided for the media.", |
11 | 14 | "type": ["null", "string"]
|
12 | 15 | },
|
13 | 16 | "comments_count": {
|
| 17 | + "description": "The total number of comments received on the media.", |
14 | 18 | "type": ["null", "integer"]
|
15 | 19 | },
|
16 | 20 | "id": {
|
| 21 | + "description": "The unique identifier for the media item.", |
17 | 22 | "type": ["null", "string"]
|
18 | 23 | },
|
19 | 24 | "ig_id": {
|
| 25 | + "description": "The Instagram-specific identifier for the media item.", |
20 | 26 | "type": ["null", "string"]
|
21 | 27 | },
|
22 | 28 | "is_comment_enabled": {
|
| 29 | + "description": "A flag indicating whether comments are enabled for the media.", |
23 | 30 | "type": ["null", "boolean"]
|
24 | 31 | },
|
25 | 32 | "like_count": {
|
| 33 | + "description": "The total number of likes received on the media.", |
26 | 34 | "type": ["null", "integer"]
|
27 | 35 | },
|
28 | 36 | "media_type": {
|
| 37 | + "description": "The type of media (e.g., image, video) of the media item.", |
29 | 38 | "type": ["null", "string"]
|
30 | 39 | },
|
31 | 40 | "media_product_type": {
|
| 41 | + "description": "The product type associated with the media (e.g., shopping product).", |
32 | 42 | "type": ["null", "string"]
|
33 | 43 | },
|
34 | 44 | "media_url": {
|
| 45 | + "description": "The URL for accessing the media content of the media item.", |
35 | 46 | "type": ["null", "string"]
|
36 | 47 | },
|
37 | 48 | "owner": {
|
| 49 | + "description": "Contains information about the owner of the post.", |
38 | 50 | "type": ["null", "object"],
|
39 | 51 | "properties": {
|
40 | 52 | "id": {
|
| 53 | + "description": "The unique identifier of the owner of the media item.", |
41 | 54 | "type": ["null", "string"]
|
42 | 55 | }
|
43 | 56 | }
|
44 | 57 | },
|
45 | 58 | "permalink": {
|
| 59 | + "description": "The permanent link to the media item on Instagram.", |
46 | 60 | "type": ["null", "string"]
|
47 | 61 | },
|
48 | 62 | "shortcode": {
|
| 63 | + "description": "The unique shortcode assigned to the media item.", |
49 | 64 | "type": ["null", "string"]
|
50 | 65 | },
|
51 | 66 | "thumbnail_url": {
|
| 67 | + "description": "The URL for accessing the thumbnail image of the media item.", |
52 | 68 | "type": ["null", "string"]
|
53 | 69 | },
|
54 | 70 | "timestamp": {
|
| 71 | + "description": "The date and time when the media item was created.", |
55 | 72 | "type": ["null", "string"],
|
56 | 73 | "format": "date-time",
|
57 | 74 | "airbyte_type": "timestamp_with_timezone"
|
58 | 75 | },
|
59 | 76 | "username": {
|
| 77 | + "description": "The username of the owner of the media item.", |
60 | 78 | "type": ["null", "string"]
|
61 | 79 | },
|
62 | 80 | "children": {
|
| 81 | + "description": "Contains an array of media items that are part of the post.", |
63 | 82 | "type": ["null", "array"],
|
64 | 83 | "items": {
|
| 84 | + "description": "Properties of each media item like image, caption, etc.", |
65 | 85 | "type": "object",
|
66 | 86 | "properties": {
|
67 | 87 | "id": {
|
| 88 | + "description": "The unique identifier for the child media item.", |
68 | 89 | "type": ["null", "string"]
|
69 | 90 | },
|
70 | 91 | "ig_id": {
|
| 92 | + "description": "The Instagram-specific identifier for the child media item.", |
71 | 93 | "type": ["null", "string"]
|
72 | 94 | },
|
73 | 95 | "media_type": {
|
| 96 | + "description": "The type of media of the child item (e.g., image, video).", |
74 | 97 | "type": ["null", "string"]
|
75 | 98 | },
|
76 | 99 | "media_url": {
|
| 100 | + "description": "The URL for accessing the media content of the child item.", |
77 | 101 | "type": ["null", "string"]
|
78 | 102 | },
|
79 | 103 | "owner": {
|
| 104 | + "description": "Contains information about the owner of the media item.", |
80 | 105 | "type": ["null", "object"],
|
81 | 106 | "properties": {
|
82 | 107 | "id": {
|
| 108 | + "description": "The unique identifier of the owner of the child media item.", |
83 | 109 | "type": ["null", "string"]
|
84 | 110 | }
|
85 | 111 | }
|
86 | 112 | },
|
87 | 113 | "permalink": {
|
| 114 | + "description": "The permanent link to the child media item on Instagram.", |
88 | 115 | "type": ["null", "string"]
|
89 | 116 | },
|
90 | 117 | "shortcode": {
|
| 118 | + "description": "The unique shortcode assigned to the child media item.", |
91 | 119 | "type": ["null", "string"]
|
92 | 120 | },
|
93 | 121 | "thumbnail_url": {
|
| 122 | + "description": "The URL for accessing the thumbnail image of the child media item.", |
94 | 123 | "type": ["null", "string"]
|
95 | 124 | },
|
96 | 125 | "timestamp": {
|
| 126 | + "description": "The date and time when the child media item was created.", |
97 | 127 | "type": ["null", "string"],
|
98 | 128 | "format": "date-time",
|
99 | 129 | "airbyte_type": "timestamp_with_timezone"
|
100 | 130 | },
|
101 | 131 | "username": {
|
| 132 | + "description": "The username of the owner of the child media item.", |
102 | 133 | "type": ["null", "string"]
|
103 | 134 | }
|
104 | 135 | }
|
|
0 commit comments