app.bivri.bookmark.createItem

lexicons.bivri.app

{
  "id": "app.bivri.bookmark.createItem",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "group",
            "subject"
          ],
          "properties": {
            "group": {
              "type": "string",
              "format": "at-uri",
              "description": "AT URI of an app.bivri.bookmark.group record in the authenticated member's repository."
            },
            "subject": {
              "ref": "com.atproto.repo.strongRef",
              "type": "ref",
              "description": "Strong reference to the artwork to bookmark."
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid",
              "description": "CID of the bookmark item record that was written."
            },
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT URI of the bookmark item record that was written."
            }
          }
        },
        "encoding": "application/json"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Place an artwork in one of the authenticated member's bookmark groups."
}

Validate Record

Validate a record against app.bivri.bookmark.createItem

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@