haus.opn.mic.show

lexicon.store View official

{
  "id": "haus.opn.mic.show",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "artist",
          "schedule",
          "createdAt"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 100
          },
          "artist": {
            "type": "string",
            "format": "at-uri",
            "description": "The AT-URI of the haus.opn.mic.artist record."
          },
          "coverArt": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 1000000
          },
          "schedule": {
            "type": "string",
            "knownValues": [
              "daily",
              "weekly",
              "biweekly",
              "monthly",
              "irregular"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 3000
          }
        }
      },
      "description": "A recurring open mic show series."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against haus.opn.mic.show

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@