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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 "$t": "tester" | 283 "$t": "tester" |
284 } | 284 } |
285 } ], | 285 } ], |
286 "category": [ { | 286 "category": [ { |
287 "label": "test/ro", | 287 "label": "test/ro", |
288 "scheme": "http://schemas.google.com/g/2005#kind", | 288 "scheme": "http://schemas.google.com/g/2005#kind", |
289 "term": "http://schemas.google.com/docs/2007#file" | 289 "term": "http://schemas.google.com/docs/2007#file" |
290 } ], | 290 } ], |
291 "content": { | 291 "content": { |
292 "src": "https://xxx/content/file:1_file_resource_id", | 292 "src": "https://xxx/content/file:1_file_resource_id", |
293 "type": "test/ro" | 293 "type": "application/vnd.mozilla.xul+xml" |
294 }, | 294 }, |
295 "docs$filename": { | 295 "docs$filename": { |
296 "$t": "test_file.xul" | 296 "$t": "test_file.xul" |
297 }, | 297 }, |
298 "docs$md5Checksum": { | 298 "docs$md5Checksum": { |
299 "$t": "3b4382ebefec6e743578c76bbd0575ce" | 299 "$t": "3b4382ebefec6e743578c76bbd0575ce" |
300 }, | 300 }, |
301 "docs$size": { | 301 "docs$size": { |
302 "$t": "13" | 302 "$t": "13" |
303 }, | 303 }, |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
379 "$t": "tester" | 379 "$t": "tester" |
380 } | 380 } |
381 } ], | 381 } ], |
382 "category": [ { | 382 "category": [ { |
383 "label": "test/rw", | 383 "label": "test/rw", |
384 "scheme": "http://schemas.google.com/g/2005#kind", | 384 "scheme": "http://schemas.google.com/g/2005#kind", |
385 "term": "http://schemas.google.com/docs/2007#file" | 385 "term": "http://schemas.google.com/docs/2007#file" |
386 } ], | 386 } ], |
387 "content": { | 387 "content": { |
388 "src": "https://xxx/content/file:2_file_resource_id/", | 388 "src": "https://xxx/content/file:2_file_resource_id/", |
389 "type": "test/rw" | 389 "type": "image/tiff" |
390 }, | 390 }, |
391 "docs$filename": { | 391 "docs$filename": { |
392 "$t": "test_file.tiff" | 392 "$t": "test_file.tiff" |
393 }, | 393 }, |
394 "docs$md5Checksum": { | 394 "docs$md5Checksum": { |
395 "$t": "3b4382ebefec6e743578c76bbd0575ce" | 395 "$t": "3b4382ebefec6e743578c76bbd0575ce" |
396 }, | 396 }, |
397 "docs$size": { | 397 "docs$size": { |
398 "$t": "13" | 398 "$t": "13" |
399 }, | 399 }, |
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
791 }, | 791 }, |
792 "xmlns": "http://www.w3.org/2005/Atom", | 792 "xmlns": "http://www.w3.org/2005/Atom", |
793 "xmlns$batch": "http://schemas.google.com/gdata/batch", | 793 "xmlns$batch": "http://schemas.google.com/gdata/batch", |
794 "xmlns$docs": "http://schemas.google.com/docs/2007", | 794 "xmlns$docs": "http://schemas.google.com/docs/2007", |
795 "xmlns$gd": "http://schemas.google.com/g/2005", | 795 "xmlns$gd": "http://schemas.google.com/g/2005", |
796 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" | 796 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" |
797 }, | 797 }, |
798 "version": "1.0" | 798 "version": "1.0" |
799 } | 799 } |
800 | 800 |
OLD | NEW |