Polygon ID · Schema

GetAuthenticationConnectionResponse

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
connection object
View JSON Schema on GitHub

JSON Schema

get-authentication-connection-response.json Raw ↑
{
  "type": "object",
  "required": [
    "connection"
  ],
  "properties": {
    "connection": {
      "$ref": "#/components/schemas/AuthenticationConnection"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetAuthenticationConnectionResponse"
}