In example 1 (the basic data model), the event object and the proof array are separate, but in examples 4 and 5 (use cases) the proof is in the event object. It's not clear why that is.
Perhaps the event is intended to have a proof itself, and the parallel proof array are an optional set of witness proofs, that are not used in the examples?
In example 1 (the basic data model), the
eventobject and theproofarray are separate, but in examples 4 and 5 (use cases) theproofis in theeventobject. It's not clear why that is.Perhaps the
eventis intended to have a proof itself, and the parallelproofarray are an optional set of witness proofs, that are not used in the examples?