Skip to content

Commit d3d0f16

Browse files
Add guidance on when to use each type (#190)
* add guidance on when to use each type * update language * pr comment * one more
1 parent 766845e commit d3d0f16

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,15 @@ <h2>Data Model</h2>
151151
property, and <code>JsonSchemaCredential</code> for usage of a [[JSON-Schema]] represented as a
152152
<a>verifiable credential</a>.
153153
</p>
154+
<p>
155+
Implementers may find use in packaging a JSON Schema as a verifiable credential when they wish to
156+
leverage features of the [[VC-DATA-MODEL-2]], answering questions such as:
157+
<ul>
158+
<li>Who is the author of this schema? (provided by the <code>issuer</code> property)</li>
159+
<li>Is it schema still valid? (provided by the <code>validFrom</code>, <code>validUntil</code>, and <code>credentialStatus</code> properties)</li>
160+
<li>Has the schema been tampered with? (provided by [[VC-DATA-INTEGRITY]] or [[VC-JWT]])</li>
161+
</ul>
162+
</p>
154163
<section>
155164
<h3>JsonSchema</h3>
156165
<p>

0 commit comments

Comments
 (0)