app.nblr.experimental.collectionItem

katherine.computer

Documentation

Record representing an AT Protocol record's inclusion on a collection.

main record

Record representing an AT Protocol record's inclusion on a collection.

Record Key tid Timestamp-based ID

Properties

collection string at-uri Required

Reference to the collection record (app.nblr.experimental.collection).

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject string at-uri Required

The record which is included on the collection.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "collection",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "at-uri",
        "description": "The record which is included on the collection."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "collection": {
        "type": "string",
        "format": "at-uri",
        "description": "Reference to the collection record (app.nblr.experimental.collection)."
      }
    }
  },
  "description": "Record representing an AT Protocol record's inclusion on a collection."
}

Lexicon Garden

@