Skip to content

Commit

Permalink
Fix Example 2 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
babisRoutis authored Dec 2, 2024
1 parent 3e646c5 commit 2d51367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-oauth-sd-jwt-vc.md
Original file line number Diff line number Diff line change
Expand Up @@ -1505,8 +1505,8 @@ After validation, the Verifier will have the following processed SD-JWT payload
"sd": "allowed"
}
],
"schema_url": "https://exampleuniversity.com/public/credential-schema-0.9",
"schema_url#integrity": "sha256-o984vn819a48ui1llkwPmKjZ5t0WRL5ca_xGgX3c1VLmXfh"
"schema_uri": "https://exampleuniversity.com/public/credential-schema-0.9",
"schema_uri#integrity": "sha256-o984vn819a48ui1llkwPmKjZ5t0WRL5ca_xGgX3c1VLmXfh"
}
```

Expand Down

0 comments on commit 2d51367

Please sign in to comment.