From 25a21f9d57baa36e8ed1f8dd1485426b98283ded Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Wed, 13 Sep 2023 21:35:53 -0700 Subject: [PATCH] lexicons: camelCase bites again, ssssss --- lexicons/app/bsky/feed/searchPosts.json | 2 +- lexicons/app/bsky/unspecced/searchActorsSkeleton.json | 2 +- lexicons/app/bsky/unspecced/searchPostsSkeleton.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lexicons/app/bsky/feed/searchPosts.json b/lexicons/app/bsky/feed/searchPosts.json index 238fe77743b..34eb38f686e 100644 --- a/lexicons/app/bsky/feed/searchPosts.json +++ b/lexicons/app/bsky/feed/searchPosts.json @@ -32,7 +32,7 @@ "required": ["posts"], "properties": { "cursor": { "type": "string" }, - "hits_total": { + "hitsTotal": { "type": "integer", "description": "count of search hits. optional, may be rounded/truncated, and may not be possible to paginate through all hits" }, diff --git a/lexicons/app/bsky/unspecced/searchActorsSkeleton.json b/lexicons/app/bsky/unspecced/searchActorsSkeleton.json index f15ecf154f2..ed527a29f47 100644 --- a/lexicons/app/bsky/unspecced/searchActorsSkeleton.json +++ b/lexicons/app/bsky/unspecced/searchActorsSkeleton.json @@ -36,7 +36,7 @@ "required": ["actors"], "properties": { "cursor": { "type": "string" }, - "hits_total": { + "hitsTotal": { "type": "integer", "description": "count of search hits. optional, may be rounded/truncated, and may not be possible to paginate through all hits" }, diff --git a/lexicons/app/bsky/unspecced/searchPostsSkeleton.json b/lexicons/app/bsky/unspecced/searchPostsSkeleton.json index 3148ac0e31a..dccb046cb54 100644 --- a/lexicons/app/bsky/unspecced/searchPostsSkeleton.json +++ b/lexicons/app/bsky/unspecced/searchPostsSkeleton.json @@ -32,7 +32,7 @@ "required": ["posts"], "properties": { "cursor": { "type": "string" }, - "hits_total": { + "hitsTotal": { "type": "integer", "description": "count of search hits. optional, may be rounded/truncated, and may not be possible to paginate through all hits" },