Polygon ID · Schema

CreateKeyResponse

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
id string base64 encoded keyID
View JSON Schema on GitHub

JSON Schema

create-key-response.json Raw ↑
{
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "x-omitempty": false,
      "description": "base64 encoded keyID",
      "example": "a2V5cy9kaWQ6aWRlbjM6cG9seWdvbjphbW95OnhKQktvbkJ1dWdKbW1aMkdvS2gzOTM"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateKeyResponse"
}