Skip to content

Commit

Permalink
Remove claim as it is no longer a graph container.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Dec 4, 2018
1 parent 2a33fe2 commit a005732
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2009,12 +2009,12 @@ <h2>Syntactic Sugar</h2>
</li>
<li>
If processed using a JSON-LD processor, the <code>verifiableCredential</code>
and <code>claim</code> properties are treated as "graph containers", which
are mechanisms that are used to isolate what one entity claims from
another entity. This ensures proper cryptographic separation between the data
graph provided by each <a>issuer</a> and the one provided by the
<a>presenter</a> to ensure the provenance of the information for each graph
is preserved.
and <code>proof</code> properties are treated as "graph containers", which
are mechanisms that are used to isolate sets of data asserted by different
parties entities. This ensures, for example, proper cryptographic separation
between the data graph provided by each <a>issuer</a> and the one provided by
the <a>presenter</a> to ensure the provenance of the information for each
graph is preserved.
</li>
</ul>

Expand Down

0 comments on commit a005732

Please sign in to comment.