Skip to content

Commit

Permalink
Mixpanel patch (#308)
Browse files Browse the repository at this point in the history
* Bad JSON schema fix

* Small fixes to the schema
  • Loading branch information
jonwihl authored Jul 15, 2024
1 parent 2ee0074 commit 6d9ff00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"array"
]
},
"transctions": {
"transactions": {
"items": {},
"required": null,
"type": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
"null",
"array"
]
},
"Product Type": {
"items": {},
"required": null,
"type": [
"null",
"array"
]
}
}
}

0 comments on commit 6d9ff00

Please sign in to comment.