app.standard-reader.searchPublications

standard-reader.app

{
  "id": "app.standard-reader.searchPublications",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "query",
            "items"
          ],
          "properties": {
            "items": {
              "type": "array",
              "items": {
                "ref": "app.standard-reader.defs#publicationView",
                "type": "ref"
              }
            },
            "query": {
              "type": "string",
              "maxLength": 256
            },
            "cursor": {
              "type": "string",
              "nullable": true,
              "maxLength": 8192
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "q"
        ],
        "properties": {
          "q": {
            "type": "string",
            "maxLength": 256
          },
          "limit": {
            "type": "integer",
            "default": 20,
            "maximum": 50,
            "minimum": 1
          },
          "cursor": {
            "type": "string",
            "maxLength": 8192
          }
        }
      },
      "description": "Full-text search over indexed publications."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.standard-reader.searchPublications

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

Metadata

DID
did:plc:f4os2wz5fjl56xpwcvtnqu7m
CID
bafyreicgfwmd4pf5blpm5zkol3kztpduloi67ccbpmpq3rejjg5x5cjuna
Indexed At
2026-07-26 20:08 UTC
AT-URI
at://did:plc:f4os2wz5fjl56xpwcvtnqu7m/com.atproto.lexicon.schema/app.standard-reader.searchPublications

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@