diff options
| -rw-r--r-- | 23.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -21,7 +21,7 @@ For the date of the last update the `.created_at` field should be used, for "tag | |||
| 21 | Other metadata fields can be added as tags to the event as necessary. Here we standardize 4 that may be useful, although they remain strictly optional: | 21 | Other metadata fields can be added as tags to the event as necessary. Here we standardize 4 that may be useful, although they remain strictly optional: |
| 22 | 22 | ||
| 23 | - `"title"`, for the article title | 23 | - `"title"`, for the article title |
| 24 | - `"image"`, for an image to be shown along with the title | 24 | - `"image"`, for a URL pointing to an image to be shown along with the title |
| 25 | - `"summary"`, for the article summary | 25 | - `"summary"`, for the article summary |
| 26 | - `"published_at"`, for the timestamp in unix seconds (stringified) of the first time the article was published | 26 | - `"published_at"`, for the timestamp in unix seconds (stringified) of the first time the article was published |
| 27 | 27 | ||