inconsistencyUIDTO element
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<inconsistencyUIDTO>
<zoneId>...</zoneId>
<zoneId>...</zoneId>
<!--...more "zoneId" elements...-->
<differences>
<path>...</path>
<length>...</length>
<directory>...</directory>
<owner>...</owner>
<group>...</group>
<permission>...</permission>
</differences>
<differences>
<!--...-->
</differences>
<!--...more "differences" elements...-->
</inconsistencyUIDTO>
Example JSON
{
"zoneId" : [ "...", ... ],
"differences" : [ {
"path" : "...",
"length" : ...,
"directory" : false,
"owner" : "...",
"group" : "...",
"permission" : "..."
}, ... ]
}