Polygon ID · Schema

StateStatusResponse

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
pendingActions boolean
View JSON Schema on GitHub

JSON Schema

state-status-response.json Raw ↑
{
  "type": "object",
  "required": [
    "pendingActions"
  ],
  "properties": {
    "pendingActions": {
      "type": "boolean",
      "example": true
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StateStatusResponse"
}