kontent-delivery-sdk-ruby 2.0.15 → 2.0.21
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +85 -45
- data/lib/delivery/builders/url_builder.rb +3 -0
- data/lib/delivery/client/delivery_client.rb +21 -0
- data/lib/delivery/client/delivery_query.rb +23 -7
- data/lib/delivery/client/request_manager.rb +8 -4
- data/lib/delivery/query_parameters/filters.rb +45 -2
- data/lib/delivery/query_parameters/parameter_base.rb +17 -7
- data/lib/delivery/responses/delivery_item_listing_response.rb +3 -3
- data/lib/delivery/responses/delivery_item_response.rb +3 -3
- data/lib/delivery/responses/delivery_items_feed_response.rb +58 -0
- data/lib/delivery/responses/response_base.rb +2 -2
- data/lib/delivery/tests/fake_responder.rb +27 -6
- data/lib/delivery/tests/filtering/items_with_count.json +5241 -4842
- data/lib/delivery/tests/filtering/{pagination_about_us.json → pagination.json} +179 -64
- data/lib/delivery/tests/generic/items.json +1131 -732
- data/lib/delivery/tests/generic/items/about_us.json +76 -27
- data/lib/delivery/tests/generic/items/aeropress_filters.json +28 -11
- data/lib/delivery/tests/generic/items/coffee_processing_techniques.json +409 -12
- data/lib/delivery/tests/generic/items/empty_rich_text.json +24 -0
- data/lib/delivery/tests/generic/items/rich_text_complex_tables.json +81 -0
- data/lib/delivery/tests/generic/items/where_does_coffee_come_from_.json +396 -500
- data/lib/delivery/tests/generic/taxonomies.json +78 -1
- data/lib/delivery/tests/generic/types.json +808 -753
- data/lib/delivery/tests/items_feed/articles_feed_1.json +39 -0
- data/lib/delivery/tests/items_feed/articles_feed_2.json +78 -0
- data/lib/delivery/tests/items_feed/articles_feed_3.json +104 -0
- data/lib/kontent-delivery-sdk-ruby.rb +1 -0
- metadata +48 -27
- data/lib/delivery/tests/filtering/items_gt.json +0 -566
- data/lib/delivery/tests/filtering/multiple.json +0 -283
- data/lib/delivery/version.rb +0 -7
@@ -116,12 +116,89 @@
|
|
116
116
|
"terms": []
|
117
117
|
}
|
118
118
|
]
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"system": {
|
122
|
+
"id": "538125ff-c59c-4193-88ce-71a7016830ed",
|
123
|
+
"name": "Sitemap",
|
124
|
+
"codename": "sitemap_538125f",
|
125
|
+
"last_modified": "2019-03-27T13:02:50.1430000Z"
|
126
|
+
},
|
127
|
+
"terms": [
|
128
|
+
{
|
129
|
+
"name": "Home",
|
130
|
+
"codename": "home",
|
131
|
+
"terms": []
|
132
|
+
},
|
133
|
+
{
|
134
|
+
"name": "Products",
|
135
|
+
"codename": "products",
|
136
|
+
"terms": [
|
137
|
+
{
|
138
|
+
"name": "Coffee",
|
139
|
+
"codename": "coffee",
|
140
|
+
"terms": []
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"name": "Brewers",
|
144
|
+
"codename": "brewers",
|
145
|
+
"terms": []
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"name": "Accessories",
|
149
|
+
"codename": "accessories",
|
150
|
+
"terms": []
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"name": "Grinders",
|
154
|
+
"codename": "grinders",
|
155
|
+
"terms": []
|
156
|
+
}
|
157
|
+
]
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"name": "Cafes",
|
161
|
+
"codename": "cafes",
|
162
|
+
"terms": [
|
163
|
+
{
|
164
|
+
"name": "North America",
|
165
|
+
"codename": "north_america",
|
166
|
+
"terms": []
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"name": "Europe",
|
170
|
+
"codename": "europe",
|
171
|
+
"terms": []
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"name": "Australia",
|
175
|
+
"codename": "australia",
|
176
|
+
"terms": []
|
177
|
+
}
|
178
|
+
]
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"name": "Articles",
|
182
|
+
"codename": "articles",
|
183
|
+
"terms": []
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"name": "Offices",
|
187
|
+
"codename": "offices",
|
188
|
+
"terms": []
|
189
|
+
},
|
190
|
+
{
|
191
|
+
"name": "About us",
|
192
|
+
"codename": "about_us",
|
193
|
+
"terms": []
|
194
|
+
}
|
195
|
+
]
|
119
196
|
}
|
120
197
|
],
|
121
198
|
"pagination": {
|
122
199
|
"skip": 0,
|
123
200
|
"limit": 0,
|
124
|
-
"count":
|
201
|
+
"count": 5,
|
125
202
|
"next_page": ""
|
126
203
|
}
|
127
204
|
}
|
@@ -1,781 +1,836 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
2
|
+
"types": [
|
3
|
+
{
|
4
|
+
"system": {
|
5
|
+
"id": "b2c14f2c-6467-460b-a70b-bca17972a33a",
|
6
|
+
"name": "About us",
|
7
|
+
"codename": "about_us",
|
8
|
+
"last_modified": "2019-07-16T07:07:38.4220000Z"
|
9
|
+
},
|
10
|
+
"elements": {
|
11
|
+
"metadata__og_description": {
|
12
|
+
"type": "text",
|
13
|
+
"name": "og:description"
|
14
|
+
},
|
15
|
+
"metadata__meta_title": {
|
16
|
+
"type": "text",
|
17
|
+
"name": "Meta title"
|
18
|
+
},
|
19
|
+
"metadata__og_title": {
|
20
|
+
"type": "text",
|
21
|
+
"name": "og:title"
|
22
|
+
},
|
23
|
+
"metadata__meta_description": {
|
24
|
+
"type": "text",
|
25
|
+
"name": "Meta description"
|
26
|
+
},
|
27
|
+
"metadata__twitter_site": {
|
28
|
+
"type": "text",
|
29
|
+
"name": "twitter:site"
|
30
|
+
},
|
31
|
+
"url_pattern": {
|
32
|
+
"type": "url_slug",
|
33
|
+
"name": "URL pattern"
|
34
|
+
},
|
35
|
+
"metadata__twitter_image": {
|
36
|
+
"type": "asset",
|
37
|
+
"name": "twitter:image"
|
38
|
+
},
|
39
|
+
"sitemap": {
|
40
|
+
"type": "taxonomy",
|
41
|
+
"name": "Sitemap",
|
42
|
+
"taxonomy_group": "sitemap_538125f"
|
43
|
+
},
|
44
|
+
"metadata__twitter_creator": {
|
45
|
+
"type": "text",
|
46
|
+
"name": "twitter:creator"
|
47
|
+
},
|
48
|
+
"metadata__twitter_title": {
|
49
|
+
"type": "text",
|
50
|
+
"name": "twitter:title"
|
51
|
+
},
|
52
|
+
"metadata__twitter_description": {
|
53
|
+
"type": "text",
|
54
|
+
"name": "twitter:description"
|
55
|
+
},
|
56
|
+
"metadata__og_image": {
|
57
|
+
"type": "asset",
|
58
|
+
"name": "og:image"
|
59
|
+
},
|
60
|
+
"facts": {
|
61
|
+
"type": "modular_content",
|
62
|
+
"name": "Facts"
|
59
63
|
}
|
64
|
+
}
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"system": {
|
68
|
+
"id": "d9748663-f567-4c51-a922-c24a1d6b935a",
|
69
|
+
"name": "Accessory",
|
70
|
+
"codename": "accessory",
|
71
|
+
"last_modified": "2019-07-16T07:11:09.7610000Z"
|
60
72
|
},
|
61
|
-
{
|
62
|
-
"
|
63
|
-
"
|
64
|
-
"name": "
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
"
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
"
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
"
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
"
|
139
|
-
"type": "text",
|
140
|
-
"name": "Product name"
|
141
|
-
}
|
73
|
+
"elements": {
|
74
|
+
"metadata__og_description": {
|
75
|
+
"type": "text",
|
76
|
+
"name": "og:description"
|
77
|
+
},
|
78
|
+
"metadata__meta_title": {
|
79
|
+
"type": "text",
|
80
|
+
"name": "Meta title"
|
81
|
+
},
|
82
|
+
"metadata__og_title": {
|
83
|
+
"type": "text",
|
84
|
+
"name": "og:title"
|
85
|
+
},
|
86
|
+
"long_description": {
|
87
|
+
"type": "rich_text",
|
88
|
+
"name": "Long description"
|
89
|
+
},
|
90
|
+
"metadata__meta_description": {
|
91
|
+
"type": "text",
|
92
|
+
"name": "Meta description"
|
93
|
+
},
|
94
|
+
"metadata__twitter_site": {
|
95
|
+
"type": "text",
|
96
|
+
"name": "twitter:site"
|
97
|
+
},
|
98
|
+
"price": {
|
99
|
+
"type": "number",
|
100
|
+
"name": "Price"
|
101
|
+
},
|
102
|
+
"metadata__twitter_image": {
|
103
|
+
"type": "asset",
|
104
|
+
"name": "twitter:image"
|
105
|
+
},
|
106
|
+
"metadata__twitter_creator": {
|
107
|
+
"type": "text",
|
108
|
+
"name": "twitter:creator"
|
109
|
+
},
|
110
|
+
"url_pattern": {
|
111
|
+
"type": "url_slug",
|
112
|
+
"name": "URL pattern"
|
113
|
+
},
|
114
|
+
"short_description": {
|
115
|
+
"type": "rich_text",
|
116
|
+
"name": "Short description"
|
117
|
+
},
|
118
|
+
"manufacturer": {
|
119
|
+
"type": "text",
|
120
|
+
"name": "Manufacturer"
|
121
|
+
},
|
122
|
+
"metadata__twitter_title": {
|
123
|
+
"type": "text",
|
124
|
+
"name": "twitter:title"
|
125
|
+
},
|
126
|
+
"metadata__twitter_description": {
|
127
|
+
"type": "text",
|
128
|
+
"name": "twitter:description"
|
129
|
+
},
|
130
|
+
"metadata__og_image": {
|
131
|
+
"type": "asset",
|
132
|
+
"name": "og:image"
|
133
|
+
},
|
134
|
+
"sitemap": {
|
135
|
+
"type": "taxonomy",
|
136
|
+
"name": "Sitemap",
|
137
|
+
"taxonomy_group": "sitemap_538125f"
|
138
|
+
},
|
139
|
+
"product_status": {
|
140
|
+
"type": "taxonomy",
|
141
|
+
"name": "Product status",
|
142
|
+
"taxonomy_group": "product_status"
|
143
|
+
},
|
144
|
+
"image": {
|
145
|
+
"type": "asset",
|
146
|
+
"name": "Image"
|
147
|
+
},
|
148
|
+
"product_name": {
|
149
|
+
"type": "text",
|
150
|
+
"name": "Product name"
|
142
151
|
}
|
152
|
+
}
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"system": {
|
156
|
+
"id": "b7aa4a53-d9b1-48cf-b7a6-ed0b182c4b89",
|
157
|
+
"name": "Article",
|
158
|
+
"codename": "article",
|
159
|
+
"last_modified": "2019-07-16T07:12:44.8360000Z"
|
143
160
|
},
|
144
|
-
{
|
145
|
-
"
|
146
|
-
"
|
147
|
-
"name": "
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
"
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
"
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
"
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
"
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
"
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
"
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
"
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
"
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
"
|
230
|
-
"type": "url_slug",
|
231
|
-
"name": "URL pattern"
|
232
|
-
}
|
161
|
+
"elements": {
|
162
|
+
"metadata__og_description": {
|
163
|
+
"type": "text",
|
164
|
+
"name": "og:description"
|
165
|
+
},
|
166
|
+
"metadata__meta_title": {
|
167
|
+
"type": "text",
|
168
|
+
"name": "Meta title"
|
169
|
+
},
|
170
|
+
"personas": {
|
171
|
+
"type": "taxonomy",
|
172
|
+
"name": "Personas",
|
173
|
+
"taxonomy_group": "personas"
|
174
|
+
},
|
175
|
+
"body_copy": {
|
176
|
+
"type": "rich_text",
|
177
|
+
"name": "Body Copy"
|
178
|
+
},
|
179
|
+
"metadata__og_title": {
|
180
|
+
"type": "text",
|
181
|
+
"name": "og:title"
|
182
|
+
},
|
183
|
+
"metadata__meta_description": {
|
184
|
+
"type": "text",
|
185
|
+
"name": "Meta description"
|
186
|
+
},
|
187
|
+
"metadata__twitter_site": {
|
188
|
+
"type": "text",
|
189
|
+
"name": "twitter:site"
|
190
|
+
},
|
191
|
+
"post_date": {
|
192
|
+
"type": "date_time",
|
193
|
+
"name": "Post date"
|
194
|
+
},
|
195
|
+
"meta_keywords": {
|
196
|
+
"type": "text",
|
197
|
+
"name": "Meta keywords"
|
198
|
+
},
|
199
|
+
"teaser_image": {
|
200
|
+
"type": "asset",
|
201
|
+
"name": "Teaser image"
|
202
|
+
},
|
203
|
+
"metadata__twitter_image": {
|
204
|
+
"type": "asset",
|
205
|
+
"name": "twitter:image"
|
206
|
+
},
|
207
|
+
"metadata__twitter_creator": {
|
208
|
+
"type": "text",
|
209
|
+
"name": "twitter:creator"
|
210
|
+
},
|
211
|
+
"title": {
|
212
|
+
"type": "text",
|
213
|
+
"name": "Title"
|
214
|
+
},
|
215
|
+
"summary": {
|
216
|
+
"type": "text",
|
217
|
+
"name": "Summary"
|
218
|
+
},
|
219
|
+
"sitemap": {
|
220
|
+
"type": "taxonomy",
|
221
|
+
"name": "Sitemap",
|
222
|
+
"taxonomy_group": "sitemap_538125f"
|
223
|
+
},
|
224
|
+
"metadata__twitter_title": {
|
225
|
+
"type": "text",
|
226
|
+
"name": "twitter:title"
|
227
|
+
},
|
228
|
+
"metadata__twitter_description": {
|
229
|
+
"type": "text",
|
230
|
+
"name": "twitter:description"
|
231
|
+
},
|
232
|
+
"meta_description": {
|
233
|
+
"type": "text",
|
234
|
+
"name": "Meta description"
|
235
|
+
},
|
236
|
+
"metadata__og_image": {
|
237
|
+
"type": "asset",
|
238
|
+
"name": "og:image"
|
239
|
+
},
|
240
|
+
"related_articles": {
|
241
|
+
"type": "modular_content",
|
242
|
+
"name": "Related articles"
|
243
|
+
},
|
244
|
+
"url_pattern": {
|
245
|
+
"type": "url_slug",
|
246
|
+
"name": "URL pattern"
|
233
247
|
}
|
248
|
+
}
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"system": {
|
252
|
+
"id": "7bc932b3-ce2a-4aa7-954e-04cbcbd214fc",
|
253
|
+
"name": "Brewer",
|
254
|
+
"codename": "brewer",
|
255
|
+
"last_modified": "2019-07-16T07:15:27.5660000Z"
|
234
256
|
},
|
235
|
-
{
|
236
|
-
"
|
237
|
-
"
|
238
|
-
"name": "
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
"
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
"
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
"
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
"
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
"
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
"
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
"
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
"
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
"
|
314
|
-
"type": "asset",
|
315
|
-
"name": "Image"
|
316
|
-
}
|
257
|
+
"elements": {
|
258
|
+
"product_name": {
|
259
|
+
"type": "text",
|
260
|
+
"name": "Product name"
|
261
|
+
},
|
262
|
+
"metadata__og_description": {
|
263
|
+
"type": "text",
|
264
|
+
"name": "og:description"
|
265
|
+
},
|
266
|
+
"metadata__meta_title": {
|
267
|
+
"type": "text",
|
268
|
+
"name": "Meta title"
|
269
|
+
},
|
270
|
+
"long_description": {
|
271
|
+
"type": "rich_text",
|
272
|
+
"name": "Long description"
|
273
|
+
},
|
274
|
+
"metadata__og_title": {
|
275
|
+
"type": "text",
|
276
|
+
"name": "og:title"
|
277
|
+
},
|
278
|
+
"metadata__meta_description": {
|
279
|
+
"type": "text",
|
280
|
+
"name": "Meta description"
|
281
|
+
},
|
282
|
+
"metadata__twitter_site": {
|
283
|
+
"type": "text",
|
284
|
+
"name": "twitter:site"
|
285
|
+
},
|
286
|
+
"price": {
|
287
|
+
"type": "number",
|
288
|
+
"name": "Price"
|
289
|
+
},
|
290
|
+
"manufacturer": {
|
291
|
+
"type": "taxonomy",
|
292
|
+
"name": "Manufacturer",
|
293
|
+
"taxonomy_group": "manufacturer"
|
294
|
+
},
|
295
|
+
"metadata__twitter_image": {
|
296
|
+
"type": "asset",
|
297
|
+
"name": "twitter:image"
|
298
|
+
},
|
299
|
+
"metadata__twitter_creator": {
|
300
|
+
"type": "text",
|
301
|
+
"name": "twitter:creator"
|
302
|
+
},
|
303
|
+
"url_pattern": {
|
304
|
+
"type": "url_slug",
|
305
|
+
"name": "URL pattern"
|
306
|
+
},
|
307
|
+
"sitemap": {
|
308
|
+
"type": "taxonomy",
|
309
|
+
"name": "Sitemap",
|
310
|
+
"taxonomy_group": "sitemap_538125f"
|
311
|
+
},
|
312
|
+
"short_description": {
|
313
|
+
"type": "rich_text",
|
314
|
+
"name": "Short description"
|
315
|
+
},
|
316
|
+
"product_status": {
|
317
|
+
"type": "taxonomy",
|
318
|
+
"name": "Product status",
|
319
|
+
"taxonomy_group": "product_status"
|
320
|
+
},
|
321
|
+
"metadata__twitter_title": {
|
322
|
+
"type": "text",
|
323
|
+
"name": "twitter:title"
|
324
|
+
},
|
325
|
+
"metadata__twitter_description": {
|
326
|
+
"type": "text",
|
327
|
+
"name": "twitter:description"
|
328
|
+
},
|
329
|
+
"metadata__og_image": {
|
330
|
+
"type": "asset",
|
331
|
+
"name": "og:image"
|
332
|
+
},
|
333
|
+
"image": {
|
334
|
+
"type": "asset",
|
335
|
+
"name": "Image"
|
317
336
|
}
|
337
|
+
}
|
338
|
+
},
|
339
|
+
{
|
340
|
+
"system": {
|
341
|
+
"id": "fe41ae5a-5fe2-420a-8560-f7d6d3533dc2",
|
342
|
+
"name": "Cafe",
|
343
|
+
"codename": "cafe",
|
344
|
+
"last_modified": "2019-03-27T13:05:05.8740000Z"
|
318
345
|
},
|
319
|
-
{
|
320
|
-
"
|
321
|
-
"
|
322
|
-
"name": "
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
"
|
356
|
-
"type": "text",
|
357
|
-
"name": "ZIP Code"
|
358
|
-
}
|
346
|
+
"elements": {
|
347
|
+
"phone": {
|
348
|
+
"type": "text",
|
349
|
+
"name": "Phone"
|
350
|
+
},
|
351
|
+
"city": {
|
352
|
+
"type": "text",
|
353
|
+
"name": "City"
|
354
|
+
},
|
355
|
+
"photo": {
|
356
|
+
"type": "asset",
|
357
|
+
"name": "Photo"
|
358
|
+
},
|
359
|
+
"email": {
|
360
|
+
"type": "text",
|
361
|
+
"name": "Email"
|
362
|
+
},
|
363
|
+
"country": {
|
364
|
+
"type": "text",
|
365
|
+
"name": "Country"
|
366
|
+
},
|
367
|
+
"street": {
|
368
|
+
"type": "text",
|
369
|
+
"name": "Street"
|
370
|
+
},
|
371
|
+
"state": {
|
372
|
+
"type": "text",
|
373
|
+
"name": "State"
|
374
|
+
},
|
375
|
+
"zip_code": {
|
376
|
+
"type": "text",
|
377
|
+
"name": "ZIP Code"
|
378
|
+
},
|
379
|
+
"sitemap": {
|
380
|
+
"type": "taxonomy",
|
381
|
+
"name": "Sitemap",
|
382
|
+
"taxonomy_group": "sitemap_538125f"
|
359
383
|
}
|
384
|
+
}
|
385
|
+
},
|
386
|
+
{
|
387
|
+
"system": {
|
388
|
+
"id": "929985ac-4aa5-436b-85a2-94c2d4fbbebd",
|
389
|
+
"name": "Coffee",
|
390
|
+
"codename": "coffee",
|
391
|
+
"last_modified": "2019-07-16T07:18:34.0170000Z"
|
360
392
|
},
|
361
|
-
{
|
362
|
-
"
|
363
|
-
"
|
364
|
-
"name": "
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
"
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
"
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
"
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
"
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
"
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
"
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
"
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
"
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
"
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
"
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
"
|
456
|
-
"type": "text",
|
457
|
-
"name": "Product name"
|
458
|
-
}
|
393
|
+
"elements": {
|
394
|
+
"metadata__og_description": {
|
395
|
+
"type": "text",
|
396
|
+
"name": "og:description"
|
397
|
+
},
|
398
|
+
"metadata__meta_title": {
|
399
|
+
"type": "text",
|
400
|
+
"name": "Meta title"
|
401
|
+
},
|
402
|
+
"metadata__og_title": {
|
403
|
+
"type": "text",
|
404
|
+
"name": "og:title"
|
405
|
+
},
|
406
|
+
"product_status": {
|
407
|
+
"type": "taxonomy",
|
408
|
+
"name": "Product status",
|
409
|
+
"taxonomy_group": "product_status"
|
410
|
+
},
|
411
|
+
"altitude": {
|
412
|
+
"type": "text",
|
413
|
+
"name": "Altitude"
|
414
|
+
},
|
415
|
+
"metadata__meta_description": {
|
416
|
+
"type": "text",
|
417
|
+
"name": "Meta description"
|
418
|
+
},
|
419
|
+
"variety": {
|
420
|
+
"type": "text",
|
421
|
+
"name": "Variety"
|
422
|
+
},
|
423
|
+
"image": {
|
424
|
+
"type": "asset",
|
425
|
+
"name": "Image"
|
426
|
+
},
|
427
|
+
"metadata__twitter_site": {
|
428
|
+
"type": "text",
|
429
|
+
"name": "twitter:site"
|
430
|
+
},
|
431
|
+
"url_pattern": {
|
432
|
+
"type": "url_slug",
|
433
|
+
"name": "URL pattern"
|
434
|
+
},
|
435
|
+
"price": {
|
436
|
+
"type": "number",
|
437
|
+
"name": "Price"
|
438
|
+
},
|
439
|
+
"metadata__twitter_image": {
|
440
|
+
"type": "asset",
|
441
|
+
"name": "twitter:image"
|
442
|
+
},
|
443
|
+
"metadata__twitter_creator": {
|
444
|
+
"type": "text",
|
445
|
+
"name": "twitter:creator"
|
446
|
+
},
|
447
|
+
"country": {
|
448
|
+
"type": "text",
|
449
|
+
"name": "Country"
|
450
|
+
},
|
451
|
+
"sitemap": {
|
452
|
+
"type": "taxonomy",
|
453
|
+
"name": "Sitemap",
|
454
|
+
"taxonomy_group": "sitemap_538125f"
|
455
|
+
},
|
456
|
+
"metadata__twitter_title": {
|
457
|
+
"type": "text",
|
458
|
+
"name": "twitter:title"
|
459
|
+
},
|
460
|
+
"short_description": {
|
461
|
+
"type": "rich_text",
|
462
|
+
"name": "Short description"
|
463
|
+
},
|
464
|
+
"processing": {
|
465
|
+
"type": "taxonomy",
|
466
|
+
"name": "Processing",
|
467
|
+
"taxonomy_group": "processing"
|
468
|
+
},
|
469
|
+
"metadata__twitter_description": {
|
470
|
+
"type": "text",
|
471
|
+
"name": "twitter:description"
|
472
|
+
},
|
473
|
+
"metadata__og_image": {
|
474
|
+
"type": "asset",
|
475
|
+
"name": "og:image"
|
476
|
+
},
|
477
|
+
"long_description": {
|
478
|
+
"type": "rich_text",
|
479
|
+
"name": "Long description"
|
480
|
+
},
|
481
|
+
"farm": {
|
482
|
+
"type": "text",
|
483
|
+
"name": "Farm"
|
484
|
+
},
|
485
|
+
"product_name": {
|
486
|
+
"type": "text",
|
487
|
+
"name": "Product name"
|
459
488
|
}
|
489
|
+
}
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"system": {
|
493
|
+
"id": "b99ec220-0f2b-4658-a080-ff0afe92f6d1",
|
494
|
+
"name": "Fact about us",
|
495
|
+
"codename": "fact_about_us",
|
496
|
+
"last_modified": "2019-03-27T13:05:49.7130000Z"
|
460
497
|
},
|
461
|
-
{
|
462
|
-
"
|
463
|
-
"
|
464
|
-
"name": "
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
"
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
"
|
478
|
-
"type": "asset",
|
479
|
-
"name": "Image"
|
480
|
-
}
|
498
|
+
"elements": {
|
499
|
+
"description": {
|
500
|
+
"type": "rich_text",
|
501
|
+
"name": "Description"
|
502
|
+
},
|
503
|
+
"title": {
|
504
|
+
"type": "text",
|
505
|
+
"name": "Title"
|
506
|
+
},
|
507
|
+
"sitemap": {
|
508
|
+
"type": "taxonomy",
|
509
|
+
"name": "Sitemap",
|
510
|
+
"taxonomy_group": "sitemap_538125f"
|
511
|
+
},
|
512
|
+
"image": {
|
513
|
+
"type": "asset",
|
514
|
+
"name": "Image"
|
481
515
|
}
|
516
|
+
}
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"system": {
|
520
|
+
"id": "da4f1cb1-8a55-43e5-9fcc-67ad331c8888",
|
521
|
+
"name": "Grinder",
|
522
|
+
"codename": "grinder",
|
523
|
+
"last_modified": "2019-07-16T07:16:16.4080000Z"
|
482
524
|
},
|
483
|
-
{
|
484
|
-
"
|
485
|
-
"
|
486
|
-
"name": "
|
487
|
-
"
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
"
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
"
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
"
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
"
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
"
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
"
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
"
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
"
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
"
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
"
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
"
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
"
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
"
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
"
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
"
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
"
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
"
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
"
|
561
|
-
"type": "asset",
|
562
|
-
"name": "og:image"
|
563
|
-
}
|
525
|
+
"elements": {
|
526
|
+
"sitemap": {
|
527
|
+
"type": "taxonomy",
|
528
|
+
"name": "Sitemap",
|
529
|
+
"taxonomy_group": "sitemap_538125f"
|
530
|
+
},
|
531
|
+
"metadata__og_description": {
|
532
|
+
"type": "text",
|
533
|
+
"name": "og:description"
|
534
|
+
},
|
535
|
+
"metadata__meta_title": {
|
536
|
+
"type": "text",
|
537
|
+
"name": "Meta title"
|
538
|
+
},
|
539
|
+
"metadata__og_title": {
|
540
|
+
"type": "text",
|
541
|
+
"name": "og:title"
|
542
|
+
},
|
543
|
+
"price": {
|
544
|
+
"type": "number",
|
545
|
+
"name": "Price"
|
546
|
+
},
|
547
|
+
"long_description": {
|
548
|
+
"type": "rich_text",
|
549
|
+
"name": "Long description"
|
550
|
+
},
|
551
|
+
"short_description": {
|
552
|
+
"type": "rich_text",
|
553
|
+
"name": "Short description"
|
554
|
+
},
|
555
|
+
"manufacturer": {
|
556
|
+
"type": "text",
|
557
|
+
"name": "Manufacturer"
|
558
|
+
},
|
559
|
+
"metadata__meta_description": {
|
560
|
+
"type": "text",
|
561
|
+
"name": "Meta description"
|
562
|
+
},
|
563
|
+
"metadata__twitter_site": {
|
564
|
+
"type": "text",
|
565
|
+
"name": "twitter:site"
|
566
|
+
},
|
567
|
+
"product_status": {
|
568
|
+
"type": "taxonomy",
|
569
|
+
"name": "Product status",
|
570
|
+
"taxonomy_group": "product_status"
|
571
|
+
},
|
572
|
+
"metadata__twitter_image": {
|
573
|
+
"type": "asset",
|
574
|
+
"name": "twitter:image"
|
575
|
+
},
|
576
|
+
"metadata__twitter_creator": {
|
577
|
+
"type": "text",
|
578
|
+
"name": "twitter:creator"
|
579
|
+
},
|
580
|
+
"image": {
|
581
|
+
"type": "asset",
|
582
|
+
"name": "Image"
|
583
|
+
},
|
584
|
+
"metadata__twitter_title": {
|
585
|
+
"type": "text",
|
586
|
+
"name": "twitter:title"
|
587
|
+
},
|
588
|
+
"product_name": {
|
589
|
+
"type": "text",
|
590
|
+
"name": "Product name"
|
591
|
+
},
|
592
|
+
"metadata__twitter_description": {
|
593
|
+
"type": "text",
|
594
|
+
"name": "twitter:description"
|
595
|
+
},
|
596
|
+
"url_pattern": {
|
597
|
+
"type": "url_slug",
|
598
|
+
"name": "URL pattern"
|
599
|
+
},
|
600
|
+
"metadata__og_image": {
|
601
|
+
"type": "asset",
|
602
|
+
"name": "og:image"
|
564
603
|
}
|
604
|
+
}
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"system": {
|
608
|
+
"id": "f4deeb7e-fe9b-49a2-a5f6-a51a9be6ac73",
|
609
|
+
"name": "Hero Unit",
|
610
|
+
"codename": "hero_unit",
|
611
|
+
"last_modified": "2019-03-27T13:06:00.2510000Z"
|
565
612
|
},
|
566
|
-
{
|
567
|
-
"
|
568
|
-
"
|
569
|
-
"name": "
|
570
|
-
"
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
"
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
"
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
"
|
583
|
-
"type": "rich_text",
|
584
|
-
"name": "Marketing message"
|
585
|
-
}
|
613
|
+
"elements": {
|
614
|
+
"sitemap": {
|
615
|
+
"type": "taxonomy",
|
616
|
+
"name": "Sitemap",
|
617
|
+
"taxonomy_group": "sitemap_538125f"
|
618
|
+
},
|
619
|
+
"title": {
|
620
|
+
"type": "text",
|
621
|
+
"name": "Title"
|
622
|
+
},
|
623
|
+
"image": {
|
624
|
+
"type": "asset",
|
625
|
+
"name": "Image"
|
626
|
+
},
|
627
|
+
"marketing_message": {
|
628
|
+
"type": "rich_text",
|
629
|
+
"name": "Marketing message"
|
586
630
|
}
|
631
|
+
}
|
632
|
+
},
|
633
|
+
{
|
634
|
+
"system": {
|
635
|
+
"id": "a29399c3-5281-47ab-9916-acd4a6f887b7",
|
636
|
+
"name": "Home",
|
637
|
+
"codename": "home",
|
638
|
+
"last_modified": "2019-07-16T07:16:46.8580000Z"
|
587
639
|
},
|
588
|
-
{
|
589
|
-
"
|
590
|
-
"
|
591
|
-
"name": "
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
"
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
"
|
657
|
-
"type": "rich_text",
|
658
|
-
"name": "Contact"
|
659
|
-
}
|
640
|
+
"elements": {
|
641
|
+
"metadata__og_description": {
|
642
|
+
"type": "text",
|
643
|
+
"name": "og:description"
|
644
|
+
},
|
645
|
+
"metadata__meta_title": {
|
646
|
+
"type": "text",
|
647
|
+
"name": "Meta title"
|
648
|
+
},
|
649
|
+
"metadata__og_title": {
|
650
|
+
"type": "text",
|
651
|
+
"name": "og:title"
|
652
|
+
},
|
653
|
+
"articles": {
|
654
|
+
"type": "modular_content",
|
655
|
+
"name": "Articles"
|
656
|
+
},
|
657
|
+
"hero_unit": {
|
658
|
+
"type": "modular_content",
|
659
|
+
"name": "Hero unit"
|
660
|
+
},
|
661
|
+
"metadata__meta_description": {
|
662
|
+
"type": "text",
|
663
|
+
"name": "Meta description"
|
664
|
+
},
|
665
|
+
"metadata__twitter_site": {
|
666
|
+
"type": "text",
|
667
|
+
"name": "twitter:site"
|
668
|
+
},
|
669
|
+
"our_story": {
|
670
|
+
"type": "modular_content",
|
671
|
+
"name": "Our story"
|
672
|
+
},
|
673
|
+
"cafes": {
|
674
|
+
"type": "modular_content",
|
675
|
+
"name": "Cafes"
|
676
|
+
},
|
677
|
+
"metadata__twitter_image": {
|
678
|
+
"type": "asset",
|
679
|
+
"name": "twitter:image"
|
680
|
+
},
|
681
|
+
"metadata__twitter_creator": {
|
682
|
+
"type": "text",
|
683
|
+
"name": "twitter:creator"
|
684
|
+
},
|
685
|
+
"metadata__twitter_title": {
|
686
|
+
"type": "text",
|
687
|
+
"name": "twitter:title"
|
688
|
+
},
|
689
|
+
"metadata__twitter_description": {
|
690
|
+
"type": "text",
|
691
|
+
"name": "twitter:description"
|
692
|
+
},
|
693
|
+
"metadata__og_image": {
|
694
|
+
"type": "asset",
|
695
|
+
"name": "og:image"
|
696
|
+
},
|
697
|
+
"url_pattern": {
|
698
|
+
"type": "url_slug",
|
699
|
+
"name": "URL pattern"
|
700
|
+
},
|
701
|
+
"sitemap": {
|
702
|
+
"type": "taxonomy",
|
703
|
+
"name": "Sitemap",
|
704
|
+
"taxonomy_group": "sitemap_538125f"
|
705
|
+
},
|
706
|
+
"contact": {
|
707
|
+
"type": "rich_text",
|
708
|
+
"name": "Contact"
|
660
709
|
}
|
710
|
+
}
|
711
|
+
},
|
712
|
+
{
|
713
|
+
"system": {
|
714
|
+
"id": "269202ad-1d9d-47fd-b3e8-bdb05b3e3cf0",
|
715
|
+
"name": "Hosted video",
|
716
|
+
"codename": "hosted_video",
|
717
|
+
"last_modified": "2019-03-29T13:55:48.2250000Z"
|
661
718
|
},
|
662
|
-
{
|
663
|
-
"
|
664
|
-
"
|
665
|
-
"name": "
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
"
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
"codename": "youtube"
|
681
|
-
},
|
682
|
-
{
|
683
|
-
"name": "Vimeo",
|
684
|
-
"codename": "vimeo"
|
685
|
-
}
|
686
|
-
]
|
687
|
-
}
|
719
|
+
"elements": {
|
720
|
+
"video_id": {
|
721
|
+
"type": "text",
|
722
|
+
"name": "Video ID"
|
723
|
+
},
|
724
|
+
"video_host": {
|
725
|
+
"type": "multiple_choice",
|
726
|
+
"name": "Video host",
|
727
|
+
"options": [
|
728
|
+
{
|
729
|
+
"name": "YouTube",
|
730
|
+
"codename": "youtube"
|
731
|
+
},
|
732
|
+
{
|
733
|
+
"name": "Vimeo",
|
734
|
+
"codename": "vimeo"
|
735
|
+
}
|
736
|
+
]
|
688
737
|
}
|
738
|
+
}
|
739
|
+
},
|
740
|
+
{
|
741
|
+
"system": {
|
742
|
+
"id": "e097306b-3893-4a42-9973-2525fad14d66",
|
743
|
+
"name": "Office",
|
744
|
+
"codename": "office",
|
745
|
+
"last_modified": "2019-03-27T13:07:06.4120000Z"
|
689
746
|
},
|
690
|
-
{
|
691
|
-
"
|
692
|
-
"
|
693
|
-
"name": "
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
"
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
"
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
"name":
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
"
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
"
|
727
|
-
"type": "text",
|
728
|
-
"name": "Street"
|
729
|
-
}
|
747
|
+
"elements": {
|
748
|
+
"state": {
|
749
|
+
"type": "text",
|
750
|
+
"name": "State"
|
751
|
+
},
|
752
|
+
"email": {
|
753
|
+
"type": "text",
|
754
|
+
"name": "Email"
|
755
|
+
},
|
756
|
+
"phone": {
|
757
|
+
"type": "text",
|
758
|
+
"name": "Phone"
|
759
|
+
},
|
760
|
+
"country": {
|
761
|
+
"type": "text",
|
762
|
+
"name": "Country"
|
763
|
+
},
|
764
|
+
"sitemap": {
|
765
|
+
"type": "taxonomy",
|
766
|
+
"name": "Sitemap",
|
767
|
+
"taxonomy_group": "sitemap_538125f"
|
768
|
+
},
|
769
|
+
"city": {
|
770
|
+
"type": "text",
|
771
|
+
"name": "City"
|
772
|
+
},
|
773
|
+
"name": {
|
774
|
+
"type": "text",
|
775
|
+
"name": "Name"
|
776
|
+
},
|
777
|
+
"zip_code": {
|
778
|
+
"type": "text",
|
779
|
+
"name": "Zip code"
|
780
|
+
},
|
781
|
+
"street": {
|
782
|
+
"type": "text",
|
783
|
+
"name": "Street"
|
730
784
|
}
|
785
|
+
}
|
786
|
+
},
|
787
|
+
{
|
788
|
+
"system": {
|
789
|
+
"id": "f808c142-4b62-43b0-8f4d-1cbf412580ab",
|
790
|
+
"name": "Tweet",
|
791
|
+
"codename": "tweet",
|
792
|
+
"last_modified": "2019-03-29T13:55:38.7740000Z"
|
731
793
|
},
|
732
|
-
{
|
733
|
-
"
|
734
|
-
"
|
735
|
-
"name": "Tweet"
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
"
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
"codename": "hide_thread"
|
765
|
-
},
|
766
|
-
{
|
767
|
-
"name": "Hide media",
|
768
|
-
"codename": "hide_media"
|
769
|
-
}
|
770
|
-
]
|
771
|
-
}
|
794
|
+
"elements": {
|
795
|
+
"tweet_link": {
|
796
|
+
"type": "text",
|
797
|
+
"name": "Tweet link"
|
798
|
+
},
|
799
|
+
"theme": {
|
800
|
+
"type": "multiple_choice",
|
801
|
+
"name": "Theme",
|
802
|
+
"options": [
|
803
|
+
{
|
804
|
+
"name": "Dark",
|
805
|
+
"codename": "dark"
|
806
|
+
},
|
807
|
+
{
|
808
|
+
"name": "Light",
|
809
|
+
"codename": "light"
|
810
|
+
}
|
811
|
+
]
|
812
|
+
},
|
813
|
+
"display_options": {
|
814
|
+
"type": "multiple_choice",
|
815
|
+
"name": "Display options",
|
816
|
+
"options": [
|
817
|
+
{
|
818
|
+
"name": "Hide thread",
|
819
|
+
"codename": "hide_thread"
|
820
|
+
},
|
821
|
+
{
|
822
|
+
"name": "Hide media",
|
823
|
+
"codename": "hide_media"
|
824
|
+
}
|
825
|
+
]
|
772
826
|
}
|
773
827
|
}
|
774
|
-
],
|
775
|
-
"pagination": {
|
776
|
-
"skip": 0,
|
777
|
-
"limit": 0,
|
778
|
-
"count": 13,
|
779
|
-
"next_page": ""
|
780
828
|
}
|
781
|
-
|
829
|
+
],
|
830
|
+
"pagination": {
|
831
|
+
"skip": 0,
|
832
|
+
"limit": 0,
|
833
|
+
"count": 13,
|
834
|
+
"next_page": ""
|
835
|
+
}
|
836
|
+
}
|