Backfill in-progress. Some lexicons and records may be missing or incomplete.

dev.ocbwoy3.rem.connection

ocbwoy3.dev

Documentation

main record

Record representing a connection of a Bluesky account within the AT Protocol to the REM remote admin.

Record Key literal:self Fixed literal value

Properties

pds did Required

The REM instance's DID.

maxLength: 64 bytesminLength: 1 bytes
proof string Required

The special ATProto linking key

maxLength: 64 bytesminLength: 1 bytes
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "pds",
      "proof"
    ],
    "properties": {
      "pds": {
        "type": "did",
        "maxLength": 64,
        "minLength": 1,
        "description": "The REM instance's DID."
      },
      "proof": {
        "type": "string",
        "maxLength": 64,
        "minLength": 1,
        "description": "The special ATProto linking key"
      }
    }
  },
  "description": "Record representing a connection of a Bluesky account within the AT Protocol to the REM remote admin."
}

Lexicon Garden

@