org.stormlightlabs.malfestio.collection

desertthunder.dev

{
  "id": "org.stormlightlabs.malfestio.collection",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "createdAt"
        ],
        "properties": {
          "tags": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 100
            },
            "maxLength": 64
          },
          "items": {
            "type": "array",
            "items": {
              "type": "object",
              "required": [
                "type",
                "ref"
              ],
              "properties": {
                "ref": {
                  "type": "string",
                  "format": "at-uri"
                },
                "note": {
                  "type": "string",
                  "maxLength": 1000,
                  "description": "Curator's note about this item."
                },
                "type": {
                  "type": "string",
                  "maxLength": 100,
                  "knownValues": [
                    "deck",
                    "note",
                    "article",
                    "lecture"
                  ]
                }
              }
            },
            "description": "Ordered items in the collection."
          },
          "title": {
            "type": "string",
            "maxLength": 300
          },
          "language": {
            "type": "string",
            "maxLength": 20,
            "description": "Language code for the collection content (e.g., 'en', 'es', 'fr')."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of last update."
          },
          "visibility": {
            "type": "string",
            "default": "public",
            "maxLength": 100,
            "description": "Visibility setting for the collection.",
            "knownValues": [
              "private",
              "unlisted",
              "public"
            ]
          },
          "description": {
            "type": "string",
            "maxLength": 3000
          }
        }
      },
      "description": "A curated collection or learning path."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.stormlightlabs.malfestio.collection

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:xg2vq45muivyy3xwatcehspu
CID
bafyreidmv43m7czk2qnsvtlacb2xl6tzmft4e7vfxrle56d7rfvhxtnllu
Indexed At
2026-02-13 14:00 UTC
AT-URI
at://did:plc:xg2vq45muivyy3xwatcehspu/com.atproto.lexicon.schema/org.stormlightlabs.malfestio.collection

Lexicon Garden

@