This bean holds data about a content element.
name | data type | constraints | description |
---|---|---|---|
hash | string | ||
uncompressedSize | number | required | |
compressedSize | number | required | |
hashAlgorithm | string |
Example
{ "hash" : "...", "uncompressedSize" : 12345, "compressedSize" : 12345, "hashAlgorithm" : "..." }