blue.moji.collection.saveToCollection

moji.blue

{
  "id": "blue.moji.collection.saveToCollection",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "source",
            "name"
          ],
          "properties": {
            "name": {
              "type": "string",
              "maxLength": 512,
              "description": "The source Bluemoji alias or rkey. Internationalised aliases are accepted and encoded per RFC 0005."
            },
            "source": {
              "type": "string",
              "format": "at-identifier",
              "description": "The handle or DID of the repo to copy from."
            },
            "renameTo": {
              "type": "string",
              "description": "The alias to save the Bluemoji to in the current logged-in user's repo."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "EmojiNotFound",
          "description": "Indicates the named Bluemoji was not found in the source repo."
        },
        {
          "name": "DestinationExists",
          "description": "Indicates another Bluemoji with the same name already exists in the source repo. Set renameTo to rename."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "item"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri"
            },
            "item": {
              "ref": "blue.moji.collection.item#itemView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Copy a single emoji from another repo. Requires auth."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.moji.collection.saveToCollection

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:kmzpsik7s5y5fwu7nnkngfx4
CID
bafyreibd3wgvjkr5425qvfvcqfcd42b7xipup73ym6znf7hjjlbt3c2c54
Indexed At
2026-07-26 20:11 UTC
AT-URI
at://did:plc:kmzpsik7s5y5fwu7nnkngfx4/com.atproto.lexicon.schema/blue.moji.collection.saveToCollection

Referenced Schemas (1)

  • blue.moji.collection.item#itemView

Lexicon Garden

@