Schema ID
https://gobl.org/draft-0/dsig/digest
Properties
| Title | Property | Type | Description |
|---|---|---|---|
| Algorithm | alg | string | Algorithm stores the algorithm key that was used to generate the value. |
| Value | val | string | Value contains the Hexadecimal representation of the resulting hash generated by the algorithm. |
Validation Rules
| Field | Test | Validation Code / Message |
|---|---|---|
alg |
| GOBL-DSIG-DIGEST-01Algorithm is required |
val |
| GOBL-DSIG-DIGEST-02Value is required |