| name | data type | constraints | description |
|---|---|---|---|
| compressedSize | number | required | |
| hashAlgorithm | string | ||
| hash | string | ||
| uncompressedSize | number | required |
Example
{
"compressedSize" : 12345,
"hashAlgorithm" : "...",
"hash" : "...",
"uncompressedSize" : 12345
}