Skip to content

Commit 09eefc0

Browse files
authored
golang: override num_tokens_dropped type with unint64 (#89)
fix: typesense/typesense-go#194
1 parent de3c87a commit 09eefc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openapi.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2240,6 +2240,8 @@ components:
22402240
type: integer
22412241
num_tokens_dropped:
22422242
type: integer
2243+
format: int64
2244+
x-go-type: uint64
22432245
score:
22442246
type: string
22452247
tokens_matched:

0 commit comments

Comments
 (0)