space.ziran.presence

lexicons.pds.ziran.space

Documentation

Liveness beacon, written by any member into their own repo while they have the document open (rkey = the doc's rkey; refreshed by putRecord roughly every minute). Peers treat the author as present while the timestamp is recent.

main record

Liveness beacon, written by any member into their own repo while they have the document open (rkey = the doc's rkey; refreshed by putRecord roughly every minute). Peers treat the author as present while the timestamp is recent.

Record Key tid Timestamp-based ID

Properties

at string datetime Required

Time of the author's most recent liveness refresh.

doc string tid Required

rkey of the space.ziran.doc record the author has open.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "doc",
      "at"
    ],
    "properties": {
      "at": {
        "type": "string",
        "format": "datetime",
        "description": "Time of the author's most recent liveness refresh."
      },
      "doc": {
        "type": "string",
        "format": "tid",
        "description": "rkey of the space.ziran.doc record the author has open."
      }
    }
  },
  "description": "Liveness beacon, written by any member into their own repo while they have the document open (rkey = the doc's rkey; refreshed by putRecord roughly every minute). Peers treat the author as present while the timestamp is recent."
}

Lexicon Garden

@