diff --git a/index.html b/index.html index a67f5df..736e9c9 100644 --- a/index.html +++ b/index.html @@ -327,46 +327,6 @@

Query By Example

-
-

Query By Frame

-
-{
-  "query": [{
-    "type": "QueryByFrame",
-    "credentialQuery": [{
-      "reason": "Wallet XYZ is ready to selectively disclose new credentials.",
-      "frame": { ... }
-    }],
-  }]
-}
-        
- -
-{
-  "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"
-}
-        
-
-

DID Authentication