Polygon ID · Schema

CredentialLinkQrCodeResponse

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
issuer object
message string
deepLink string
universalLink string
linkDetail object
View JSON Schema on GitHub

JSON Schema

credential-link-qr-code-response.json Raw ↑
{
  "type": "object",
  "required": [
    "issuer",
    "deepLink",
    "universalLink",
    "message",
    "sessionID",
    "linkID",
    "linkDetail"
  ],
  "properties": {
    "issuer": {
      "$ref": "#/components/schemas/IssuerDescription"
    },
    "message": {
      "type": "string"
    },
    "deepLink": {
      "type": "string",
      "example": "iden3comm://?request_uri=https%3A%2F%2Fissuer-demo.privado.id%2Fapi%2Fqr-store%3Fid%3Df780a169-8959-4380-9461-f7200e2ed3f4"
    },
    "universalLink": {
      "type": "string",
      "example": "https://wallet.privado.id#request_uri=url"
    },
    "linkDetail": {
      "$ref": "#/components/schemas/LinkSimple"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CredentialLinkQrCodeResponse"
}