app.bivri.bookmark.updateGroup

lexicons.bivri.app

{
  "id": "app.bivri.bookmark.updateGroup",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "name"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT URI of the app.bivri.bookmark.group record to rename. It must live in the authenticated member's own repository."
            },
            "name": {
              "type": "string",
              "maxLength": 640,
              "description": "Replacement name for the bookmark group.",
              "maxGraphemes": 64
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid",
              "description": "CID the bookmark group record now carries."
            },
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT URI of the renamed bookmark group record."
            }
          }
        },
        "encoding": "application/json"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Rename a bookmark group the authenticated member owns."
}

Validate Record

Validate a record against app.bivri.bookmark.updateGroup

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:uqat5a7hrbww3snbbinxgwah
CID
bafyreifqspadsqgpgnvvu2k33cdnjxsd3sxryk6xkgfknqj66n4kymnq3m
Indexed At
2026-08-18 04:29 UTC
AT-URI
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.bookmark.updateGroup

Lexicon Garden

@