content library item file: checksum info

Provides checksums for a content.library.item.file.info object.

Representation:

{
    "algorithm""SHA1",
    "checksum""string"
}

Attributes:

Name Type Description
Required
checksum string The checksum value calculated with content.library.item.file.checksum_info.algorithm.

Optional
algorithm string The checksum algorithm (SHA1, MD5) used to calculate the checksum.

Optional. If not specified the default checksum algorithm is SH_a1.