Record
article-index
No description available.
record article-index {
canonical-url: string,
cover-image: string,
created-at: string,
crossposted-at: string,
description: string,
edited-at: string,
flare-tag: option<article-flare-tag>,
id: s32,
last-comment-at: string,
organization: option<shared-organization>,
path: string,
positive-reactions-count: s32,
public-reactions-count: s32,
published-at: string,
published-timestamp: string,
readable-publish-date: string,
reading-time-minutes: s32,
slug: string,
social-image: string,
tag-list: list<string>,
tags: string,
title: string,
type-of: string,
url: string,
user: shared-user,
}Fields
| Name | Type | Description |
|---|---|---|
| canonical-url | string | |
| cover-image | string | |
| created-at | string | |
| crossposted-at | string | |
| description | string | |
| edited-at | string | |
| flare-tag | option<article-flare-tag> | |
| id | s32 | |
| last-comment-at | string | |
| organization | option<shared-organization> | |
| path | string | |
| positive-reactions-count | s32 | |
| public-reactions-count | s32 | |
| published-at | string | |
| published-timestamp | string | |
| readable-publish-date | string | |
| reading-time-minutes | s32 | |
| slug | string | |
| social-image | string | |
| tag-list | list<string> | |
| tags | string | |
| title | string | |
| type-of | string | |
| url | string | |
| user | shared-user |