ATProto Browser

ATProto Browser

Experimental browser for the Atmosphere

Record data

{
  "uri": "at://did:plc:w3aonw33w3mz3mwws34x5of6/com.atproto.lexicon.schema/lol.atmo.link",
  "cid": "bafyreiegdsh3kmp67maiqqprszcg2psryg7ql3jvozptpcrr5ihxzmzqau",
  "value": {
    "id": "lol.atmo.link",
    "defs": {
      "main": {
        "key": "tid",
        "type": "record",
        "record": {
          "type": "object",
          "required": [
            "short",
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "maxLength": 2048,
              "minLength": 1
            },
            "short": {
              "type": "string",
              "maxLength": 32,
              "minLength": 1
            }
          }
        }
      }
    },
    "$type": "com.atproto.lexicon.schema",
    "lexicon": 1
  }
}