Polygon ID · Schema

PublishIdentityStateResponse

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
txID string
claimsTreeRoot string
state string
revocationTreeRoot string
rootOfRoots string
View JSON Schema on GitHub

JSON Schema

publish-identity-state-response.json Raw ↑
{
  "type": "object",
  "properties": {
    "txID": {
      "type": "string"
    },
    "claimsTreeRoot": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "revocationTreeRoot": {
      "type": "string"
    },
    "rootOfRoots": {
      "type": "string"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PublishIdentityStateResponse"
}