at.glean.subscription

glean.at

Documentation

A single RSS feed subscription.

main record

A single RSS feed subscription.

Record Key tid Timestamp-based ID

Properties

category string Optional

No description available.

createdAt string datetime Optional

An RFC 3339 formatted timestamp.

feedUrl string Required

No description available.

title string Optional

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "feedUrl"
    ],
    "properties": {
      "title": {
        "type": "string"
      },
      "feedUrl": {
        "type": "string"
      },
      "category": {
        "type": "string"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A single RSS feed subscription."
}

Lexicon Garden

@