Skip to content

Commit

Permalink
GITBOOK-353: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweeddalex authored and gitbook-bot committed Feb 10, 2025
1 parent ea26883 commit 621f73d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion studio/trust-registries/issue-accreditation.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ For each accreditation type, the user will need to use a different request forma

</details>

<table><thead><tr><th width="299">Request Parameter</th><th>Required</th><th>Description</th></tr></thead><tbody><tr><td>"issuerDid"</td><td>Yes</td><td>The DID of the Issuer of the Accreditation</td></tr><tr><td>"subjectDid"</td><td>Yes</td><td>The DID of the Recipient of the Accreditation</td></tr><tr><td>"schemas"</td><td>Yes</td><td>A schema or multiple schemas that the recipient is accredited to issue</td></tr><tr><td>"format"</td><td>Optional</td><td>Defaults to "jwt" but may also be "json-ld"</td></tr><tr><td>"accreditationName"</td><td>Yes</td><td>Name of the accreditation which is used for chronological versioning of the accreditation.</td></tr><tr><td>"trustFramework"</td><td>Yes</td><td>A URL that points to an Ecosystem Governance Framework</td></tr><tr><td>"trustFrameworkId"</td><td>Yes</td><td>The name of the Ecosystem Governance Framework</td></tr><tr><td>"credentialStatus"</td><td>Optional</td><td>An object detailing the status information of the Accreditation </td></tr></tbody></table>
<table><thead><tr><th width="298">Request Parameter</th><th>Required</th><th>Description</th></tr></thead><tbody><tr><td>"issuerDid"</td><td>Yes</td><td>The DID of the Issuer of the Accreditation</td></tr><tr><td>"subjectDid"</td><td>Yes</td><td>The DID of the Recipient of the Accreditation</td></tr><tr><td>"schemas"</td><td>Yes</td><td>A schema or multiple schemas that the recipient is accredited to issue</td></tr><tr><td>"format"</td><td>Optional</td><td>Defaults to "jwt" but may also be "json-ld"</td></tr><tr><td>"accreditationName"</td><td>Yes</td><td>Name of the accreditation which is used for chronological versioning of the accreditation.</td></tr><tr><td>"trustFramework"</td><td>Yes</td><td>A URL that points to an Ecosystem Governance Framework</td></tr><tr><td>"trustFrameworkId"</td><td>Yes</td><td>The name of the Ecosystem Governance Framework</td></tr><tr><td>"credentialStatus"</td><td>Optional</td><td>An object detailing the status information of the Accreditation </td></tr></tbody></table>

### Verifiable Accreditation to Accredit

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ The example below shows a Verifiable Accreditation that is issued by an rTAO to

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.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>DID-Linked Resources</strong></mark></td><td>Learn about cheqd's approach to implementing DID-Linked Resources</td><td><a href="../../../architecture/adr-list/adr-002-did-linked-resources.md">adr-002-did-linked-resources.md</a></td></tr></tbody></table>
<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>DID-Linked Resources</strong></mark></td><td>Learn about cheqd's approach to implementing DID-Linked Resources</td><td><a href="../../../architecture/adr-list/adr-002-did-linked-resources.md">adr-002-did-linked-resources.md</a></td></tr></tbody></table>

To issue a Verifiable Accreditation, follow the tutorial below:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Issue Verifiable Accreditation</td><td>Issue a Verifiable Accreditation to start a trust registry on cheqd</td><td><a href="../issue-accreditation.md">issue-accreditation.md</a></td></tr></tbody></table>
<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Issue Verifiable Accreditation</strong></mark></td><td>Issue a Verifiable Accreditation to start a trust registry on cheqd</td><td><a href="../issue-accreditation.md">issue-accreditation.md</a></td></tr></tbody></table>

0 comments on commit 621f73d

Please sign in to comment.