Skip to content

Commit

Permalink
StorageLoader: wrote JSON Path file for ua_parser_context (closes #790)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Mar 6, 2015
1 parent 378c854 commit 8204016
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"jsonpaths": [

"$.schema.vendor",
"$.schema.name",
"$.schema.format",
"$.schema.version",

"$.hierarchy.rootId",
"$.hierarchy.rootTstamp",
"$.hierarchy.refRoot",
"$.hierarchy.refTree",
"$.hierarchy.refParent",

"$.data.useragentFamily",
"$.data.useragentMajor",
"$.data.useragentMinor",
"$.data.useragentPatch",
"$.data.useragentVersion",
"$.data.osFamily",
"$.data.osMajor",
"$.data.osMinor",
"$.data.osPatch",
"$.data.osPatchMinor",
"$.data.osVersion",
"$.data.deviceFamily"
]
}

0 comments on commit 8204016

Please sign in to comment.