-
Notifications
You must be signed in to change notification settings - Fork 44
0.5.8 Release Notes
A new quote
element has been added to support quotes with multiple elements, nested quotations, and an optional citation. This element supercedes and deprecates (but does not replace) the previous blockquote
element.
https://github.com/washingtonpost/ans-schema/issues/89
Corrections are now available as a content elements. The top-level .corrections
field remains in place and should not be duplicated in the corrections elements. The new correction
element should be used for corrections that should appear in-line (e.g., a correction specific to a paragraph.) Top-level corrections should be used for article-wide corrections (e.g., a notice at the top of the a story that it has been found to be fabricated.)
A new element_group
element has been added to support indicating arbitrary relationships between content elements (which still must be in sequence.)
Put a redirect object in related_content.redirect[0]
to indicate that the content has an attached redirect. This content item will be searchable in Arc Content API, will appear in search results and landing pages, but will return a PageBuilder redirect header when requested directly.
Content elements can now have an alignment
property set. This intended to loosely mirror the functionality of a CSS float, but should not be assumed to be honored in any particular rendering environment.
https://github.com/washingtonpost/ans-schema/issues/85
https://github.com/washingtonpost/ans-schema/pull/106
Clavis will generate these at a later date.
https://github.com/washingtonpost/ans-schema/pull/125
The current and future publishing status of known published or to-be-published editions of stories can now be represented on non-published copies of content items.
https://github.com/washingtonpost/ans-schema/issues/122
These objects were all present in the schema but largely undefined. They now have explicit schemas reflecting actual usage.
https://github.com/washingtonpost/ans-schema/issues/93
https://github.com/washingtonpost/ans-schema/issues/92
https://github.com/washingtonpost/ans-schema/issues/87
-
.corrections
is now enabled on video objects https://github.com/washingtonpost/ans-schema/issues/118 -
.embed_html
is now available on video objects https://github.com/washingtonpost/ans-schema/pull/100 -
.additional_properties
is now available on taxonomy objects https://github.com/washingtonpost/ans-schema/pull/95 -
.edit_url
is now available on the.source
object https://github.com/washingtonpost/ans-schema/pull/101 -
.created
is now present on content operations emitted from the Content API. If present and true, indicates that it represents a first publish event. -
.submit_date
is now available on image, gallery, and story operations (useful for latency checking, otherwise can ignore)