@financial-times/cp-content-pipeline-schema 3.0.0 → 3.0.2

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.
@@ -3,5 +3,5 @@ type Tweet implements Reference {
3
3
  type: String!
4
4
 
5
5
  "The raw HTML of the tweet."
6
- html: String!
6
+ html: String
7
7
  }
@@ -35,7 +35,7 @@ type Teaser {
35
35
  metaSuffixText: String
36
36
 
37
37
  "An object containing a map of indicator items to boolean values, eg. accessLevel, isOpinion."
38
- indicators: Indicators!
38
+ indicators: TeaserIndicators!
39
39
 
40
40
  "The theme to use for the teaser, eg. 'opinion' or 'news'."
41
41
  theme: String!
@@ -45,7 +45,7 @@ type Teaser {
45
45
  }
46
46
 
47
47
  "Indicators are used to determine teaser styling."
48
- type Indicators {
48
+ type TeaserIndicators {
49
49
  "The access level of the teaser, eg. 'free' or 'premium'."
50
50
  accessLevel: AccessLevel!
51
51