| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 "$t": "tester" | 271 "$t": "tester" |
| 272 } | 272 } |
| 273 } ], | 273 } ], |
| 274 "category": [ { | 274 "category": [ { |
| 275 "label": "test/ro", | 275 "label": "test/ro", |
| 276 "scheme": "http://schemas.google.com/g/2005#kind", | 276 "scheme": "http://schemas.google.com/g/2005#kind", |
| 277 "term": "http://schemas.google.com/docs/2007#file" | 277 "term": "http://schemas.google.com/docs/2007#file" |
| 278 } ], | 278 } ], |
| 279 "content": { | 279 "content": { |
| 280 "src": "https://xxx/content/file:1_file_resource_id", | 280 "src": "https://xxx/content/file:1_file_resource_id", |
| 281 "type": "test/ro" | 281 "type": "application/vnd.mozilla.xul+xml" |
| 282 }, | 282 }, |
| 283 "docs$filename": { | 283 "docs$filename": { |
| 284 "$t": "test_file.xul" | 284 "$t": "test_file.xul" |
| 285 }, | 285 }, |
| 286 "docs$md5Checksum": { | 286 "docs$md5Checksum": { |
| 287 "$t": "3b4382ebefec6e743578c76bbd0575ce" | 287 "$t": "3b4382ebefec6e743578c76bbd0575ce" |
| 288 }, | 288 }, |
| 289 "docs$size": { | 289 "docs$size": { |
| 290 "$t": "13" | 290 "$t": "13" |
| 291 }, | 291 }, |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 "$t": "tester" | 363 "$t": "tester" |
| 364 } | 364 } |
| 365 } ], | 365 } ], |
| 366 "category": [ { | 366 "category": [ { |
| 367 "label": "test/rw", | 367 "label": "test/rw", |
| 368 "scheme": "http://schemas.google.com/g/2005#kind", | 368 "scheme": "http://schemas.google.com/g/2005#kind", |
| 369 "term": "http://schemas.google.com/docs/2007#file" | 369 "term": "http://schemas.google.com/docs/2007#file" |
| 370 } ], | 370 } ], |
| 371 "content": { | 371 "content": { |
| 372 "src": "https://xxx/content/file:2_file_resource_id/", | 372 "src": "https://xxx/content/file:2_file_resource_id/", |
| 373 "type": "test/rw" | 373 "type": "image/tiff" |
| 374 }, | 374 }, |
| 375 "docs$filename": { | 375 "docs$filename": { |
| 376 "$t": "test_file.tiff" | 376 "$t": "test_file.tiff" |
| 377 }, | 377 }, |
| 378 "docs$md5Checksum": { | 378 "docs$md5Checksum": { |
| 379 "$t": "3b4382ebefec6e743578c76bbd0575ce" | 379 "$t": "3b4382ebefec6e743578c76bbd0575ce" |
| 380 }, | 380 }, |
| 381 "docs$size": { | 381 "docs$size": { |
| 382 "$t": "13" | 382 "$t": "13" |
| 383 }, | 383 }, |
| (...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 759 }, | 759 }, |
| 760 "xmlns": "http://www.w3.org/2005/Atom", | 760 "xmlns": "http://www.w3.org/2005/Atom", |
| 761 "xmlns$batch": "http://schemas.google.com/gdata/batch", | 761 "xmlns$batch": "http://schemas.google.com/gdata/batch", |
| 762 "xmlns$docs": "http://schemas.google.com/docs/2007", | 762 "xmlns$docs": "http://schemas.google.com/docs/2007", |
| 763 "xmlns$gd": "http://schemas.google.com/g/2005", | 763 "xmlns$gd": "http://schemas.google.com/g/2005", |
| 764 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" | 764 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" |
| 765 }, | 765 }, |
| 766 "version": "1.0" | 766 "version": "1.0" |
| 767 } | 767 } |
| 768 | 768 |
| OLD | NEW |