Add "image" to Event Description

This commit is contained in:
Akinori MUSHA 2016-11-07 12:47:13 +09:00
parent 1e70b31e7f
commit 486246e63c

View file

@ -80,6 +80,7 @@ module Agents
"content": "Some content",
"authors": [ "Some Author <email@address>" ],
"categories": [ "..." ],
"image": "http://example.com/...",
"enclosure": {
"url" => "http://example.com/file.mp3", "type" => "audio/mpeg", "length" => "123456789"
},