app.tempomusic.feed.post

lexicons.tempomusic.fan

{
  "id": "app.tempomusic.feed.post",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "verb",
          "subject",
          "createdAt"
        ],
        "properties": {
          "text": {
            "type": "string",
            "maxLength": 3000,
            "description": "Optional commentary about the music.",
            "maxGraphemes": 300
          },
          "verb": {
            "type": "string",
            "maxLength": 100,
            "description": "The action describing the user's relationship to the music. knownValues is informational; AppViews should accept unknown values and apply a graceful fallback (e.g. ignore or render as 'listening').",
            "knownValues": [
              "listening",
              "addicted",
              "inLove",
              "obsessed",
              "hating",
              "vibing",
              "feelingLike"
            ]
          },
          "langs": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "language"
            },
            "maxLength": 3,
            "description": "BCP-47 language tags for the text content. Up to three."
          },
          "labels": {
            "refs": [
              "com.atproto.label.defs#selfLabels"
            ],
            "type": "union",
            "description": "Author-declared content warnings. Uses the standard AT Protocol self-label vocabulary for ecosystem compatibility."
          },
          "subject": {
            "refs": [
              "app.tempomusic.feed.defs#songRef",
              "app.tempomusic.feed.defs#albumRef",
              "app.tempomusic.feed.defs#artistRef"
            ],
            "type": "union",
            "description": "The music being referenced. Open union: third parties or future versions may introduce additional ref types (e.g. playlistRef, concertRef). AppViews must gracefully handle unknown subject $types."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this post was originally created."
          }
        }
      },
      "description": "A music-related post sharing what the user is experiencing."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.tempomusic.feed.post

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:pxsuqmultto34oks44m2lgxm
CID
bafyreiaycygixivmavczlqup46yowbowub6ajisctc3hbfdrauwj3hgc2m
Indexed At
2026-08-24 09:06 UTC
AT-URI
at://did:plc:pxsuqmultto34oks44m2lgxm/com.atproto.lexicon.schema/app.tempomusic.feed.post

Referenced Schemas (4)

Lexicon Garden

@