Skip to content

Commit

Permalink
Remove obsolete QueryByFrame query type.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Sep 22, 2024
1 parent d44b929 commit cc3d206
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,46 +327,6 @@ <h3>Query By Example</h3>
</pre>
</section>

<section>
<h3>Query By Frame</h3>
<pre class="example nohighlight" title="A request for Query By Frame">
{
"query": [{
"type": "QueryByFrame",
"credentialQuery": [{
"reason": "Wallet XYZ is ready to selectively disclose new credentials.",
"frame": { ... }
}],
}]
}
</pre>

<pre class="example nohighlight" title="A query by frame from a verifier">
{
"query": [{
"type": "QueryByFrame",
"credentialQuery": {
"frame": {
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/traceability/v1",
],
"type": ["VerifiableCredential", "MillTestReportCertificate"],
"credentialSubject": {
"@explicit": true,
"type": ["MillTestReport"],
"product": {},
"manufacturer": {}
}
}
}
}],
"domain": "customs.example.gov",
"challenge": "3182bdea-63d9-11ea-b6de-3b7c1404d57f"
}
</pre>
</section>

<section>
<h3>DID Authentication</h3>

Expand Down

0 comments on commit cc3d206

Please sign in to comment.