Polygon ID · Schema

RevokeClaimResponse

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
message string
View JSON Schema on GitHub

JSON Schema

revoke-claim-response.json Raw ↑
{
  "type": "object",
  "required": [
    "message"
  ],
  "properties": {
    "message": {
      "type": "string",
      "x-omitempty": false,
      "example": "pending"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RevokeClaimResponse"
}