blob: c14341352c0e8df2a00bee0acd47db11d9b0e723 [file] [log] [blame]
{
"test-node" : {
"jcr:primaryType" : "sling:propertySetTestNodeType",
"string" : "Sling",
"strings" : ["Apache", "Sling"],
"long" : 42,
"longs" : [4, 8, 15, 16, 23, 42],
"boolean" : true,
"booleans" : [true, false],
"uri" : "http://www.google.com/",
"uris" : ["http://sling.apache.org/", "http://www.google.com/"],
"name" : "sling:test",
"names" : ["jcr:base", "sling:test"],
"path" : "/sling-test/initial-content-folder/folder-content-test",
"paths" : ["/sling-test/initial-content-folder/folder-content-test", "/apps"]
}
}