Polygon ID · Schema

CreateCredentialResponse

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
id string
View JSON Schema on GitHub

JSON Schema

create-credential-response.json Raw ↑
{
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "x-omitempty": false
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateCredentialResponse"
}