Skip to content

Commit

Permalink
docs: Updated reference json file for verification payload to latest …
Browse files Browse the repository at this point in the history
…reqs

In reference payload for the verification request:
* Added required credentialConfigurationId fiel, hardcoded to example
  id.
* Removed empty Id field that caused serde to panic.
  • Loading branch information
berkes committed Jul 17, 2024
1 parent c25f9da commit 57b1fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent_api_rest/res/open-badge-request.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"offerId": "c86289fa-b105-4ec3-9326-a02436788f11",
"credentialConfigurationId": "w3c_vc_credential",
"credential": {
"credentialSubject": {
"id": "",
"type": ["AchievementSubject"],
"achievement": {
"id": "https://example.com/achievements/21st-century-skills/teamwork",
Expand Down

0 comments on commit 57b1fb6

Please sign in to comment.