place.stream.live.searchActorsTypeahead

did:web:iame.li

{
  "id": "place.stream.live.searchActorsTypeahead",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "actors"
          ],
          "properties": {
            "actors": {
              "type": "array",
              "items": {
                "ref": "#actor",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "q": {
            "type": "string",
            "description": "Search query prefix; not a full query string."
          },
          "limit": {
            "type": "integer",
            "default": 10,
            "maximum": 100,
            "minimum": 1
          }
        }
      },
      "description": "Find actor suggestions for a prefix search term. Expected use is for auto-completion during text field entry."
    },
    "actor": {
      "type": "object",
      "required": [
        "did",
        "handle"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did",
          "description": "The actor's DID"
        },
        "handle": {
          "type": "string",
          "format": "handle",
          "description": "The actor's handle"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.live.searchActorsTypeahead

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:iame.li
CID
bafyreifvxirrgk6fgfbdazgntaps7n2sdxmbmna7rg4iqf44kcncqod3be
Indexed At
2026-02-13 14:01 UTC
AT-URI
at://did:web:iame.li/com.atproto.lexicon.schema/place.stream.live.searchActorsTypeahead

Lexicon Garden

@