haus.opn.mic.show.episode

lexicon.store View official

{
  "id": "haus.opn.mic.show.episode",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "showUri",
          "title",
          "createdAt"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 100
          },
          "status": {
            "type": "string",
            "description": "Current episode lifecycle status.",
            "knownValues": [
              "upcoming",
              "live",
              "ended"
            ]
          },
          "vodUrl": {
            "type": "string",
            "format": "uri"
          },
          "showUri": {
            "type": "string",
            "format": "at-uri",
            "description": "Reference to the haus.opn.mic.show record."
          },
          "coverArt": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 1000000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "airingDate": {
            "type": "string",
            "format": "datetime",
            "description": "Scheduled or actual date/time when this episode airs."
          },
          "description": {
            "type": "string",
            "maxLength": 5000
          }
        }
      },
      "description": "A specific episode or VOD of a show."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against haus.opn.mic.show.episode

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreiae7dbetdzk24wgz7q44hfnkdvy2kwgfx5gf7sxbxhf7lhkipcrsq
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/haus.opn.mic.show.episode

Lexicon Garden

@