-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from Financial-Times/add-liveblogupdate-field
added liveblog update field to liveblog type
- Loading branch information
Showing
3 changed files
with
89 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"posts": [ | ||
{ | ||
"standout": { | ||
"breakingNews": false, | ||
"editorsChoice": false, | ||
"exclusive": false, | ||
"scoop": false | ||
}, | ||
"webUrl": "https://www.ft.com/content", | ||
"publishedDate": "2021-05-12T22:30:36.929Z", | ||
"bodyHTML": "<p>Hello I'm <blink>HTML</blink>!</p>", | ||
"title": "Lorem Ipsum", | ||
"byline": "Anna Gross and John Burn-Murdoch in London, Amy Kazmin and Jyotsna Singh in New Delhi", | ||
"url": "https://www.ft.com/content" | ||
}, | ||
{ | ||
"standout": { | ||
"breakingNews": false, | ||
"editorsChoice": false, | ||
"exclusive": false, | ||
"scoop": false | ||
}, | ||
"webUrl": "https://www.ft.com/content", | ||
"publishedDate": "2021-05-12T22:29:42.706Z", | ||
"bodyHTML": "<p>Lorem ipsum</p>", | ||
"title": "Lorem ipsum", | ||
"byline": "FT reporters", | ||
"url": "https://www.ft.com/content" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters