@financial-times/cp-content-pipeline-schema 2.0.3 → 2.1.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.
@@ -157,6 +157,7 @@ type LiveBlogPost implements Content {
157
157
  commentsEnabled: Boolean
158
158
  design: Design
159
159
  containedIn: Content
160
+ indicators: Indicators
160
161
  }
161
162
 
162
163
  type Audio implements Content {
@@ -240,3 +241,7 @@ type ContentPackage implements Content {
240
241
  containsLength: Int
241
242
  tableOfContents: TableOfContents
242
243
  }
244
+
245
+ type Indicators {
246
+ isOpinion: Boolean
247
+ }