-
Notifications
You must be signed in to change notification settings - Fork 44
0.9.0 Release Notes
Jodie Burnett edited this page Feb 1, 2019
·
1 revision
A new embargo
object is now available for the content_restrictions
trait.
{
"type": "story",
"version": "0.9.0",
"content_restrictions": {
"embargo": {
"active": true,
"end_time": "2018-12-31T05:00:00Z"
}
}
}
A new image_type
trait has been added, represented as a machine-readable enumeration of the types: ["photograph", "graphic", "illustration", "thumbnail"]
.
{
"_id": "EA4DHYHLSNAELPFORAMBWPRJYA",
"type": "image",
"image_type": "photograph",
"version": "0.9.0",
"created_date": "2018-06-25T09:50:50.52Z",
"credits": {
"by": [
{
"name": "Dwayne Johnson",
"byline": "Dwayne 'The Rock' Johnson",
"type": "author",
"version": "0.9.0"
}
]
},
...
A new trait called alt_text
has been added to images.
{
"type": "image",
"version": "0.9.0",
"caption": "Celebrity Edge, the latest ship from Celebrity Cruises, debuted late November 2018.",
"alt_text": "large cruise ship on the open sea with clear skies above"
}
The title and description of the subtype
trait were updated to more accurately reflect usage.