Skip to content

Commit

Permalink
target=_blank
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnonni committed Jul 22, 2024
1 parent fd0c83b commit 121ef1d
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,25 @@ <h3>Protocols</h3>
Schemas section below. Credential Exchange Protocol is not implemented directly. It is implemented
separately but is provided here for reference.</p>
<ul>
<li><a href="/.well-known/protocols/dcx/credential-issuer.json">Credential Issuer Protocol</a></li>
<li><a href="/.well-known/protocols/dcx/credential-applicant.json">Credential Applicant Protocol</a>
<li>
<a target="_blank" href="/.well-known/protocols/dcx/credential-issuer.json">Credential Issuer
Protocol
</a>
</li>
<li>
<a target="_blank" href="/.well-known/protocols/dcx/credential-applicant.json">Credential Applicant
Protocol
</a>
</li>
<li><a href="/.well-known/protocols/dcx/credential-exchange.json">Credential Exchange Protocol</a></li>
<li><a target="_blank" href="/.well-known/protocols/dcx/credential-exchange.json">Credential Exchange
Protocol</a></li>
</ul>
</div>
<div>
<h3>Schemas</h3>
<ul>
<li>
<a href="/.well-known/schemas/dcx/application.json">Application Schema</a>
<a target="_blank" href="/.well-known/schemas/dcx/application.json">Application Schema</a>
<ul>
<li>
Schema definition for application DWN records. Submitted by DCX applicants to DCX issuer
Expand All @@ -59,13 +67,14 @@ <h3>Schemas</h3>
</li>
<br />
<li>
<a href="/.well-known/schemas/dcx/manifest.json">Manifest Schema</a>
<a target="_blank" href="/.well-known/schemas/dcx/manifest.json">Manifest Schema</a>
<ul>
<li>
Schema definition for manifest DWN records. Created by issuers in their own DWNs.
</li>
<li>
Conforms to the DIF spec for <a
Conforms to the DIF spec for
<a target="_blank"
href="https://github.com/TBD54566975/incubation-dcx?tab=readme-ov-file#credential-manifest">
credential manifests.
</a>
Expand All @@ -82,7 +91,7 @@ <h3>Schemas</h3>
</li>
<br />
<li>
<a href="/.well-known/schemas/dcx/response.json">Response Schema</a>
<a target="_blank" href="/.well-known/schemas/dcx/response.json">Response Schema</a>
<ul>
<li>Schema definition for response DWN records.</li>
<li>Created by DCX issuers in response to an application record.</li>
Expand All @@ -91,7 +100,7 @@ <h3>Schemas</h3>
</li>
<br />
<li>
<a href="/.well-known/schemas/dcx/invoice.json">Invoice Schema</a>
<a target="_blank" href="/.well-known/schemas/dcx/invoice.json">Invoice Schema</a>
<ul>
<li>Optional Schema definition for invoice DWN records.</li>
<li>Created by DCX issuers and sent to DCX applicant DWNs.</li>
Expand Down

0 comments on commit 121ef1d

Please sign in to comment.