Updated test

This commit is contained in:
Xavi Aracil 2024-03-21 18:34:01 +01:00
parent e1b831d251
commit ae0f590e98

View File

@ -1,9 +1,8 @@
{ {
"@context": [ "@context": [
"https://www.w3.org/2018/credentials/v1", "https://www.w3.org/ns/credentials/v2",
"https://purl.imsglobal.org/spec/ob/v3p0/context.json", "https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.3.json",
"https://purl.imsglobal.org/spec/ob/v3p0/extensions.json", "https://purl.imsglobal.org/spec/ob/v3p0/extensions.json"
"https://w3id.org/security/suites/ed25519-2020/v1"
], ],
"id": "http://1edtech.edu/endorsementcredential/3732", "id": "http://1edtech.edu/endorsementcredential/3732",
"type": [ "type": [
@ -12,15 +11,19 @@
], ],
"issuer": { "issuer": {
"id": "https://state.gov/issuers/565049", "id": "https://state.gov/issuers/565049",
"type": ["Profile"], "type": [
"Profile"
],
"name": "State Department of Education" "name": "State Department of Education"
}, },
"issuanceDate": "2010-01-01T00:00:00Z", "validFrom": "2010-01-01T00:00:00Z",
"expirationDate": "2030-01-01T00:00:00Z", "validUntil": "2030-01-01T00:00:00Z",
"name": "Example endorsement", "name": "Example endorsement",
"credentialSubject": { "credentialSubject": {
"id": "https://1edtech.edu/issuers/565049", "id": "https://1edtech.edu/issuers/565049",
"type": ["EndorsementSubject"], "type": [
"EndorsementSubject"
],
"endorsementComment": "1EdTech University is in good standing" "endorsementComment": "1EdTech University is in good standing"
}, },
"credentialSchema": [ "credentialSchema": [
@ -30,10 +33,11 @@
} }
], ],
"proof": [{ "proof": [{
"type": "Ed25519Signature2020", "type": "DataIntegrityProof",
"created": "2010-01-01T19:23:24Z", "created": "2010-01-01T19:23:24Z",
"verificationMethod": "https://state.gov/issuers/565049#z6MkjZRZv3aez3r18pB1RBFJR1kwUVJ5jHt92JmQwXbd5hwi", "verificationMethod": "https://state.gov/issuers/565049#z6MkoMGF38Ck9xkdqrbZt4h9eHb1qc3GhAAkoSWa4Vy3SHRN",
"cryptosuite": "eddsa-rdfc-2022",
"proofPurpose": "assertionMethod", "proofPurpose": "assertionMethod",
"proofValue": "z347N8ntbL3usCGshtUZiyrBeGBhYVAqyi4HUhz4fBmU1zVwk5eRfPZJvKoendfyGaeSbJcAfQEVNpvcHLzVhDtQC" "proofValue": "z4DKZeDFKKvz5dDVPEky9NU8Zk3J8tH62Vtnm7drwwvPhDKwd6wL6td8skZkbyqw17y5zNJxfjT42dKpQc3Mgx1x6"
}] }]
} }