Polygon ID · Schema

IssuerDescription

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
displayName string
logo string
View JSON Schema on GitHub

JSON Schema

issuer-description.json Raw ↑
{
  "type": "object",
  "required": [
    "displayName",
    "logo"
  ],
  "properties": {
    "displayName": {
      "type": "string",
      "example": "my issuer"
    },
    "logo": {
      "type": "string",
      "example": "http://my-public-logo/logo.jpg"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IssuerDescription"
}