haus.opn.mic.artist

lexicon.store View official

{
  "id": "haus.opn.mic.artist",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "createdAt"
        ],
        "properties": {
          "bio": {
            "type": "string",
            "maxLength": 1000
          },
          "name": {
            "type": "string",
            "maxLength": 100
          },
          "genre": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "artistPic": {
            "type": "blob",
            "accept": [
              "image/*"
            ],
            "maxSize": 1000000
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "externalLinks": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "uri"
            }
          }
        }
      },
      "description": "Metadata for an open mic artist."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against haus.opn.mic.artist

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@