Polygon ID · Schema

SingInResponse

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
sessionID object
qrCode string
View JSON Schema on GitHub

JSON Schema

verifier-sing-in-response.json Raw ↑
{
  "type": "object",
  "required": [
    "sessionID",
    "qrCode"
  ],
  "properties": {
    "sessionID": {
      "$ref": "#/components/schemas/UUID"
    },
    "qrCode": {
      "type": "string",
      "example": "iden3comm://?request_uri=https%3A%2F%2Fissuer-demo.polygonid.me%2Fapi%2Fqr-store%3Fid%3Df780a169-8959-4380-9461-f7200e2ed3f4"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SingInResponse"
}