Skip to content

Commit 99403c4

Browse files
committed
Temporarily remove validFrom/validUntil from v2 context.
1 parent 0a785c3 commit 99403c4

File tree

1 file changed

+2
-10
lines changed
  • contexts/credentials

1 file changed

+2
-10
lines changed

contexts/credentials/v2

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"proof": {
5353
"@id": "https://w3id.org/security#proof",
54-
"@type": "@id",
54+
"@type": "@id",
5555
"@container": "@graph"
5656
},
5757
"refreshService": {
@@ -61,14 +61,6 @@
6161
"termsOfUse": {
6262
"@id": "https://www.w3.org/2018/credentials#termsOfUse",
6363
"@type": "@id"
64-
},
65-
"validFrom": {
66-
"@id": "https://www.w3.org/2018/credentials#validFrom",
67-
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
68-
},
69-
"validUntil": {
70-
"@id": "https://www.w3.org/2018/credentials#validUntil",
71-
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
7264
}
7365
}
7466
},
@@ -90,7 +82,7 @@
9082
},
9183
"verifiableCredential": {
9284
"@id": "https://www.w3.org/2018/credentials#verifiableCredential",
93-
"@type": "@id",
85+
"@type": "@id",
9486
"@container": "@graph"
9587
}
9688
}

0 commit comments

Comments
 (0)