Skip to content

Commit

Permalink
removeing multipleOf requirement for Mixpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaffe committed Jan 16, 2024
1 parent 18bedfa commit e553046
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"properties": {
"steps": {
"items": {
"properties": {
"overall_conv_ratio": {
"type": [
"null",
"number"
]
},
"step_conv_ratio": {
"type": [
"null",
"number"
]
},
"avg_time": {
"type": [
"null",
"number"
]
},
"avg_time_from_start": {
"type": [
"null",
"number"
]
}
}
}
}
}
}

0 comments on commit e553046

Please sign in to comment.