com.babesky.actor.links

babesky.com

Documentation

A creator's content platform links, stored in their AT Protocol repository. Written by Babesky on behalf of users who opt in.

main record

A creator's content platform links, stored in their AT Protocol repository. Written by Babesky on behalf of users who opt in.

Record Key literal:self Fixed literal value

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "links",
      "createdAt"
    ],
    "properties": {
      "links": {
        "type": "array",
        "items": {
          "ref": "com.babesky.actor.defs#platformLink",
          "type": "ref"
        },
        "maxLength": 20,
        "description": "Ordered list of platform links. Up to 20 entries."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A creator's content platform links, stored in their AT Protocol repository. Written by Babesky on behalf of users who opt in."
}

Lexicon Garden

@