social.showcase.library.createItem

lexicons.showcase.social

{
  "id": "social.showcase.library.createItem",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "title",
            "tags",
            "images",
            "visibility"
          ],
          "properties": {
            "tags": {
              "type": "array",
              "items": {
                "type": "string",
                "maxLength": 64
              },
              "maxLength": 20
            },
            "title": {
              "type": "string",
              "maxLength": 300
            },
            "images": {
              "type": "array",
              "items": {
                "ref": "social.showcase.defs#itemImage",
                "type": "ref"
              },
              "maxLength": 6
            },
            "category": {
              "type": "string",
              "maxLength": 100
            },
            "metadata": {
              "type": "unknown"
            },
            "visibility": {
              "type": "string",
              "maxLength": 10,
              "knownValues": [
                "public",
                "unlisted",
                "private"
              ]
            },
            "description": {
              "type": "string",
              "maxLength": 3000
            },
            "externalLink": {
              "type": "string",
              "format": "uri",
              "maxLength": 2048
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "ref": "social.showcase.defs#itemView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "Create a new item. Requires authentication."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.showcase.library.createItem

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

Metadata

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

Referenced Schemas (2)

Lexicon Garden

@