Each order is delivered as a single ZIP containing NDJSON files - one JSON object per line.
news_0000001.json, blogs_0000001.json, discussions_0000001.json.Parse each line as its own JSON object - jq handles NDJSON natively:
jq .title news_0000001.json
For the fields inside each object, see Data Fields.