Polygon ID · Schema

GenericErrorMessage

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
message string
View JSON Schema on GitHub

JSON Schema

generic-error-message.json Raw ↑
{
  "type": "object",
  "required": [
    "message"
  ],
  "properties": {
    "message": {
      "type": "string",
      "example": "Something happen"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GenericErrorMessage"
}