diff --git a/protocol-models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml b/protocol-models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml index 9db85ac..2e6ee5f 100644 --- a/protocol-models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml +++ b/protocol-models/src/main/resources/airbyte_protocol/airbyte_protocol.yaml @@ -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: @@ -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" diff --git a/protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml b/protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml index be2bb82..98bd414 100644 --- a/protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml +++ b/protocol-models/src/main/resources/airbyte_protocol/v0/airbyte_protocol.yaml @@ -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: @@ -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"