Skip to content

Commit

Permalink
changing mixpanel schema to have null multipleOf fields
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaffe committed Jan 23, 2024
1 parent e553046 commit 8ec2ec1
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down

0 comments on commit 8ec2ec1

Please sign in to comment.