vLEI Server

March 19, 2026 ยท View on GitHub

Verifiable Legal Entity Identifier Schema Generator and Server

maindev
maindev
codecovcodecov

GLEIF

vLEI

The vLEI is a open standard type of W3C Verifiable Credential (VC) that leverages the W3C Decentralized Identifier (DID) standard. The DID method is did:keri which is based onthe KERI identifier system .

Credential Schema and vLEI Samples

The table below lists all the vLEI credentials with links to the JSON Schema for each credential as well as links to a sample for each:

AcronymFull Name of CredentialLink to JSON SchemaLink to Sample Credential JSON
QVIQualified vLEI Issuer vLEI CredentialQVI SchemaQVI Sample
LELegal Entity vLEI CredentialLE SchemaLE Sample
OOR AUTHQualified vLEI Issuer OOR Authorization vLEI CredentialOOR AUTH SchemaOOR AUTH Sample
ECR AUTHQualified vLEI Issuer OOR vLEI CredentialECR AUTH SchemaECR AUTH Sample
OORLegal Entity Official Organizational Role vLEI CredentialOOR SchemaOOR Sample
ECRLegal Entity Engagement Context Role vLEI CredentialECR SchemaECR Sample

Development

To verify Schema match the samples run:

pytest

To generate new SAIDs for updates schema run:

python3 src/vlei/generate.py

To Saidify a schema json file and add the schema to ./schema/acdc folder, run:

saidify-schema -f <file path of schema file(JSON) to saidify>