app.witchsky.theme.collection

witchsky.app

{
  "id": "app.witchsky.theme.collection",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 64,
            "minLength": 1,
            "description": "Display name for the theme collection; can not be empty."
          },
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000
          },
          "labels": {
            "refs": [
              "com.atproto.label.defs#selfLabels"
            ],
            "type": "union"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300
          },
          "descriptionFacets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            }
          }
        }
      },
      "description": "Record representing a named collection of themes."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.witchsky.theme.collection

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

Metadata

DID
did:plc:nstiflhvn4dywu5xlwq5wp4v
CID
bafyreihd6l5tfozl7f3jv4bivdtn7yapviszvsdtttjml7ne67r6trkehi
Indexed At
2026-09-01 00:51 UTC
AT-URI
at://did:plc:nstiflhvn4dywu5xlwq5wp4v/com.atproto.lexicon.schema/app.witchsky.theme.collection

Referenced Schemas (2)

Lexicon Garden

@