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
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."
}