vLEI Server
March 19, 2026 ยท View on GitHub
Verifiable Legal Entity Identifier Schema Generator and Server
| main | dev |
|---|---|
Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers)
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:
| Acronym | Full Name of Credential | Link to JSON Schema | Link to Sample Credential JSON |
|---|---|---|---|
| QVI | Qualified vLEI Issuer vLEI Credential | QVI Schema | QVI Sample |
| LE | Legal Entity vLEI Credential | LE Schema | LE Sample |
| OOR AUTH | Qualified vLEI Issuer OOR Authorization vLEI Credential | OOR AUTH Schema | OOR AUTH Sample |
| ECR AUTH | Qualified vLEI Issuer OOR vLEI Credential | ECR AUTH Schema | ECR AUTH Sample |
| OOR | Legal Entity Official Organizational Role vLEI Credential | OOR Schema | OOR Sample |
| ECR | Legal Entity Engagement Context Role vLEI Credential | ECR Schema | ECR 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>