at.glean.like

glean.at

Documentation

Like an RSS article.

main record

Like an RSS article.

Record Key tid Timestamp-based ID

Properties

articleUrl string Required

No description available.

createdAt string datetime Optional

An RFC 3339 formatted timestamp.

feedUrl string Required

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "feedUrl",
      "articleUrl"
    ],
    "properties": {
      "feedUrl": {
        "type": "string"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "articleUrl": {
        "type": "string"
      }
    }
  },
  "description": "Like an RSS article."
}

Lexicon Garden

@