fm.freemix.collection.crate

lex-publisher.freemix.fm

{
  "id": "fm.freemix.collection.crate",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 200,
            "description": "Crate name"
          },
          "tracks": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri",
              "maxLength": 3000
            },
            "maxLength": 500,
            "description": "Ordered list of track AT URIs"
          },
          "isPublic": {
            "type": "boolean",
            "default": true,
            "description": "Whether the crate is publicly visible"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "maxLength": 100,
            "description": "Record creation timestamp"
          },
          "description": {
            "type": "string",
            "maxLength": 2000,
            "description": "Crate description"
          },
          "coverImageUrl": {
            "type": "string",
            "format": "uri",
            "maxLength": 3000,
            "description": "URL to crate cover image"
          }
        }
      },
      "description": "A crate (playlist/collection) of tracks"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against fm.freemix.collection.crate

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:bt7c6cqevgefnvej5cmgke4g
CID
bafyreifph5aqc5ungtfk2nzfmudcq27cenwk6sjg4ptis7h2iqlkas5meq
Indexed At
2026-04-10 01:36 UTC
AT-URI
at://did:plc:bt7c6cqevgefnvej5cmgke4g/com.atproto.lexicon.schema/fm.freemix.collection.crate

Lexicon Garden

@