OLD | NEW |
1 { | 1 { |
2 "encoding": "UTF-8", | 2 "encoding": "UTF-8", |
3 "entry": { | 3 "entry": { |
4 "app$edited": { | 4 "app$edited": { |
5 "$t": "2012-01-02T00:11:22.330Z", | 5 "$t": "2012-01-02T00:11:22.330Z", |
6 "xmlns$app": "http://www.w3.org/2007/app" | 6 "xmlns$app": "http://www.w3.org/2007/app" |
7 }, | 7 }, |
8 "author": [ { | 8 "author": [ { |
9 "email": { | 9 "email": { |
10 "$t": "tester@testing.com" | 10 "$t": "tester@testing.com" |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 "rel": "self", | 72 "rel": "self", |
73 "type": "application/atom+xml" | 73 "type": "application/atom+xml" |
74 }, { | 74 }, { |
75 "href": "https://file1_link_self/file:remote_file_id", | 75 "href": "https://file1_link_self/file:remote_file_id", |
76 "rel": "edit", | 76 "rel": "edit", |
77 "type": "application/atom+xml" | 77 "type": "application/atom+xml" |
78 }, { | 78 }, { |
79 "href": "https://file_edit_media", | 79 "href": "https://file_edit_media", |
80 "rel": "edit-media", | 80 "rel": "edit-media", |
81 "type": "audio/mpeg" | 81 "type": "audio/mpeg" |
82 } ], | 82 }, { |
| 83 "href": "https://fake_server/fake_root", |
| 84 "rel": "http://schemas.google.com/docs/2007#parent", |
| 85 "type": "application/atom+xml" |
| 86 } ], |
83 "published": { | 87 "published": { |
84 "$t": "2012-01-02T00:11:22.330Z" | 88 "$t": "2012-01-02T00:11:22.330Z" |
85 }, | 89 }, |
86 "title": { | 90 "title": { |
87 "$t": "remote.txt" | 91 "$t": "remote.txt" |
88 }, | 92 }, |
89 "updated": { | 93 "updated": { |
90 "$t": "2012-01-02T00:11:22.330Z" | 94 "$t": "2012-01-02T00:11:22.330Z" |
91 }, | 95 }, |
92 "xmlns": "http://www.w3.org/2005/Atom", | 96 "xmlns": "http://www.w3.org/2005/Atom", |
93 "xmlns$batch": "http://schemas.google.com/gdata/batch", | 97 "xmlns$batch": "http://schemas.google.com/gdata/batch", |
94 "xmlns$docs": "http://schemas.google.com/docs/2007", | 98 "xmlns$docs": "http://schemas.google.com/docs/2007", |
95 "xmlns$gd": "http://schemas.google.com/g/2005", | 99 "xmlns$gd": "http://schemas.google.com/g/2005", |
96 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" | 100 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" |
97 }, | 101 }, |
98 "version": "1.0" | 102 "version": "1.0" |
99 } | 103 } |
OLD | NEW |