Skip to content

Commit

Permalink
chore: update presentation to match linked-vp requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Apr 6, 2024
1 parent b9c02c1 commit 42bace7
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion .well-known/presentation.json
Original file line number Diff line number Diff line change
@@ -1 +1,41 @@
{"@context":["https://www.w3.org/2018/credentials/v1"],"type":["VerifiablePresentation"],"verifiableCredential":[{"@context":["https://www.w3.org/2018/credentials/v1"],"type":["VerifiableCredential"],"credentialSubject":{"id":"did:web:broken-example.identinet.io","illegal":"attribute"},"issuer":"did:web:broken-example.identinet.io","issuanceDate":"2023-06-27T08:37:51Z","proof":{"type":"Ed25519Signature2018","proofPurpose":"assertionMethod","verificationMethod":"did:web:broken-example.identinet.io#z6MkogF8SfmeAPX9yzruS7wTn2VZrDWA9QUEaUQwaE3MtRLa","created":"2023-06-27T08:38:14.868Z","jws":"eyJhbGciOiJFZERTQSIsImNyaXQiOlsiYjY0Il0sImI2NCI6ZmFsc2V9..MmXD8BA-hrbJw4QZlqE3Nz-qzMQSBkXesUyRQoBdKq6_Y4o2DaAInZB7-k67QRTYTZ9e2KKLe5gJCESE_p-wAg"}}],"proof":{"type":"Ed25519Signature2018","proofPurpose":"assertionMethod","verificationMethod":"did:web:broken-example.identinet.io#z6MkogF8SfmeAPX9yzruS7wTn2VZrDWA9QUEaUQwaE3MtRLa","created":"2023-06-27T08:38:26.659Z","domain":"broken-example.identinet.io","jws":"eyJhbGciOiJFZERTQSIsImNyaXQiOlsiYjY0Il0sImI2NCI6ZmFsc2V9..oTGp0zSytatSzMcCUylPtillWflGkB4c9sv-Dqn44EiG1gjjGQsq57jgGu0vAyZncktxqtQyzdga0DAKeALEAw"},"holder":"did:web:broken-example.identinet.io"}
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/security/suites/ed25519-2020/v1"
],
"type": [
"VerifiablePresentation"
],
"verifiableCredential": [
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/security/suites/ed25519-2020/v1"
],
"type": [
"VerifiableCredential"
],
"credentialSubject": {
"id": "did:web:broken-example.identinet.io",
"tempered": "attribute"
},
"issuer": "did:web:broken-example.identinet.io",
"issuanceDate": "2024-04-06T16:42:36Z",
"proof": {
"type": "Ed25519Signature2020",
"proofPurpose": "assertionMethod",
"proofValue": "z2vViQdLFs5tqghTt7LZxzXNu88E5HeoZqUtfTAyn86HrBELSqdKCeJ2XWJa8oB33KvuZc5S87RzGnucNRiQY3PJv",
"verificationMethod": "did:web:broken-example.identinet.io#z6MkogF8SfmeAPX9yzruS7wTn2VZrDWA9QUEaUQwaE3MtRLa",
"created": "2024-04-06T16:42:36.649003434Z"
}
}
],
"proof": {
"type": "Ed25519Signature2020",
"proofPurpose": "assertionMethod",
"proofValue": "z635GNejMsxWGjLbhmGMoYJR8JUGc9CoPbT9mg7cWPEbhkedfecfWou4Svab27gbMBCGoisRztvu4xgtB38ukDwWB",
"verificationMethod": "did:web:broken-example.identinet.io#z6MkogF8SfmeAPX9yzruS7wTn2VZrDWA9QUEaUQwaE3MtRLa",
"created": "2024-04-06T16:42:36.936864228Z"
},
"holder": "did:web:broken-example.identinet.io"
}

0 comments on commit 42bace7

Please sign in to comment.