OLD | NEW |
1 { | 1 { |
2 "encoding": "UTF-8", | 2 "encoding": "UTF-8", |
3 "feed": { | 3 "feed": { |
4 "author": [ { | 4 "author": [ { |
5 "email": { | 5 "email": { |
6 "$t": "tester@testing.com" | 6 "$t": "tester@testing.com" |
7 }, | 7 }, |
8 "name": { | 8 "name": { |
9 "$t": "tester" | 9 "$t": "tester" |
10 } | 10 } |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 "category": [ { | 291 "category": [ { |
292 "label": "viewed", | 292 "label": "viewed", |
293 "scheme": "http://schemas.google.com/g/2005/labels", | 293 "scheme": "http://schemas.google.com/g/2005/labels", |
294 "term": "http://schemas.google.com/g/2005/labels#viewed" | 294 "term": "http://schemas.google.com/g/2005/labels#viewed" |
295 }, { | 295 }, { |
296 "label": "folder", | 296 "label": "folder", |
297 "scheme": "http://schemas.google.com/g/2005#kind", | 297 "scheme": "http://schemas.google.com/g/2005#kind", |
298 "term": "http://schemas.google.com/docs/2007#folder" | 298 "term": "http://schemas.google.com/docs/2007#folder" |
299 } ], | 299 } ], |
300 "content": { | 300 "content": { |
301 "src": "https://1_folder_content_url", | 301 "src": "https://dir_1_self_link/folder:1_folder_resource_id", |
302 "type": "application/atom+xml;type=feed" | 302 "type": "application/atom+xml;type=feed" |
303 }, | 303 }, |
304 "docs$writersCanInvite": { | 304 "docs$writersCanInvite": { |
305 "value": "true" | 305 "value": "true" |
306 }, | 306 }, |
307 "gd$etag": "\"HhMOFgcNHSt7ImBr\"", | 307 "gd$etag": "\"HhMOFgcNHSt7ImBr\"", |
308 "gd$feedLink": [ { | 308 "gd$feedLink": [ { |
309 "href": "https://1_folder_feed_linkurl", | 309 "href": "https://1_folder_feed_linkurl", |
310 "rel": "http://schemas.google.com/acl/2007#accessControlList" | 310 "rel": "http://schemas.google.com/acl/2007#accessControlList" |
311 } ], | 311 } ], |
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1091 "$t": "2011-12-14T01:03:21.151Z" | 1091 "$t": "2011-12-14T01:03:21.151Z" |
1092 }, | 1092 }, |
1093 "xmlns": "http://www.w3.org/2005/Atom", | 1093 "xmlns": "http://www.w3.org/2005/Atom", |
1094 "xmlns$batch": "http://schemas.google.com/gdata/batch", | 1094 "xmlns$batch": "http://schemas.google.com/gdata/batch", |
1095 "xmlns$docs": "http://schemas.google.com/docs/2007", | 1095 "xmlns$docs": "http://schemas.google.com/docs/2007", |
1096 "xmlns$gd": "http://schemas.google.com/g/2005", | 1096 "xmlns$gd": "http://schemas.google.com/g/2005", |
1097 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" | 1097 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" |
1098 }, | 1098 }, |
1099 "version": "1.0" | 1099 "version": "1.0" |
1100 } | 1100 } |
OLD | NEW |