Skip to content

0.9.0 Release Notes

Jodie Burnett edited this page Feb 1, 2019 · 1 revision

ANS 0.9.0

Embargo

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"
    }
  }
}

Schema: https://github.com/washingtonpost/ans-schema/blob/master/src/main/resources/schema/ans/0.9.0/traits/trait_content_restrictions.json

Image Type

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"
      }
    ]
  },
  ...

Schema: https://github.com/washingtonpost/ans-schema/blob/master/src/main/resources/schema/ans/0.9.0/traits/trait_vanity_credits.json

Alt Text

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"
}

Schema: https://github.com/washingtonpost/ans-schema/blob/master/src/main/resources/schema/ans/0.9.0/traits/trait_alt_text.json

Subtype

The title and description of the subtype trait were updated to more accurately reflect usage.

Schema: https://github.com/washingtonpost/ans-schema/blob/master/src/main/resources/schema/ans/0.9.0/traits/trait_subtype.json