Skip to content

Commit

Permalink
lexicons: camelCase bites again, ssssss
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Sep 14, 2023
1 parent 0d91339 commit 25a21f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lexicons/app/bsky/feed/searchPosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion lexicons/app/bsky/unspecced/searchActorsSkeleton.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion lexicons/app/bsky/unspecced/searchPostsSkeleton.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 25a21f9

Please sign in to comment.