Query Language
Key Concepts
Example
[
{
"fields": [
{
"path": ["$.type"],
"filter": {
"type": "array",
"contains": {"const": "ProofOfPurchase"}
}
},
{
"path": ["$.credentialSubject.id"],
"filter": {
"type": "string",
"pattern": "^did:empe:.*$"
}
}
]
}
]Last updated