app.tempomusic.feed.getPost

lexicons.tempomusic.fan

{
  "id": "app.tempomusic.feed.getPost",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound",
          "description": "No post is indexed at the requested AT-URI."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "post"
          ],
          "properties": {
            "post": {
              "ref": "app.tempomusic.feed.defs#postView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri"
        ],
        "properties": {
          "uri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the post to fetch."
          },
          "viewer": {
            "type": "string",
            "format": "did",
            "description": "DID of the requesting viewer. When present, the response carries a viewer projection."
          }
        }
      },
      "description": "Fetch a single Tempo post by its AT-URI."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.tempomusic.feed.getPost

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@