Skip to content

Commit bb3b2a4

Browse files
chore: update Higgs Shop Data Plan (#98)
Co-authored-by: mparticle-automation <[email protected]>
1 parent 042f205 commit bb3b2a4

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

core-sdk-samples/higgs-shop-sample-app/dataplans/higgs_shop_basic_data_plan_1.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"activated_environment": "development",
66
"created_on": "2022-01-05T21:07:16.183",
77
"created_by": "[email protected]",
8-
"last_modified_on": "2022-03-24T16:14:40.16",
9-
"last_modified_by": "pjenkins@mparticle.com",
8+
"last_modified_on": "2022-04-27T17:55:38.107",
9+
"last_modified_by": "alexs@mparticle.com",
1010
"version_document": {
1111
"data_points": [
1212
{
@@ -742,6 +742,29 @@
742742
}
743743
}
744744
}
745+
},
746+
{
747+
"description": "",
748+
"match": {
749+
"type": "custom_event",
750+
"criteria": {
751+
"event_name": "Test Social Like",
752+
"custom_event_type": "social"
753+
}
754+
},
755+
"validator": {
756+
"type": "json_schema",
757+
"definition": {
758+
"properties": {
759+
"data": {
760+
"additionalProperties": true,
761+
"properties": {},
762+
"required": [],
763+
"type": "object"
764+
}
765+
}
766+
}
767+
}
745768
}
746769
]
747770
}

0 commit comments

Comments
 (0)