Skip to content

Commit

Permalink
Fix context bug introduced in jsonSchema addition.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Aug 11, 2023
1 parent 69f82d1 commit 44e7931
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contexts/credentials/v2
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@
"type": "@type",

"jsonSchema": {
"id": "https://w3.org/2018/credentials#jsonSchema",
"type": "@json"
"@id": "https://w3.org/2018/credentials#jsonSchema",
"@type": "@json"
}
}
},
Expand Down Expand Up @@ -276,4 +276,4 @@
}
}
}
}
}

0 comments on commit 44e7931

Please sign in to comment.