CASE icon indicating copy to clipboard operation
CASE copied to clipboard

file.json - example contains invalid "partIndex" property on DiskPartition property bundle

Open vikhari opened this issue 7 years ago • 0 comments

Issue ported from old casework github repo (issue 29). Original author: sbarnum

The example uses a "partIndex" property on the DiskPartition property bundle (e.g. relationship6). This is not a valid property for v0.1.0. The valid properties of DiskPartition for v0.1.0 are:

  • mountPoint
  • partitionID
  • partitionLength
  • partitionOffset
  • spaceLeft
  • spaceUsed
  • totalSpace
  • diskPartitionType
  • createdTime

vikhari avatar Apr 13 '18 17:04 vikhari