Polygon ID · Schema
GetIdentitiesResponse
IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC
Properties
| Name | Type | Description |
|---|---|---|
| identifier | string | |
| credentialStatusType | string | |
| method | string | |
| blockchain | string | |
| network | string | |
| displayName | string |
JSON Schema
{
"type": "object",
"required": [
"identifier",
"method",
"blockchain",
"network"
],
"properties": {
"identifier": {
"type": "string",
"x-omitempty": false,
"example": "did:polygonid:polygon:amoy:2qMZrfBsXuGFTwSqkqYki78zF3pe1vtXoqH4yRLsfs"
},
"credentialStatusType": {
"type": "string",
"x-omitempty": true,
"example": "Iden3ReverseSparseMerkleTreeProof",
"enum": [
"Iden3commRevocationStatusV1.0",
"Iden3ReverseSparseMerkleTreeProof",
"Iden3OnchainSparseMerkleTreeProof2023"
]
},
"method": {
"type": "string",
"x-omitempty": false,
"example": "polygonid"
},
"blockchain": {
"type": "string",
"x-omitempty": false,
"example": "polygon"
},
"network": {
"type": "string",
"x-omitempty": false,
"example": "amoy"
},
"displayName": {
"type": "string",
"x-omitempty": false,
"example": "KYCAgeCredential Issuer identity"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "GetIdentitiesResponse"
}