{ "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" }