app.nblr.feed.link

nblr.app

Documentation

Record linking a resource to a collection.

main record

Record linking a resource to a collection.

Record Key tid Timestamp-based ID

Properties

collection string at-uri Required

The AT URI of the collection being linked to

createdAt string datetime Required

An RFC 3339 formatted timestamp.

uri string uri Required

The URI of the linked resource; a web URL or AT URI

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "uri",
      "collection",
      "createdAt"
    ],
    "properties": {
      "uri": {
        "type": "string",
        "format": "uri",
        "description": "The URI of the linked resource; a web URL or AT URI"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "collection": {
        "type": "string",
        "format": "at-uri",
        "description": "The AT URI of the collection being linked to"
      }
    }
  },
  "description": "Record linking a resource to a collection."
}

Lexicon Garden

@