diff --git a/airbyte-integrations/connectors/source-mixpanel/streams/funnels.patch.json b/airbyte-integrations/connectors/source-mixpanel/streams/funnels.patch.json index 0360ec60ddbf..51c6f6a6909b 100644 --- a/airbyte-integrations/connectors/source-mixpanel/streams/funnels.patch.json +++ b/airbyte-integrations/connectors/source-mixpanel/streams/funnels.patch.json @@ -7,25 +7,29 @@ "type": [ "null", "number" - ] + ], + "multipleOf": "null" }, "step_conv_ratio": { "type": [ "null", "number" - ] + ], + "multipleOf": "null" }, "avg_time": { "type": [ "null", "number" - ] + ], + "multipleOf": "null" }, "avg_time_from_start": { "type": [ "null", "number" - ] + ], + "multipleOf": "null" } } }