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 8ec2ec1 commit 7a79a12
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@
"null",
"number"
],
"multipleOf": "null"
"multipleOf": null
},
"step_conv_ratio": {
"type": [
"null",
"number"
],
"multipleOf": "null"
"multipleOf": null
},
"avg_time": {
"type": [
"null",
"number"
],
"multipleOf": "null"
"multipleOf": null
},
"avg_time_from_start": {
"type": [
"null",
"number"
],
"multipleOf": "null"
"multipleOf": null
}
}
}
Expand Down

0 comments on commit 7a79a12

Please sign in to comment.