Skip to content

Commit 0ed3d15

Browse files
committed
Add queries.json for fema-ics to rectify cloudfare failure
1 parent ead5220 commit 0ed3d15

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)