Skip to content

Commit

Permalink
More fixes to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed May 29, 2024
1 parent 8502f9a commit 4e1249e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion credentials/58473/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"https://www.w3.org/ns/credentials/v2",
"https://transmute-industries.github.io/verifiable-credential-profile-template/contexts/credentials/v1"
],
"id": "http://university.example/credentials/58473",
"id": "https://transmute-industries.github.io/verifiable-credential-profile-template/credentials/58473",
"type": ["VerifiableCredential", "ExampleAlumniCredential"],
"issuer": "did:web:transmute-industries.github.io:verifiable-credential-profile-template:issuers:example",
"validFrom": "2010-01-01T00:00:00Z",
Expand Down
8 changes: 4 additions & 4 deletions credentials/status/8/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"@context": [
"https://www.w3.org/ns/credentials/v2"
],
"id": "https://transmute-industries.github.io/verifiable-credential-profile-template/credentials/status/3",
"id": "https://transmute-industries.github.io/verifiable-credential-profile-template/credentials/status/8",
"type": ["VerifiableCredential", "BitstringStatusListCredential"],
"issuer": "did:example:12345",
"issuer": "did:web:transmute-industries.github.io:verifiable-credential-profile-template:issuers:example",
"validFrom": "2021-04-05T14:27:40Z",
"credentialSubject": {
"id": "https://transmute-industries.github.io/verifiable-credential-profile-template/status/3#list",
"id": "https://transmute-industries.github.io/verifiable-credential-profile-template/status/8#list",
"type": "BitstringStatusList",
"statusPurpose": "revocation",
"statusPurpose": "message",
"encodedList": "uH4sIAAAAAAAAA-3BMQEAAADCoPVPbQwfoAAAAAAAAAAAAAAAAAAAAIC3AYbSVKsAQAAA"
}
}
2 changes: 1 addition & 1 deletion schemas/ExampleAlumniCredential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ example:
"https://www.w3.org/ns/credentials/v2",
"https://transmute-industries.github.io/verifiable-credential-profile-template/contexts/credentials/v1"
],
"id": "http://university.example/credentials/58473",
"id": "https://transmute-industries.github.io/verifiable-credential-profile-template/credentials/58473",
"type": ["VerifiableCredential", "ExampleAlumniCredential"],
"issuer": "did:web:transmute-industries.github.io:verifiable-credential-profile-template:issuers:example",
"validFrom": "2010-01-01T00:00:00Z",
Expand Down

0 comments on commit 4e1249e

Please sign in to comment.