Skip to content

Commit

Permalink
StorageLoader: wrote JSON Pathe file for change_form (closes #1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun authored and alexanderdean committed Nov 5, 2014
1 parent 4a88070 commit 3e67a6d
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"jsonpaths": [

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

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

"$.data.formId",
"$.data.elementId",
"$.data.nodeName",
"$.data.type",
"$.data.elementClasses",
"$.data.value"
]
}

0 comments on commit 3e67a6d

Please sign in to comment.