File tree 1 file changed +10
-4
lines changed 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 12
12
src ="https://unpkg.com/browse/jquery/dist/jquery.min.js "> </ script >
13
13
< script src ='https://www.w3.org/Tools/respec/respec-w3c ' class ='remove '> </ script >
14
14
< script src ="./common.js " class ="remove "> </ script >
15
+ < script class ="remove "
16
+ src ="
https://cdn.jsdelivr.net/gh/digitalbazaar/[email protected] /dist/main.js "
> </ script >
15
17
< script type ="text/javascript " class ="remove ">
16
18
var respecConfig = {
17
19
group : "vc" ,
46
48
// Uncomment these to use the respec extension that generates a list of
47
49
// normative statements:
48
50
preProcess : [ /*prepare_reqlist*/ ] ,
49
- postProcess : [ /*add_reqlist_button*/ , restrictRefs ] ,
51
+ postProcess : [
52
+ restrictRefs ,
53
+ window . respecVc . createVcExamples
54
+ /*add_reqlist_button*/
55
+ ] ,
50
56
51
57
github : "https://github.com/w3c/vc-data-model/" ,
52
58
includePermalinks : false ,
@@ -1191,7 +1197,8 @@ <h3>Identifiers</h3>
1191
1197
</ dd >
1192
1198
</ dl >
1193
1199
1194
- < pre class ="example nohighlight " title ="Usage of the id property ">
1200
+ < pre class ="example nohighlight vc " title ="Usage of the id property "
1201
+ data-vc-verification-method ="https://example.edu/issuers/565049/keys/1 ">
1195
1202
{
1196
1203
"@context": [
1197
1204
"https://www.w3.org/2018/credentials/v1",
@@ -1207,8 +1214,7 @@ <h3>Identifiers</h3>
1207
1214
"type": "BachelorDegree",
1208
1215
"name": "Bachelor of Science and Arts"
1209
1216
}
1210
- },
1211
- "proof": { < span class ="comment "> ...</ span > }
1217
+ }
1212
1218
}
1213
1219
</ pre >
1214
1220
You can’t perform that action at this time.
0 commit comments