Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sourabhbagrecha/39383137c4cffb3c79bf9a9fdc067b70 to your computer and use it in GitHub Desktop.
Save sourabhbagrecha/39383137c4cffb3c79bf9a9fdc067b70 to your computer and use it in GitHub Desktop.
{
"type": "object",
"title": "ModeAnalyticsOutput",
"properties": {
"modes": {
"bsonType": "array",
"items": {
"bsonType": "object",
"title": "modeAnalyticsItem",
"properties": {
"mode": {
"bsonType": "string"
},
"amount": {
"bsonType": "int"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment