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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 } ], | 109 } ], |
110 "category": [ { | 110 "category": [ { |
111 "label": "audio/mpeg", | 111 "label": "audio/mpeg", |
112 "scheme": "http://schemas.google.com/g/2005#kind", | 112 "scheme": "http://schemas.google.com/g/2005#kind", |
113 "term": "http://schemas.google.com/docs/2007#file" | 113 "term": "http://schemas.google.com/docs/2007#file" |
114 } ], | 114 } ], |
115 "content": { | 115 "content": { |
116 "src": "https://file_content_url/", | 116 "src": "https://file_content_url/", |
117 "type": "audio/mpeg" | 117 "type": "audio/mpeg" |
118 }, | 118 }, |
| 119 "docs$changestamp": { |
| 120 "value": "654321" |
| 121 }, |
119 "docs$filename": { | 122 "docs$filename": { |
120 "$t": "filename.m4a" | 123 "$t": "filename.m4a" |
121 }, | 124 }, |
122 "docs$md5Checksum": { | 125 "docs$md5Checksum": { |
123 "$t": "3b4382ebefec6e743578c76bbd0575ce" | 126 "$t": "3b4382ebefec6e743578c76bbd0575ce" |
124 }, | 127 }, |
125 "docs$size": { | 128 "docs$size": { |
126 "$t": "892721" | 129 "$t": "892721" |
127 }, | 130 }, |
128 "docs$suggestedFilename": { | 131 "docs$suggestedFilename": { |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 }, | 407 }, |
405 "xmlns": "http://www.w3.org/2005/Atom", | 408 "xmlns": "http://www.w3.org/2005/Atom", |
406 "xmlns$batch": "http://schemas.google.com/gdata/batch", | 409 "xmlns$batch": "http://schemas.google.com/gdata/batch", |
407 "xmlns$docs": "http://schemas.google.com/docs/2007", | 410 "xmlns$docs": "http://schemas.google.com/docs/2007", |
408 "xmlns$gd": "http://schemas.google.com/g/2005", | 411 "xmlns$gd": "http://schemas.google.com/g/2005", |
409 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" | 412 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" |
410 }, | 413 }, |
411 "version": "1.0" | 414 "version": "1.0" |
412 } | 415 } |
413 | 416 |
OLD | NEW |