Skip to content

Commit

Permalink
Fix context url in template
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed May 29, 2024
1 parent ea7baaf commit 8502f9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Example data is provided to convey intended use, and to support any hosted examp

## Overview

TBD
### Setting Up GitHub Pages

Make sure to enable Pages, on the main branch serving the `/ (root)` directory.

## Commercial Support

Expand Down
2 changes: 1 addition & 1 deletion credentials/58473/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://transmute-industries.github.io/verifiable-credential-profile-template/credentials/examples/v1"
"https://transmute-industries.github.io/verifiable-credential-profile-template/contexts/credentials/v1"
],
"id": "http://university.example/credentials/58473",
"type": ["VerifiableCredential", "ExampleAlumniCredential"],
Expand Down
8 changes: 4 additions & 4 deletions schemas/ExampleAlumniCredential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ properties:
readOnly: true
const:
- https://www.w3.org/ns/credentials/v2
- https://transmute-industries.github.io/verifiable-credential-profile-template/credentials/examples/v1
- https://transmute-industries.github.io/verifiable-credential-profile-template/contexts/credentials/v1
default:
- https://www.w3.org/ns/credentials/v2
- https://transmute-industries.github.io/verifiable-credential-profile-template/credentials/examples/v1
- https://transmute-industries.github.io/verifiable-credential-profile-template/contexts/credentials/v1
items:
type: string
enum:
- https://www.w3.org/ns/credentials/v2
- https://transmute-industries.github.io/verifiable-credential-profile-template/credentials/examples/v1
- https://transmute-industries.github.io/verifiable-credential-profile-template/contexts/credentials/v1
type:
type: array
readOnly: true
Expand Down Expand Up @@ -168,7 +168,7 @@ example:
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://transmute-industries.github.io/verifiable-credential-profile-template/credentials/examples/v1"
"https://transmute-industries.github.io/verifiable-credential-profile-template/contexts/credentials/v1"
],
"id": "http://university.example/credentials/58473",
"type": ["VerifiableCredential", "ExampleAlumniCredential"],
Expand Down

0 comments on commit 8502f9a

Please sign in to comment.