Polygon ID · Schema

BasicMessage

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
id string
typ string
type string
thid string
body
from string
to string
View JSON Schema on GitHub

JSON Schema

basic-message.json Raw ↑
{
  "type": "object",
  "required": [
    "body",
    "id",
    "typ",
    "type",
    "thid",
    "from",
    "to"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "typ": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "thid": {
      "type": "string"
    },
    "body": {
      "type": null
    },
    "from": {
      "type": "string"
    },
    "to": {
      "type": "string"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BasicMessage"
}