Skip to content

Commit 535dfe0

Browse files
committed
Upgrade to [email protected].
1 parent 7c45618 commit 535dfe0

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<script src='https://www.w3.org/Tools/respec/respec-w3c' class='remove'></script>
1414
<script src="./common.js" class="remove"></script>
1515
<script class="remove"
16-
src="https://cdn.jsdelivr.net/gh/digitalbazaar/respec-vc@0.0.2/dist/main.js"></script>
17-
<script src="https://cdn.jsdelivr.net/gh/digitalbazaar/[email protected]/dist/displayVcExample.js"></script>
16+
src="https://cdn.jsdelivr.net/gh/digitalbazaar/respec-vc@1.0.0/dist/main.js"></script>
17+
1818
<script type="text/javascript" class="remove">
1919
var respecConfig = {
2020
group: "vc",
@@ -1199,7 +1199,7 @@ <h3>Identifiers</h3>
11991199
</dl>
12001200

12011201
<pre class="example nohighlight vc" title="Usage of the id property"
1202-
data-vc-verification-method="https://example.edu/issuers/565049#key-1">
1202+
data-vc-vm="https://example.edu/issuers/565049#key-1">
12031203
{
12041204
"@context": [
12051205
"https://www.w3.org/2018/credentials/v1",
@@ -1275,7 +1275,7 @@ <h3>Types</h3>
12751275
</dl>
12761276

12771277
<pre class="example nohighlight vc" title="Usage of the type property"
1278-
data-vc-verification-method="https://example.edu/issuers/565049#key-1">
1278+
data-vc-vm="https://example.edu/issuers/565049#key-1">
12791279
{
12801280
"@context": [
12811281
"https://www.w3.org/2018/credentials/v1",
@@ -1492,7 +1492,7 @@ <h3>Credential Subject</h3>
14921492

14931493
<pre class="example nohighlight vc"
14941494
title="Usage of the credentialSubject property"
1495-
data-vc-verification-method="https://example.edu/issuers/565049#key-1">
1495+
data-vc-vm="https://example.edu/issuers/565049#key-1">
14961496
{
14971497
"@context": [
14981498
"https://www.w3.org/2018/credentials/v1",
@@ -1569,7 +1569,7 @@ <h3>Issuer</h3>
15691569
</dl>
15701570

15711571
<pre class="example nohighlight vc" title="Usage of issuer property"
1572-
data-vc-verification-method="https://example.edu/issuers/14#key-1">
1572+
data-vc-vm="https://example.edu/issuers/14#key-1">
15731573
{
15741574
"@context": [
15751575
"https://www.w3.org/2018/credentials/v1",
@@ -1596,7 +1596,7 @@ <h3>Issuer</h3>
15961596

15971597
<pre class="example nohighlight vc"
15981598
title="Usage of issuer expanded property"
1599-
data-vc-verification-method="did:example:76e12ec712ebc6f1c221ebfeb1f#key-1">
1599+
data-vc-vm="did:example:76e12ec712ebc6f1c221ebfeb1f#key-1">
16001600
{
16011601
"@context": [
16021602
"https://www.w3.org/2018/credentials/v1",
@@ -1651,7 +1651,7 @@ <h3>Issuance Date</h3>
16511651

16521652
<pre class="example nohighlight vc"
16531653
title="Usage of issuanceDate property"
1654-
data-vc-verification-method="https://example.edu/issuers/14#key-1">
1654+
data-vc-vm="https://example.edu/issuers/14#key-1">
16551655
{
16561656
"@context": [
16571657
"https://www.w3.org/2018/credentials/v1",
@@ -1789,7 +1789,7 @@ <h3>Expiration</h3>
17891789

17901790
<pre class="example nohighlight vc"
17911791
title="Usage of the expirationDate property"
1792-
data-vc-verification-method="https://example.edu/issuers/14#key-1">
1792+
data-vc-vm="https://example.edu/issuers/14#key-1">
17931793
{
17941794
"@context": [
17951795
"https://www.w3.org/2018/credentials/v1",
@@ -1860,7 +1860,7 @@ <h3>Status</h3>
18601860

18611861
<pre class="example nohighlight vc"
18621862
title="Usage of the status property"
1863-
data-vc-verification-method="https://example.edu/issuers/14#key-1">
1863+
data-vc-vm="https://example.edu/issuers/14#key-1">
18641864
{
18651865
"@context": [
18661866
"https://www.w3.org/2018/credentials/v1",
@@ -2283,7 +2283,7 @@ <h3>Extensibility</h3>
22832283

22842284
<pre class="example nohighlight vc"
22852285
title="A simple credential"
2286-
data-vc-verification-method="https://example.edu/issuers/14#keys-1">
2286+
data-vc-vm="https://example.edu/issuers/14#keys-1">
22872287
{
22882288
"@context": [
22892289
"https://www.w3.org/2018/credentials/v1",
@@ -2503,7 +2503,7 @@ <h3>Data Schemas</h3>
25032503

25042504
<pre class="example nohighlight vc"
25052505
title="Usage of the credentialSchema property to perform JSON schema validation"
2506-
data-vc-verification-method="https://example.edu/issuers/14#keys-1">
2506+
data-vc-vm="https://example.edu/issuers/14#keys-1">
25072507
{
25082508
"@context": [
25092509
"https://www.w3.org/2018/credentials/v1",
@@ -2713,7 +2713,7 @@ <h3>Terms of Use</h3>
27132713

27142714
<pre class="example nohighlight vc"
27152715
title="Usage of the termsOfUse property by an issuer"
2716-
data-vc-verification-method="https://example.edu/issuers/14#keys-1">
2716+
data-vc-vm="https://example.edu/issuers/14#keys-1">
27172717
{
27182718
"@context": [
27192719
"https://www.w3.org/2018/credentials/v1",
@@ -4222,7 +4222,7 @@ <h3>Bearer Credentials</h3>
42224222

42234223
<pre class="example nohighlight vc"
42244224
title="Usage of issuer properties"
4225-
data-vc-verification-method="https://example.edu/issuers/14#keys-1">
4225+
data-vc-vm="https://example.edu/issuers/14#keys-1">
42264226
{
42274227
"@context": [
42284228
"https://www.w3.org/2018/credentials/v1",

0 commit comments

Comments
 (0)