Polygon ID · Schema

CredentialOfferResponse

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
universalLink string
schemaType string
View JSON Schema on GitHub

JSON Schema

credential-offer-response.json Raw ↑
{
  "type": "object",
  "required": [
    "universalLink",
    "schemaType"
  ],
  "properties": {
    "universalLink": {
      "type": "string",
      "example": "https://wallet.privado.id#request_uri=https%3A%2F%2Fissuer-demo.polygonid.me%2Fapi%2Fqr-store%3Fid%3Df780a169-8959-4380-9461-f7200e2ed3f4"
    },
    "schemaType": {
      "type": "string",
      "example": "vaccinationCertificate"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CredentialOfferResponse"
}