Skip to content

0.10.6 Release Notes

Michele Fattoruso edited this page Aug 28, 2020 · 1 revision

A new field has been added to the collection schema to support Query Backfill

{
  "type": "collection",
  "dynamic_items": {
    "type": "sections",
    "ids": ["/politics"]
  },
}

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

Clone this wiki locally