social.twinkl.graph.topFriends

kandake.africa

Documentation

The actor's ordered Top Friends list (MySpace-style Top 8). Order is significant: index 0 is the top friend.

main record

The actor's ordered Top Friends list (MySpace-style Top 8). Order is significant: index 0 is the top friend.

Record Key literal:self Fixed literal value

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

friends array of string did Required

Ordered list of friend DIDs, most prominent first.

maxLength: 8 items
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "friends",
      "createdAt"
    ],
    "properties": {
      "friends": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "did"
        },
        "maxLength": 8,
        "description": "Ordered list of friend DIDs, most prominent first."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "The actor's ordered Top Friends list (MySpace-style Top 8). Order is significant: index 0 is the top friend."
}

Lexicon Garden

@