app.bivri.feed.getDiscoveryArtworks

lexicons.bivri.app

{
  "id": "app.bivri.feed.getDiscoveryArtworks",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "artworks"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "artworks": {
              "type": "array",
              "items": {
                "ref": "app.bivri.feed.defs#artworkView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "sort": {
            "type": "string",
            "default": "latest",
            "description": "Ordering of the returned artworks. 'latest' is reverse-chronological; 'popular' is by like count.",
            "knownValues": [
              "latest",
              "popular"
            ]
          },
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string",
            "description": "Opaque pagination cursor. Pass it back unchanged on the next request."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Get the public discovery feed. Authentication is not required: a guest sees public artworks and an authenticated member also sees logged_in ones. Unlisted artworks are returned to nobody."
}

Validate Record

Validate a record against app.bivri.feed.getDiscoveryArtworks

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

Metadata

DID
did:plc:uqat5a7hrbww3snbbinxgwah
CID
bafyreiekxut4icptunbtq3oejmcwqk3vvff3mbneym3l22plwbd3hx6yaa
Indexed At
2026-08-04 07:17 UTC
AT-URI
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.feed.getDiscoveryArtworks

Referenced Schemas (1)

Lexicon Garden

@