space.priiv.follow

samuel.fm

Documentation

A public Priiv follow. The rkey is the hex SHA-256 of the subject DID. Used to evaluate Priiv space access.

main record

A public Priiv follow. The rkey is the hex SHA-256 of the subject DID. Used to evaluate Priiv space access.

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject string did Required

A decentralized identifier (DID).

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A public Priiv follow. The rkey is the hex SHA-256 of the subject DID. Used to evaluate Priiv space access."
}

Lexicon Garden

@