at.noted.radio.show

noted.at

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

Validate Record

Validate a record against at.noted.radio.show

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@