mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-27 09:21:21 +01:00
29 lines
769 B
JSON
29 lines
769 B
JSON
|
{
|
||
|
"version": "https://jsonfeed.org/version/1.1",
|
||
|
"title": "Author test feed",
|
||
|
"authors": [{ "name": "Root Author 1"}, { "name": "Root Author 2" }],
|
||
|
"author": { "name": "Legacy Root Author" },
|
||
|
"items": [
|
||
|
{
|
||
|
"id": "Item without authors",
|
||
|
"content_html": ""
|
||
|
},
|
||
|
{
|
||
|
"id": "Item with legacy author",
|
||
|
"author": { "name": "Legacy Item Author" },
|
||
|
"content_html": ""
|
||
|
},
|
||
|
{
|
||
|
"id": "Item with modern authors",
|
||
|
"authors": [{ "name": "Item Author 1" }, { "name": "Item Author 2" }],
|
||
|
"content_html": ""
|
||
|
},
|
||
|
{
|
||
|
"id": "Item with both",
|
||
|
"authors": [{ "name": "Item Author 1" }, { "name": "Item Author 2" }],
|
||
|
"author": { "name": "Legacy Item Author" },
|
||
|
"content_html": ""
|
||
|
}
|
||
|
]
|
||
|
}
|