Polygon ID · Schema

SupportedNetworks

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
blockchain string
networks array
View JSON Schema on GitHub

JSON Schema

supported-networks.json Raw ↑
{
  "type": "object",
  "x-omitempty": false,
  "required": [
    "blockchain",
    "networks"
  ],
  "properties": {
    "blockchain": {
      "type": "string",
      "example": "polygon"
    },
    "networks": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/NetworkData"
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SupportedNetworks"
}