Skip to main content
Digest defines a structure to hold a digest value including the algorithm used to generate it.

Schema ID

https://gobl.org/draft-0/dsig/digest

Properties

TitlePropertyTypeDescription
AlgorithmalgstringAlgorithm stores the algorithm key that was used to generate the value.
ValuevalstringValue contains the Hexadecimal representation of the resulting hash generated by the algorithm.

Validation Rules

FieldTestValidation Code / Message
alg
  • Present
GOBL-DSIG-DIGEST-01
Algorithm is required
val
  • Present
GOBL-DSIG-DIGEST-02
Value is required