Polygon ID · Schema

Query

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC
View JSON Schema on GitHub

JSON Schema

verifier-query.json Raw ↑
{
  "type": "object",
  "example": {
    "context": "https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json-ld/kyc-v3.json-ld",
    "allowedIssuers": [
      "*"
    ],
    "type": "KYCAgeCredential",
    "credentialSubject": {
      "birthday": {
        "$lt": 20200424
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Query"
}