@financial-times/cp-content-pipeline-schema 2.6.1 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,9 @@ type Recommended implements Reference {
2
2
  "The type of the reference, eg. 'recommended'."
3
3
  type: String!
4
4
 
5
+ "Indicates if its inside a live blog"
6
+ isInLiveBlog: Boolean
7
+
5
8
  "Recommended references contain teaser thumbnails of related articles."
6
9
  teaser: Teaser
7
10
  }