Skip to content

Commit

Permalink
Remove trailing commas from relatedResource JSON.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat authored and msporny committed Aug 21, 2024
1 parent e1bcadb commit ead32fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3216,22 +3216,22 @@ <h2>Integrity of Related Resources</h2>
"relatedResource": [{
"id": "https://www.w3.org/ns/credentials/v2",
"digestSRI":
"sha384-lHKDHh0msc6pRx8PhDOMkNtSI8bOfsp4giNbUrw71nXXLf13nTqNJoRp3Nx+ArVK",
"sha384-lHKDHh0msc6pRx8PhDOMkNtSI8bOfsp4giNbUrw71nXXLf13nTqNJoRp3Nx+ArVK"
},{
"id": "https://www.w3.org/ns/credentials/examples/v2",
"digestSRI":
"sha384-zNNbQTWCSUSi0bbz7dbua+RcENv7C6FvlmYJ1Y+I727HsPOHdzwELMYO9Mz68M26",
"sha384-zNNbQTWCSUSi0bbz7dbua+RcENv7C6FvlmYJ1Y+I727HsPOHdzwELMYO9Mz68M26"
}]
</pre>

<pre class="example nohighlight"
title="Usage of the relatedResource and digestMultibase property">
"relatedResource": [{
"id": "https://www.w3.org/ns/credentials/v2",
"digestMultibase": "uEres1usWcWCmW7uolIW2uA0CjQ8iRV14eGaZStJL73Vz",
"digestMultibase": "uEres1usWcWCmW7uolIW2uA0CjQ8iRV14eGaZStJL73Vz"
},{
"id": "https://www.w3.org/ns/credentials/examples/v2",
"digestMultibase": "uElc5P7xp1u-5ubXcnLa5iAsJRDYKv-Lq9FnJ5YzyJ518",
"digestMultibase": "uElc5P7xp1u-5ubXcnLa5iAsJRDYKv-Lq9FnJ5YzyJ518"
}]
</pre>

Expand Down

0 comments on commit ead32fd

Please sign in to comment.