social.showcase.collection.updateCollection

lexicons.showcase.social

{
  "id": "social.showcase.collection.updateCollection",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "The AT-URI of the collection"
            },
            "name": {
              "type": "string",
              "maxLength": 200
            },
            "tags": {
              "type": "array",
              "items": {
                "type": "string",
                "maxLength": 64
              },
              "maxLength": 10
            },
            "items": {
              "type": "array",
              "items": {
                "ref": "social.showcase.defs#collectionItem",
                "type": "ref"
              },
              "maxLength": 500
            },
            "coverImage": {
              "type": "blob"
            },
            "visibility": {
              "type": "string",
              "maxLength": 10,
              "knownValues": [
                "public",
                "private"
              ]
            },
            "description": {
              "type": "string",
              "maxLength": 1000
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "ref": "social.showcase.defs#collectionView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "Update/reorder a collection. Requires authentication."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.showcase.collection.updateCollection

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

Metadata

DID
did:plc:yckosuxxph7mjwtbiztraiex
CID
bafyreidfbm7tiiwomt2kwzuzxym7fqo4tiwkfr7yph5u6rfjqsrayyb7tu
Indexed At
2026-01-18 11:03 UTC
AT-URI
at://did:plc:yckosuxxph7mjwtbiztraiex/com.atproto.lexicon.schema/social.showcase.collection.updateCollection

Referenced Schemas (2)

Lexicon Garden

@