Starting from July 1st, 2024, dpa-Weblines items will be permanently categorized by the dpa editorial team. As a result, the is_current flag in the dpa-digitalwires format will be removed, the current_rubric_names list will be empty in the future, and it will eventually be removed from the format.
Here is an example JSON for clarification.
Before:
"categories": [ ... { "type": "dnltype:rubric", "name": "weblines.infoline_rs.politik.inland", "qcode": "dnlpath:weblines.infoline_rs.politik.inland", "is_current": true }, ... ], "current_rubric_names": [ "weblines.infoline_rs.politik.inland" ], ...
After:
"categories": [ ... { "type": "dnltype:rubric", "name": "weblines.infoline_rs.politik.inland", "qcode": "dnlpath:weblines.infoline_rs.politik.inland" }, ... ], "current_rubric_names": [] ...
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article