social.wips.actorProfile

wips.social

Documentation

Participation marker. Always written at rkey `self`.

main record

Participation marker. Always written at rkey `self`.

Record Key literal:self Fixed literal value

Properties

createdAt string datetime Required

Client-declared timestamp when participation was recorded.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when participation was recorded."
      }
    }
  },
  "description": "Participation marker. Always written at rkey `self`."
}

Lexicon Garden

@