2023-08-20 05:57:39 +00:00
|
|
|
{
|
|
|
|
"@context": {
|
|
|
|
"id": "@id",
|
|
|
|
"type": "@type",
|
|
|
|
"proof": {
|
|
|
|
"@id": "https://w3id.org/security#proof",
|
|
|
|
"@type": "@id"
|
|
|
|
},
|
|
|
|
"DataIntegrityProof": {
|
2023-09-03 18:57:30 +00:00
|
|
|
"@id": "https://w3id.org/security#DataIntegrityProof"
|
|
|
|
},
|
|
|
|
"challenge": "https://w3id.org/security#challenge",
|
|
|
|
"created": {
|
|
|
|
"@id": "http://purl.org/dc/terms/created",
|
|
|
|
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
|
|
|
|
},
|
|
|
|
"domain": "https://w3id.org/security#domain",
|
|
|
|
"expires": {
|
|
|
|
"@id": "https://w3id.org/security#expiration",
|
|
|
|
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
|
|
|
|
},
|
|
|
|
"nonce": "https://w3id.org/security#nonce",
|
|
|
|
"cryptosuite": "https://w3id.org/security#cryptosuite",
|
|
|
|
"proofValue": {
|
|
|
|
"@id": "https://w3id.org/security#proofValue",
|
|
|
|
"@type": "https://w3id.org/security#multibase"
|
|
|
|
},
|
|
|
|
"verificationMethod": {
|
|
|
|
"@id": "https://w3id.org/security#verificationMethod",
|
|
|
|
"@type": "@id"
|
|
|
|
},
|
|
|
|
"proofPurpose": {
|
|
|
|
"@id": "https://w3id.org/security#proofPurpose",
|
|
|
|
"@type": "@vocab"
|
|
|
|
},
|
|
|
|
"assertionMethod": {
|
|
|
|
"@id": "https://w3id.org/security#assertionMethod",
|
|
|
|
"@type": "@id",
|
|
|
|
"@container": "@set"
|
|
|
|
},
|
|
|
|
"authentication": {
|
|
|
|
"@id": "https://w3id.org/security#authenticationMethod",
|
|
|
|
"@type": "@id",
|
|
|
|
"@container": "@set"
|
|
|
|
},
|
|
|
|
"capabilityInvocation": {
|
|
|
|
"@id": "https://w3id.org/security#capabilityInvocationMethod",
|
|
|
|
"@type": "@id",
|
|
|
|
"@container": "@set"
|
|
|
|
},
|
|
|
|
"capabilityDelegation": {
|
|
|
|
"@id": "https://w3id.org/security#capabilityDelegationMethod",
|
|
|
|
"@type": "@id",
|
|
|
|
"@container": "@set"
|
|
|
|
},
|
|
|
|
"keyAgreement": {
|
|
|
|
"@id": "https://w3id.org/security#keyAgreementMethod",
|
|
|
|
"@type": "@id",
|
|
|
|
"@container": "@set"
|
2023-08-20 05:57:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|