As a Root of Trust (RTAO) entity, it is possible to accredit Trusted Accreditation Organisations to issue Verifiable Accreditations or Verifiable Attestations.
Schema of the Verifiable Accreditation that the TAO is accredited to issue themselves
types
Types of Credential that the TAO is accredited to issue
limitJurisdiction
Permission that the RTAO can set to limit the jurisdictional scope of the credentials issued in the ecosystem
Policies
The Root TAO can also set polices known as the TrustFrameworkPolicy within the termsOfUse section of the Verifiable Accreditation.
"termsOfUse": {
"type": "TrustFrameworkPolicy",
"trustFramework": "Name of the Ecosystem Governance Framework (GF)",
"trustFrameworkId": "https://example.com/governance-framework/125"
},
Whereby:
Field
Description
type
Must be TrustFrameworkPolicy
trustFramework
Name of Governance Framework set by the Governance Authority
trustFrameworkId
URL linking to where the written Governance Framework is stored
Example of fully formed Accreditation
The example below shows a Verifiable Accreditation that is issued by an rTAO to a TAO, specifying a schema under which the recipient is able to use for issuing their own accreditations.
For all Verifiable Accreditations, the accreditations are stored as DID-Linked Resources (DLRs), linked to the DID of the Accreditor. This means that the Accreditations are publically available, fully DID resolvable and are signed by the authentication keys within the DID Document of the Accreditor.