Skip to content

Commit

Permalink
amplitude: fix average_session_length
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Aug 8, 2023
1 parent 6e1c6e7 commit d15e1ee
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"properties": {
"date": {
"format": "date-time"
},
"length": {
"type": ["null", "number", "object"],
"properties": {
"setId": {
"type": "string"
},
"value": {
"type": "number"
}
}
}
}
}

0 comments on commit d15e1ee

Please sign in to comment.