ATProto Browser

ATProto Browser

Experimental browser for the Atmosphere

Record data

{
  "uri": "at://did:plc:2uwoih2htodskvgocarwv5eq/com.atproto.lexicon.schema/community.lexicon.bookmarks.bookmark",
  "cid": "bafyreiby3jhu3arnurt36v56qmcubzr365akbxemzhoymfxhm2hkjtihta",
  "value": {
    "id": "community.lexicon.bookmarks.bookmark",
    "defs": {
      "main": {
        "key": "tid",
        "type": "record",
        "record": {
          "type": "object",
          "required": [
            "subject",
            "createdAt"
          ],
          "properties": {
            "tags": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Tags for content the bookmark may be related to, for example 'news' or 'funny videos'"
            },
            "subject": {
              "type": "string",
              "format": "uri"
            },
            "createdAt": {
              "type": "string",
              "format": "datetime"
            }
          }
        },
        "description": "Record bookmarking a link to come back to later."
      }
    },
    "$type": "com.atproto.lexicon.schema",
    "lexicon": 1
  }
}