Skip to content

Commit 969cae2

Browse files
authored
fix(specs): change fileSize to int64 type (#4877)
## 🧭 What and Why 🎟 JIRA Ticket: [DI-3831](https://algolia.atlassian.net/browse/DI-3831) Fixes algolia/algoliasearch-client-go#771
1 parent e20bc5e commit 969cae2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specs/search/common/schemas/listIndicesResponse.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ fetchedIndex:
3434
example: 100
3535
dataSize:
3636
type: integer
37+
format: int64
3738
description: Number of bytes of the index in minified format.
3839
example: 48450
3940
fileSize:
4041
type: integer
42+
format: int64
4143
description: Number of bytes of the index binary file.
4244
example: 112927
4345
lastBuildTimeS:

0 commit comments

Comments
 (0)