Skip to content

Commit 2d51367

Browse files
authored
Fix Example 2 (#277)
1 parent 3e646c5 commit 2d51367

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

draft-ietf-oauth-sd-jwt-vc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,8 +1505,8 @@ After validation, the Verifier will have the following processed SD-JWT payload
15051505
"sd": "allowed"
15061506
}
15071507
],
1508-
"schema_url": "https://exampleuniversity.com/public/credential-schema-0.9",
1509-
"schema_url#integrity": "sha256-o984vn819a48ui1llkwPmKjZ5t0WRL5ca_xGgX3c1VLmXfh"
1508+
"schema_uri": "https://exampleuniversity.com/public/credential-schema-0.9",
1509+
"schema_uri#integrity": "sha256-o984vn819a48ui1llkwPmKjZ5t0WRL5ca_xGgX3c1VLmXfh"
15101510
}
15111511
```
15121512

0 commit comments

Comments
 (0)