File tree 1 file changed +9
-0
lines changed 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,15 @@ <h2>Data Model</h2>
151
151
property, and < code > JsonSchemaCredential</ code > for usage of a [[JSON-Schema]] represented as a
152
152
< a > verifiable credential</ a > .
153
153
</ 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 >
154
163
< section >
155
164
< h3 > JsonSchema</ h3 >
156
165
< p >
You can’t perform that action at this time.
0 commit comments