world.ptah.collection

ptah.world

{
  "id": "world.ptah.collection",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "creatorDID",
          "worldReference",
          "createdAt",
          "items"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 640,
            "description": "The name of the collection",
            "maxGraphemes": 64
          },
          "items": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "description": "References to the works in this collection"
          },
          "ordering": {
            "type": "string",
            "description": "How items in this collection are ordered",
            "knownValues": [
              "sequential",
              "unordered",
              "chronological"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when this collection was created"
          },
          "coverImage": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg",
              "image/webp"
            ],
            "maxSize": 1000000,
            "description": "Cover artwork for the collection"
          },
          "creatorDID": {
            "type": "string",
            "format": "did",
            "description": "The permanent identity of the collection's creator"
          },
          "description": {
            "type": "string",
            "maxLength": 10240,
            "description": "What this collection is about",
            "maxGraphemes": 1024
          },
          "worldReference": {
            "type": "string",
            "format": "at-uri",
            "description": "Reference to the world this collection belongs to"
          },
          "canonicalStatus": {
            "type": "string",
            "description": "The canonical standing of this collection",
            "knownValues": [
              "world.ptah.defs#canonicalStatusOfficial",
              "world.ptah.defs#canonicalStatusCommunity",
              "world.ptah.defs#canonicalStatusApocryphal"
            ]
          }
        }
      },
      "description": "Bundles multiple works together. An album, anthology, season, or any curated set of related works."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against world.ptah.collection

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:l45z35sxxjuobp5q65a5vu22
CID
bafyreidunz56pfud3oxpvri5flxqyfl64buvhplspejzihrtzeovtmmk6y
Indexed At
2026-03-25 20:41 UTC
AT-URI
at://did:plc:l45z35sxxjuobp5q65a5vu22/com.atproto.lexicon.schema/world.ptah.collection

Lexicon Garden

@