mirror of
https://github.com/friendica/friendica
synced 2024-11-17 22:23:41 +00:00
Merge pull request #14503 from annando/improved-context
Improved cached context file
This commit is contained in:
commit
f48e1d1a9d
1 changed files with 4 additions and 8 deletions
|
@ -35,23 +35,19 @@
|
||||||
},
|
},
|
||||||
"assertionMethod": {
|
"assertionMethod": {
|
||||||
"@id": "https://w3id.org/security#assertionMethod",
|
"@id": "https://w3id.org/security#assertionMethod",
|
||||||
"@type": "@id",
|
"@type": "@id"
|
||||||
"@container": "@set"
|
|
||||||
},
|
},
|
||||||
"authentication": {
|
"authentication": {
|
||||||
"@id": "https://w3id.org/security#authenticationMethod",
|
"@id": "https://w3id.org/security#authenticationMethod",
|
||||||
"@type": "@id",
|
"@type": "@id"
|
||||||
"@container": "@set"
|
|
||||||
},
|
},
|
||||||
"capabilityInvocation": {
|
"capabilityInvocation": {
|
||||||
"@id": "https://w3id.org/security#capabilityInvocationMethod",
|
"@id": "https://w3id.org/security#capabilityInvocationMethod",
|
||||||
"@type": "@id",
|
"@type": "@id"
|
||||||
"@container": "@set"
|
|
||||||
},
|
},
|
||||||
"capabilityDelegation": {
|
"capabilityDelegation": {
|
||||||
"@id": "https://w3id.org/security#capabilityDelegationMethod",
|
"@id": "https://w3id.org/security#capabilityDelegationMethod",
|
||||||
"@type": "@id",
|
"@type": "@id"
|
||||||
"@container": "@set"
|
|
||||||
},
|
},
|
||||||
"keyAgreement": {
|
"keyAgreement": {
|
||||||
"@id": "https://w3id.org/security#keyAgreementMethod",
|
"@id": "https://w3id.org/security#keyAgreementMethod",
|
||||||
|
|
Loading…
Reference in a new issue