Skip to content

Commit 247880a

Browse files
mspornyTallTed
andcommitted
Drop @container to separate line in ...vc/v2 context.
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent fc0933b commit 247880a

File tree

1 file changed

+4
-2
lines changed
  • contexts/credentials

1 file changed

+4
-2
lines changed

contexts/credentials/v2

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
},
5252
"proof": {
5353
"@id": "https://w3id.org/security#proof",
54-
"@type": "@id", "@container": "@graph"
54+
"@type": "@id",
55+
"@container": "@graph"
5556
},
5657
"refreshService": {
5758
"@id": "https://www.w3.org/2018/credentials#refreshService",
@@ -89,7 +90,8 @@
8990
},
9091
"verifiableCredential": {
9192
"@id": "https://www.w3.org/2018/credentials#verifiableCredential",
92-
"@type": "@id", "@container": "@graph"
93+
"@type": "@id",
94+
"@container": "@graph"
9395
}
9496
}
9597
}

0 commit comments

Comments
 (0)