Skip to content

Commit

Permalink
Clarify validation information in batch signing (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasNajman authored May 9, 2024
1 parent 19c0424 commit 134f316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/30-signing/05-ades-formats/33-validation-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ Where:

### Batch signing

When using batch signatures, the `validationData` field is returned as an array of objects, one for each signature.
When using batch signatures, the `signatureData` has a form of JSON object representing the batch signature response as defined in [Batch Signing](./batch-signing). The `validationData` is common to all signatures as the signatures were created by the same key.

0 comments on commit 134f316

Please sign in to comment.