at.noted.radio.host

noted.at

{
  "id": "at.noted.radio.host",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "id",
          "name",
          "createdAt"
        ],
        "properties": {
          "id": {
            "type": "integer"
          },
          "name": {
            "type": "string",
            "maxLength": 500
          },
          "imageUri": {
            "type": "string",
            "format": "uri"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "thumbnailUri": {
            "type": "string",
            "format": "uri"
          }
        }
      },
      "description": "Record representing a single host"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A host of a radio show"
}

Validate Record

Validate a record against at.noted.radio.host

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2aa6fahtis66ymq7rd2yxdwu
CID
bafyreieeqz6stadjkjnihmj2bfltjqpxfl5petb332nrixy5bf2gzyrdam
Indexed At
2026-04-09 22:16 UTC
AT-URI
at://did:plc:2aa6fahtis66ymq7rd2yxdwu/com.atproto.lexicon.schema/at.noted.radio.host

Lexicon Garden

@