{ "$id": "EH6ekLjSr8V32WyFbGe1zXjTzFs9PkTYmupJ9H65O14g", "$schema": "http://json-schema.org/draft-07/schema#", "title": "ECR Authorization vLEI Credential", "description": "A vLEI Authorization Credential issued by a Legal Entity to a QVI for the authorization of ECR credentials", "type": "object", "credentialType": "ECRAuthorizationvLEICredential", "version": "1.0.0", "properties": { "v": { "description": "Version", "type": "string" }, "d": { "description": "Credential SAID", "type": "string" }, "u": { "description": "One time use nonce", "type": "string" }, "i": { "description": "LE Issuer AID", "type": "string" }, "ri": { "description": "Credential status registry", "type": "string" }, "s": { "description": "Schema SAID", "type": "string" }, "a": { "oneOf": [ { "description": "Attributes block SAID", "type": "string" }, { "$id": "EBMwtCJt7LUfA9u0jmZ1cAoCavZFIBmZBmlufYeX4gdy", "description": "Attributes block", "type": "object", "properties": { "d": { "description": "Attributes block SAID", "type": "string" }, "i": { "description": "QVI Issuee AID", "type": "string" }, "dt": { "description": "Issuance date time", "type": "string", "format": "date-time" }, "AID": { "description": "AID of the intended recipient of the ECR credential", "type": "string" }, "LEI": { "description": "LEI of the requesting Legal Entity", "type": "string", "format": "ISO 17442" }, "personLegalName": { "description": "Requested recipient name as provided during identity assurance", "type": "string" }, "engagementContextRole": { "description": "Requested role description i.e. 'Head of Standards'", "type": "string" } }, "additionalProperties": false, "required": [ "i", "dt", "AID", "LEI", "personLegalName", "engagementContextRole" ] } ] }, "e": { "oneOf": [ { "description": "Edges block SAID", "type": "string" }, { "$id": "EB6E1GJvVen5NqkKb2TG5jqX66vYOL3md-xkXQqQBySX", "description": "Edges block", "type": "object", "properties": { "d": { "description": "Edges block SAID", "type": "string" }, "le": { "description": "Chain to legal entity vLEI credential", "type": "object", "properties": { "n": { "description": "QVI Issuer credential SAID", "type": "string" }, "s": { "description": "SAID of required schema of the credential pointed to by this node", "type": "string", "const": "ENPXp1vQzRF6JwIuS-mp2U8Uf1MoADoP_GqQ62VsDZWY" } }, "additionalProperties": false, "required": [ "n", "s" ] } }, "additionalProperties": false, "required": [ "d", "le" ] } ] }, "r": { "oneOf": [ { "description": "Rules block SAID", "type": "string" }, { "$id": "ELLuSgEW2h8n5fHKLvZc9uTtxzqXQqlWR7MiwEt7AcmM", "description": "Rules block", "type": "object", "properties": { "d": { "description": "Rules block SAID", "type": "string" }, "usageDisclaimer": { "description": "Usage Disclaimer", "type": "object", "properties": { "l": { "description": "Associated legal language", "type": "string", "const": "Usage of a valid, unexpired, and non-revoked vLEI Credential, as defined in the associated Ecosystem Governance Framework, does not assert that the Legal Entity is trustworthy, honest, reputable in its business dealings, safe to do business with, or compliant with any laws or that an implied or expressly intended purpose will be fulfilled." } } }, "issuanceDisclaimer": { "description": "Issuance Disclaimer", "type": "object", "properties": { "l": { "description": "Associated legal language", "type": "string", "const": "All information in a valid, unexpired, and non-revoked vLEI Credential, as defined in the associated Ecosystem Governance Framework, is accurate as of the date the validation process was complete. The vLEI Credential has been issued to the legal entity or person named in the vLEI Credential as the subject; and the qualified vLEI Issuer exercised reasonable care to perform the validation process set forth in the vLEI Ecosystem Governance Framework." } } }, "privacyDisclaimer": { "description": "Privacy Disclaimer", "type": "object", "properties": { "l": { "description": "Associated legal language", "type": "string", "const": "Privacy Considerations are applicable to QVI ECR AUTH vLEI Credentials. It is the sole responsibility of QVIs as Issuees of QVI ECR AUTH vLEI Credentials to present these Credentials in a privacy-preserving manner using the mechanisms provided in the Issuance and Presentation Exchange (IPEX) protocol specification and the Authentic Chained Data Container (ACDC) specification. https://github.com/WebOfTrust/IETF-IPEX and https://github.com/trustoverip/tswg-acdc-specification." } } } }, "additionalProperties": false, "required": [ "d", "usageDisclaimer", "issuanceDisclaimer", "privacyDisclaimer" ] } ] } }, "additionalProperties": false, "required": [ "i", "ri", "s", "d", "e", "r" ] }