Polygon ID · Schema

NetworkData

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
name string
credentialStatus array
View JSON Schema on GitHub

JSON Schema

network-data.json Raw ↑
{
  "type": "object",
  "required": [
    "name",
    "credentialStatus"
  ],
  "properties": {
    "name": {
      "type": "string",
      "example": "amoy"
    },
    "credentialStatus": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "Iden3commRevocationStatusV1.0"
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "NetworkData"
}