Polygon ID · Example Payload

Verifier Sign In Request Offchain Sig V3 Linked Proofs

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Verifier Sign In Request Offchain Sig V3 Linked Proofs is an example object payload from Polygon ID, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

chainIDscope

Example Payload

Raw ↑
{
  "chainID": "80002",
  "scope": [
    {
      "circuitID": "credentialAtomicQueryV3-beta.1",
      "id": 1,
      "query": {
        "groupId": 1,
        "context": "https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json-ld/kyc-v3.json-ld",
        "allowedIssuers": [
          "*"
        ],
        "type": "KYCAgeCredential",
        "credentialSubject": {
          "birthday": {
            "$lt": 20201010
          }
        }
      }
    },
    {
      "circuitID": "credentialAtomicQueryV3-beta.1",
      "id": 2,
      "query": {
        "groupId": 1,
        "context": "ipfs://QmaBJzpoYT2CViDx5ShJiuYLKXizrPEfXo8JqzrXCvG6oc",
        "allowedIssuers": [
          "*"
        ],
        "type": "TestInteger01",
        "credentialSubject": {
          "position": {
            "$eq": 2
          }
        }
      }
    }
  ]
}