main | dev |
---|---|
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 .
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 |
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>