Back
VerificationCallback
Data structure for a call-back verification service. consumer provides an event structre to be verified, service returns that structure for the same event as known to the verifier together with a uniqu verificationID, date time stamp, and outcome
Data Properties
URI | Type | Comment |
---|---|---|
traceabilityEvents:verficationID | xsd:string | The unique ID of of the verification created by the counter party. |
traceabilityEvents:verificationData | traceabilityEvents:Event | The event data that is to be verified by the counter party |
traceabilityEvents:verificationDateTime | xsd:string | The dateTime stamp of the verification |
traceabilityEvents:verificationOutcome | traceabilityEvents:VerificationOutcome | The outcome of the counter party verification - returned by the verification callback end point. |