“curator curation” object

A “curator curation” object contains Curation information of your “curator unit”

{
    "id": "8901234",
    "annotation": "Why do not you hold on to the cherry blossom viewing this weekend?",
    "status": "public",
    "published_at": "2015-12-30T20:09:31+00:00",
    "created_at": "2015-11-10T20:09:31+00:00",
    "updated_at": "2015-12-25T18:58:10+00:00",
    "content": {
        "url": "https://nordot.app/1234567",
        "url_curation": "https://nordot.app/1234567?c=7890123",
        "title": "Counting down to sakura blooming",
        "site_name": "Nordot Post",
        "description": "According to the latest cherry blossom prediction announced today by Weather Report
        Since the second half of last week the high temperature condition continued nationwide and the budding growth
        advanced at a stretch, In western Japan, there will be some places where flowering will occur even this weekend. ...",
        "image_url": "https://img.nordot.jp/ch/images/2345678/origin_1.jpg",
        "image_thumb_360": "https://img.nordot.jp/t_thumb_360/ch/images/2345678/origin_1.jpg",
        "image_caption": "Ueno Onshi park",
        "published_at": "2015-12-10T20:09:31+00:00",
        "expired_at": "2016-12-10T20:00:00+00:00",
        "deleted": false,
        "tags": [
            "weather",
            "weatherreport"
        ],
    }
}
Key name Data Type In List API Description
id string Y ID of the Curation.
annotation string Y An annotation is the curator’s opinion, perspective, or impression of the content to be curated.
status string Y Status of the Curation. Can be set to public or private.(Public means public, temporary means private.)
source_url string Y URL of the Story in the original website.
published_at string Y Date and time Curation was published. If the timestamp displays a past date and time, this indicates the curation has been published. Future time stamp indicates curation is yet to be published and will be published as specified.
created_at string Y Date and time Curation was created.
updated_at string Y Date and time Curation was last updated.
content/url string Y URL of curated content.
content/url_curation string Y URL of curated content. ID of “curator unit” is added in the argument.
content/title string Y Title of the curated content.
content/site_name string Y Site name of curated content.
content/description string Y Overview of the curated content, the first 100 characters of the Story’s body in the case of “this.kiji.is” domain.
content/image_url string Y URL of image of curated content.
content/image_thumb_360 string Y URL of thumbnail for image of curated content.
content/image_caption string Y Caption (description)of the image.
content/published_at string Y Date and time Story was published. If the timestamp displays a past date and time, this indicates the Story has been published. Future timestamp indicates Story is yet to be published and will be published as specified.
content/tags string Tags of the curated content.
content/expired_at string Y Default article expiry date. Null indicates an indefinite period.
content/deleted string Y When value is set to “true: it implies:

article deleted

article status changed to private

article publication date ended

scheduled to be published

otherwise value is “false”.
tags/id string Y or N ID of tag added to Curation.
tags/name string Y or N Name of tag added to Curation.