Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the respec plugin version #205

Merged
merged 4 commits into from
Aug 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
defer
></script>
<script class="remove"
src="https://cdn.jsdelivr.net/gh/transmute-industries/respec-vc-jwt@0.0.9/dist/main.js"></script>
src="https://cdn.jsdelivr.net/gh/transmute-industries/respec-vc-jwt@0.0.10/dist/main.js"></script>
<script src="./common.js" class="remove"></script>
<script class="remove">
var respecConfig = {
Expand Down Expand Up @@ -203,7 +203,7 @@ <h3>JsonSchema</h3>
<p>
An example of utilizing the VC Data Model's <code>credentialSchema</code>
is provided below:
<pre class="example vc-jwt" title="Example JsonSchema">
<pre class="example vc-jose-cose-vc-example" title="Example JsonSchema">
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
Expand Down Expand Up @@ -323,7 +323,7 @@ <h3>JsonSchemaCredential</h3>
</p>
An example of utilizing the VC Data Model's <code>credentialSchema</code>
is provided below:
<pre class="example vc-jwt" title="Example JsonSchemaCredential">
<pre class="example vc-jose-cose-vc-example" title="Example JsonSchemaCredential">
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
Expand All @@ -350,7 +350,7 @@ <h3>JsonSchemaCredential</h3>
a process also be referred to as <a>schema resolution</a>, the following verifiable credential,
representing a JSON Schema, is returned:
</p>
<pre class="example vc-jwt" title="Example Email Credential Schema">
<pre class="example vc-jose-cose-vc-example" title="Example Email Credential Schema">
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
Expand Down Expand Up @@ -562,7 +562,7 @@ <h3>Integrity Validation</h3>
<p>
An example of such usage is provided below:
</p>
<pre class="example vc-jwt nohighlight" title="Example Verifiable Credential JsonSchema with Integrity Information">
<pre class="example vc-jose-cose-vc-example nohighlight" title="Example Verifiable Credential JsonSchema with Integrity Information">
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
Expand Down Expand Up @@ -629,7 +629,7 @@ <h4>Success Result</h4>
when applying it to the VC below.
</p>
<p>
<pre class="example vc-jwt" title="Example Verifiable Credential - validations Success">
<pre class="example vc-jose-cose-vc-example" title="Example Verifiable Credential - validations Success">
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
Expand Down Expand Up @@ -658,7 +658,7 @@ <h4>Failure Result</h4>
applying it to the VC below.
</p>
<p>
<pre class="illegal-example vc-jwt" title="Example Verifiable Credential - validation Failure">
<pre class="illegal-example vc-jose-cose-vc-example" title="Example Verifiable Credential - validation Failure">
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
Expand Down Expand Up @@ -712,7 +712,7 @@ <h4>Indeterminate Result</h4>
</pre>
</p>
<p>
<pre class="example vc-jwt" title="Example Verifiable Credential - validation Indeterminate">
<pre class="example vc-jose-cose-vc-example" title="Example Verifiable Credential - validation Indeterminate">
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
Expand Down Expand Up @@ -936,7 +936,7 @@ <h3>Multiple Schemas</h3>
The example above is used to validate every property in the following
<a>verifiable credential</a>:

<pre class="example vc-jwt" title="Multiple Schema Verifiable Credential Example">
<pre class="example vc-jose-cose-vc-example" title="Multiple Schema Verifiable Credential Example">
{
"@context": ["https://www.w3.org/ns/credentials/v2"],
"id": "4995c86c-851f-43a6-9dd2-03dc891091fd",
Expand Down Expand Up @@ -984,7 +984,7 @@ <h3>Relationship to Verifiable Credential Type Property</h3>
</p>
<p>
The example below illustrates this for <code>EmailCredential</code>:
<pre class="example vc-jwt" title="Verifiable Credential with Schema Type">
<pre class="example vc-jose-cose-vc-example" title="Verifiable Credential with Schema Type">
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
Expand Down
Loading