pink.vase.pod.playlist

lexicon.store View official

{
  "id": "pink.vase.pod.playlist",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "items",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 200,
            "description": "Display name of the playlist."
          },
          "items": {
            "type": "array",
            "items": {
              "ref": "com.atproto.repo.strongRef",
              "type": "ref"
            },
            "maxLength": 500,
            "description": "Ordered list of episodes. Must reference pink.vase.pod.episode records."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "visibility": {
            "type": "string",
            "description": "Whether the playlist is visible to others. Your AppView enforces private.",
            "knownValues": [
              "public",
              "private"
            ]
          },
          "description": {
            "type": "string",
            "maxLength": 1000
          }
        }
      },
      "description": "A user-curated ordered list of podcast episodes."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against pink.vase.pod.playlist

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreifa2maxpkehknw3swi2apv3pxsj5buexaol66yfoubahpzlfjzuce
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/pink.vase.pod.playlist

Lexicon Garden

@