schema-aggregator

CounterSignature

A signed receipt transmitted in the synchronous Ack response body, proving that the receiver authenticated, received, and processed the inbound request.

CounterSignature shares the same wire format as Signature but differs:

Signing string format:

(created): {unixTimestamp}
(expires): {unixTimestamp}
digest: BLAKE-512={base64DigestOfAckBody}
(request-digest): BLAKE-512={base64DigestOfInboundRequestBody}
(message-id): {messageId}

Versions

Version attributes.yaml attributes.jsonschema.yaml context.jsonld vocab.jsonld README
v2.0 https://schema.nfh.global/CounterSignature/v2.0/attributes.yaml https://schema.nfh.global/CounterSignature/v2.0/attributes.jsonschema.yaml https://schema.nfh.global/CounterSignature/v2.0/context.jsonld https://schema.nfh.global/CounterSignature/v2.0/vocab.jsonld https://schema.nfh.global/CounterSignature/v2.0/README.md