Select the types of activity you want to include in your feed.
1{ 2 "version": "https://jsonfeed.org/version/1.1", 3 "title": "Feed with item missing content", 4 "items": [ 5 { 6 "id": "https://example.com/nocontent", 7 "title": "Item without content" 8 } 9 ] 10}