From 0d9133975618b5a6bb995b87bd62024d60ee0397 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Wed, 13 Sep 2023 16:31:12 -0700 Subject: [PATCH] lexicons: fix actors typo --- lexicons/app/bsky/unspecced/searchActorsSkeleton.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexicons/app/bsky/unspecced/searchActorsSkeleton.json b/lexicons/app/bsky/unspecced/searchActorsSkeleton.json index d8be37e4664..f15ecf154f2 100644 --- a/lexicons/app/bsky/unspecced/searchActorsSkeleton.json +++ b/lexicons/app/bsky/unspecced/searchActorsSkeleton.json @@ -40,7 +40,7 @@ "type": "integer", "description": "count of search hits. optional, may be rounded/truncated, and may not be possible to paginate through all hits" }, - "posts": { + "actors": { "type": "array", "items": { "type": "string",