Skip to content

0.10.7 Release Notes

Michele Fattoruso edited this page Jan 29, 2021 · 1 revision

A new field contributors has been added to each document type in order to track who created (and in the future, contributed at all) to a document in Arc.

"contributors": {
  "created_by" : {
    "user_id": "[email protected]",
    "display_name": "Tyler Davis"
  }
}

https://github.com/washingtonpost/ans-schema/blob/master/src/main/resources/schema/ans/0.10.7/traits/trait_contributors.json

Clone this wiki locally