Polygon ID · Schema

DisplayMethod

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
id string
type string
View JSON Schema on GitHub

JSON Schema

display-method.json Raw ↑
{
  "type": "object",
  "required": [
    "id",
    "type"
  ],
  "properties": {
    "id": {
      "type": "string",
      "x-omitempty": false
    },
    "type": {
      "type": "string",
      "x-omitempty": false,
      "enum": [
        "Iden3BasicDisplayMethodV1"
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DisplayMethod"
}