net.asadaame5121.at-circle.member

asadaame5121.bsky.social

Documentation

Membership in an at-circle (Sidecar Record)

main record

Membership in an at-circle (Sidecar Record)

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

note string Optional

Optional note

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
rss string uri Optional

RSS feed URL

maxLength: 2000 bytes
title string Required

Title of the participant's site

maxLength: 1000 bytesmaxGraphemes: 100 graphemes
url string uri Required

URL of the participant's site

maxLength: 2000 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "ring",
      "url",
      "title",
      "createdAt"
    ],
    "properties": {
      "rss": {
        "type": "string",
        "format": "uri",
        "maxLength": 2000,
        "description": "RSS feed URL"
      },
      "url": {
        "type": "string",
        "format": "uri",
        "maxLength": 2000,
        "description": "URL of the participant's site"
      },
      "note": {
        "type": "string",
        "maxLength": 3000,
        "description": "Optional note",
        "maxGraphemes": 300
      },
      "ring": {
        "ref": "net.asadaame5121.at-circle.defs#ringRef",
        "type": "ref"
      },
      "title": {
        "type": "string",
        "maxLength": 1000,
        "description": "Title of the participant's site",
        "maxGraphemes": 100
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Membership in an at-circle (Sidecar Record)"
}

Lexicon Garden

@