Skip to content

Commit

Permalink
use integer instead of number
Browse files Browse the repository at this point in the history
  • Loading branch information
subodh1810 committed May 13, 2024
1 parent b192acd commit c6523f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ definitions:
properties:
quota_reset:
description: "Optional time in ms representing when the API quota is going to be reset"
type: number
type: integer
AirbyteStreamStatusReason:
type: object
required:
Expand Down Expand Up @@ -396,6 +396,7 @@ definitions:
- CONNECTOR_CONFIG
emitted_at:
description: "the time in ms that the message was emitted"
# TODO : This should have been an integer instead of a number, need to fix this
type: number
connectorConfig:
description: "connector config orchestrator message: the updated config for the platform to store for this connector"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ definitions:
properties:
quota_reset:
description: "Optional time in ms representing when the API quota is going to be reset"
type: number
type: integer
AirbyteStreamStatusReason:
type: object
required:
Expand Down Expand Up @@ -397,6 +397,7 @@ definitions:
- CONNECTOR_CONFIG
emitted_at:
description: "the time in ms that the message was emitted"
# TODO : This should have been an integer instead of a number, need to fix this
type: number
connectorConfig:
description: "connector config orchestrator message: the updated config for the platform to store for this connector"
Expand Down

0 comments on commit c6523f6

Please sign in to comment.