net.mmatt.my.accounts

mmatt.net

Documentation

Record declaring a list of account references.

main record

Record declaring a list of account references.

Record Key literal:self Fixed literal value

Properties

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "accounts"
    ],
    "properties": {
      "accounts": {
        "type": "array",
        "items": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref"
        }
      }
    }
  },
  "description": "Record declaring a list of account references."
}

Lexicon Garden

@