mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Simplified context definitions
This commit is contained in:
parent
a275f0a719
commit
6c42371d37
2 changed files with 67 additions and 82 deletions
|
@ -7,11 +7,8 @@
|
||||||
"@type": "@id"
|
"@type": "@id"
|
||||||
},
|
},
|
||||||
"DataIntegrityProof": {
|
"DataIntegrityProof": {
|
||||||
"@id": "https://w3id.org/security#DataIntegrityProof",
|
"@id": "https://w3id.org/security#DataIntegrityProof"
|
||||||
"@context": {
|
},
|
||||||
"@protected": true,
|
|
||||||
"id": "@id",
|
|
||||||
"type": "@type",
|
|
||||||
"challenge": "https://w3id.org/security#challenge",
|
"challenge": "https://w3id.org/security#challenge",
|
||||||
"created": {
|
"created": {
|
||||||
"@id": "http://purl.org/dc/terms/created",
|
"@id": "http://purl.org/dc/terms/created",
|
||||||
|
@ -23,13 +20,19 @@
|
||||||
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
|
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
|
||||||
},
|
},
|
||||||
"nonce": "https://w3id.org/security#nonce",
|
"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": {
|
"proofPurpose": {
|
||||||
"@id": "https://w3id.org/security#proofPurpose",
|
"@id": "https://w3id.org/security#proofPurpose",
|
||||||
"@type": "@vocab",
|
"@type": "@vocab"
|
||||||
"@context": {
|
},
|
||||||
"@protected": true,
|
|
||||||
"id": "@id",
|
|
||||||
"type": "@type",
|
|
||||||
"assertionMethod": {
|
"assertionMethod": {
|
||||||
"@id": "https://w3id.org/security#assertionMethod",
|
"@id": "https://w3id.org/security#assertionMethod",
|
||||||
"@type": "@id",
|
"@type": "@id",
|
||||||
|
@ -56,17 +59,4 @@
|
||||||
"@container": "@set"
|
"@container": "@set"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -3,11 +3,8 @@
|
||||||
"id": "@id",
|
"id": "@id",
|
||||||
"type": "@type",
|
"type": "@type",
|
||||||
"Multikey": {
|
"Multikey": {
|
||||||
"@id": "https://w3id.org/security#Multikey",
|
"@id": "https://w3id.org/security#Multikey"
|
||||||
"@context": {
|
},
|
||||||
"@protected": true,
|
|
||||||
"id": "@id",
|
|
||||||
"type": "@type",
|
|
||||||
"controller": {
|
"controller": {
|
||||||
"@id": "https://w3id.org/security#controller",
|
"@id": "https://w3id.org/security#controller",
|
||||||
"@type": "@id"
|
"@type": "@id"
|
||||||
|
@ -25,6 +22,4 @@
|
||||||
"@type": "https://w3id.org/security#multibase"
|
"@type": "https://w3id.org/security#multibase"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue