Skip to content

Commit

Permalink
StorageLoader: add JSON Path file for com.optimizely/visitor_audience…
Browse files Browse the repository at this point in the history
… event (closes #2435)
  • Loading branch information
jbeemster authored and alexanderdean committed Feb 17, 2016
1 parent a044c43 commit 2c53418
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"jsonpaths": [
"$.schema.vendor",
"$.schema.name",
"$.schema.format",
"$.schema.version",
"$.hierarchy.rootId",
"$.hierarchy.rootTstamp",
"$.hierarchy.refRoot",
"$.hierarchy.refTree",
"$.hierarchy.refParent",
"$.data.id",
"$.data.isMember"
]
}

0 comments on commit 2c53418

Please sign in to comment.