{"schema":"Verifies a credentials data against a JSON Schema (Draft 7 - see https://json-schema.org/specification-links#draft-7).","holder-binding":"Verifies that issuer of the Verifiable Presentation (presenter) is also the subject of all Verifiable Credentials contained within.","webhook":"Sends the credential data to an webhook URL as HTTP POST, and returns the verified status based on the webhooks set status code (success = 200 - 299).","maximum-credentials":"Verifies that a maximum number of credentials in the Verifiable Presentation is not exceeded","minimum-credentials":"Verifies that a minimum number of credentials are included in the Verifiable Presentation","signature":"Checks a JWT credential by verifying its cryptographic signature using the key referenced by the DID in `iss`.","allowed-issuer":"Checks that the issuer of the credential is present in the supplied list.","not-before":"Verifies that the credentials not-before date (for JWT: `nbf`, if unavailable: `iat` - 1 min) is correctly exceeded.","presentation-definition":"Verifies a Verifiable Presentation against a Presentation Definition, including relational constraints.","vp_required_credentials":"Verifies that a Verifiable Presentation includes a set of required credential types (e.g., bankId and any of a group of diplomas)","expired":"Verifies that the credentials expiration date (`exp` for JWTs) has not been exceeded.","signature_sd-jwt-vc":"Checks a SD-JWT-VC credential by verifying its cryptographic signature using the key referenced by the DID in `iss`.","dynamic":"A dynamic policy that can be used to implement custom verification logic.","credential-status":"Verifies Credential Status","revoked-status-list":"Verifies Credential Status"}