We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead5220 commit 0ed3d15Copy full SHA for 0ed3d15
credentials/fema-ics-100/queries.json
@@ -0,0 +1,24 @@
1
+{
2
+ "default": {
3
+ "type": "QueryByExample",
4
+ "credentialQuery": [
5
+ {
6
+ "reason": "Please present your OpenBadgeCredential or Verifiable Credential(s) to complete the verification process.",
7
+ "example": {
8
+ "@context": [
9
+ "https://www.w3.org/ns/credentials/v2",
10
+ "https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.3.json",
11
+ "https://w3id.org/vc/render-method/v2rc1"
12
+ ],
13
+ "type": ["OpenBadgeCredential"]
14
+ },
15
+ "acceptedCryptosuites": [
16
+ "eddsa-rdfc-2022",
17
+ "ecdsa-rdfc-2019",
18
+ "bbs-2023",
19
+ "ecdsa-sd-2023"
20
+ ]
21
+ }
22
23
24
+}
0 commit comments