Polygon ID · Schema

UUIDResponse

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
id string
View JSON Schema on GitHub

JSON Schema

uuid-response.json Raw ↑
{
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "x-omitempty": false,
      "example": "c79c9c04-8c98-40f2-a7a0-5eeabf08d836"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UUIDResponse"
}