live.voxport.podcast.creator

voxport.live

{
  "id": "live.voxport.podcast.creator",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "createdAt"
        ],
        "properties": {
          "bio": {
            "type": "string",
            "maxLength": 500,
            "description": "Creator bio/summary"
          },
          "series": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 100,
            "description": "Public series by this creator (AT Protocol URIs)"
          },
          "website": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048,
            "description": "Creator website URL"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          },
          "donationUrl": {
            "type": "string",
            "format": "uri",
            "maxLength": 2048,
            "description": "Link for tips/support/donations"
          }
        }
      },
      "description": "Public podcast creator profile declaration on VoxPort"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Public podcast creator profile declaration on VoxPort"
}

Validate Record

Validate a record against live.voxport.podcast.creator

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:hhtgwctzcuhlkqrxu526sco5
CID
bafyreidv2idjz7e5qqkjl6ffweyvhhzy2yvrmve222hx4shhut2dip45zq
Indexed At
2026-09-01 18:32 UTC
AT-URI
at://did:plc:hhtgwctzcuhlkqrxu526sco5/com.atproto.lexicon.schema/live.voxport.podcast.creator

Lexicon Garden

@