Skip to content

Commit

Permalink
chore: fix from int 32 to int 64
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Jan 22, 2025
1 parent 73de733 commit 8cc8bcc
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions spec/schemas/ism._common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ components:
type: string
last_updated_time:
type: integer # TODO: field is strict_date_time||epoch_millis
format: int32
format: int64
schema_version:
type: number
format: double
Expand Down Expand Up @@ -405,7 +405,7 @@ components:
format: double
last_updated_time:
type: integer
format: int32
format: int64
RetryIndexRequest:
type: object
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ components:
type: integer
bytes:
type: number
format: double
requestBodies:
obj:
content:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ components:
name: docket
in: path
schema:
type: number
format: double
type: number2
responses:
adopt@200:
content:
Expand Down
1 change: 0 additions & 1 deletion tools/tests/merger/fixtures/merger/animals/expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ components:
in: path
schema:
type: number
format: double
indices.create___path.index:
name: index
in: path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ components:
in: path
schema:
type: number
format: double
responses:
adopt@200:
application/json:
Expand Down

0 comments on commit 8cc8bcc

Please sign in to comment.