Skip to content

Commit 3d2993e

Browse files
authored
Fix JSON context indents and line spacing.
1 parent 7966eb2 commit 3d2993e

File tree

1 file changed

+3
-2
lines changed
  • contexts/credentials

1 file changed

+3
-2
lines changed

contexts/credentials/v2

+3-2
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154

155155
"id": "@id",
156156
"type": "@type",
157+
157158
"holder": {
158159
"@id": "https://www.w3.org/2018/credentials#holder",
159160
"@type": "@id"
@@ -187,8 +188,8 @@
187188
"type": "@type",
188189

189190
"jsonSchema": {
190-
"@id": "https://www.w3.org/2018/credentials#jsonSchema",
191-
"@type": "@json"
191+
"@id": "https://w3.org/2018/credentials#jsonSchema",
192+
"@type": "@json"
192193
}
193194
}
194195
},

0 commit comments

Comments
 (0)