Checksum

Checksum
Checksum

This type represents the checksum of a VNF package or an artifact file.

JSON Example
{
    "algorithm": "string",
    "hash": "string"
}
string
algorithm
Required

Name of the algorithm used to generate the checksum, as defined in ETSI GS NFV-SOL 004 [5]. For example, SHA-256, SHA-512.

string
hash
Required

The hexadecimal value of the checksum.