1{ 2 "version": "https://jsonfeed.org/version/1.1", 3 "title": "Feed with invalid attachment", 4 "items": [ 5 { 6 "id": "https://example.com/item1", 7 "content_html": "<p>Test</p>", 8 "attachments": [ 9 { 10 "url": "https://example.com/file.mp3", 11 "mime_type": 12345 12 } 13 ] 14 } 15 ] 16}