Skip to content

Commit 23cdde4

Browse files
authored
update credentialSchema id to align with spec text (#242)
1 parent afe23a1 commit 23cdde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/json-schema-credential-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"properties": {
4343
"id": {
4444
"type": "string",
45-
"const": "https://www.w3.org/2022/credentials/v2/json-schema-credential-schema.json"
45+
"const": "https://www.w3.org/ns/credentials/json-schema/v2.json"
4646
},
4747
"type": {
4848
"type": "string",

0 commit comments

Comments
 (0)